Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
563e0281
Commit
563e0281
authored
Jul 14, 2016
by
Albert Gräf
Browse files
Cosmetic GUI changes: fixes to search dialog, needs to have its own class.
parent
9cfcce5f
Changes
9
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
563e0281
...
...
@@ -332,6 +332,13 @@ text {
left
:
0
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/default.css
View file @
563e0281
...
...
@@ -464,6 +464,13 @@ text {
box-shadow
:
7px
7px
5px
grey
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/extended.css
View file @
563e0281
...
...
@@ -326,6 +326,13 @@ text {
left
:
0
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/inverted.css
View file @
563e0281
...
...
@@ -352,6 +352,13 @@ text {
color
:
white
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/strongbad.css
View file @
563e0281
...
...
@@ -334,6 +334,13 @@ text {
left
:
0
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/subdued.css
View file @
563e0281
...
...
@@ -333,6 +333,13 @@ text {
left
:
0
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/vanilla.css
View file @
563e0281
...
...
@@ -327,6 +327,13 @@ text {
left
:
0
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/css/vanilla_inverted.css
View file @
563e0281
...
...
@@ -332,6 +332,13 @@ text {
left
:
0
;
}
/* Search dialog */
.search_body
{
font-family
:
"DejaVu Sans"
,
sans-serif
;
font-size
:
10pt
;
}
/* Common to all dialogs */
.dialog_body
{
...
...
pd/nw/dialog_search.html
View file @
563e0281
...
...
@@ -337,7 +337,7 @@ function doc_search() {
}
</script>
</head>
<body
class=
"
dialog
_body"
>
<body
class=
"
search
_body"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
version=
"1.1"
width=
"220"
height=
"50"
viewBox=
"0 0 140 31.81"
>
<g
stroke-linecap=
"square"
fill=
"none"
stroke-width=
"3"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment