diff options
Diffstat (limited to 'public/css/style.css')
| -rw-r--r-- | public/css/style.css | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/public/css/style.css b/public/css/style.css index 3fad3cb..7554bb7 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -66,7 +66,7 @@ left bottom, left top, color-stop(0, rgb(181,181,181)), - color-stop(0.99, rgb(224,224,224)) + color-stop(1, rgb(224,224,224)) ); background-image: -moz-linear-gradient( center bottom, @@ -95,16 +95,22 @@ height: 65%; } +#query_top *{ + margin-top: 15px; +} + #query_top label{ - padding-left: 10px; + padding-left: 16px; font-family: Collegiate; font-size: 26pt; + width: 45%; } #query_top input{ padding-right: 10px; font-size: 20pt; - width: 60%; + + width: 45%; } #query_bottom{ @@ -114,15 +120,19 @@ #query_bottom span{ float: left; - width: 50%; + width: 40%; } -#query_bottom span label{ - padding-left: 10px; +#query_bottom #query_size_span{ + margin-left: 16px; +} + +#query_bottom #query_color_span{ + margin-left: 16px; } #query_bottom select{ - width: auto; + width: 105px; } #query_properties{ @@ -135,8 +145,8 @@ height: 100%; } -#query_buttons:hover{ - color: #F0F; +#query_buttons input:hover{ + color: #000; } #query_buttons input{ @@ -190,8 +200,10 @@ input.fisheye{ } #legend_title{ + padding-left: 10px; width: 100%; height: 25%; + font-size: 10pt; } #legend_elements{ |
