From 4ab90c4a08b74226dbe48724039d4f9a8805d6c0 Mon Sep 17 00:00:00 2001 From: Alexis Jacomy Date: Thu, 16 Jun 2011 23:23:36 +0200 Subject: Flash fixed on Chrome and Firefox, nodes colors legend first working draft available, layout update --- public/css/style.css | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'public/css/style.css') 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{ -- cgit v1.2.3