From f39e3f9a8c4b60bb74ab077a38e051d07f3eb6fc Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 1 Mar 2010 13:55:29 +0000 Subject: Clean up css. --- htdocs/admin.css | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/htdocs/admin.css b/htdocs/admin.css index 2111ab8..d81f420 100644 --- a/htdocs/admin.css +++ b/htdocs/admin.css @@ -7,17 +7,17 @@ top: 0%; left: 0%; - border-color: #eee; + border-color: #eee; border-width: 2px; border-style: outset; - background-color: #ddd; + background-color: #ddd; - width: 728px; + width: 728px; - filter:alpha(opacity=95); - -moz-opacity:0.95; - -khtml-opacity: 0.95; - opacity: 0.95; + filter:alpha(opacity=95); + -moz-opacity:0.95; + -khtml-opacity: 0.95; + opacity: 0.95; -moz-border-radius: 6px; -khtml-border-radius: 6px; @@ -43,10 +43,12 @@ padding-left: 10px; - filter:alpha(opacity=70); - -moz-opacity:0.70; - -khtml-opacity: 0.70; - opacity: 0.70; + filter:alpha(opacity=70); + -moz-opacity:0.70; + -khtml-opacity: 0.70; + opacity: 0.70; + + float: left; } .admin .logout { @@ -65,15 +67,15 @@ .admin .menu, .admin .submenu, .admin .form { - background-color: #fff; + background-color: #fff; margin: 10px 10px 0px 10px; - border-color: inherit; + border-color: inherit; border-width: inherit; border-style: inset; clear: both; - background-image: none; - padding: 0px; + background-image: none; + padding: 0px; height: auto; float: left; @@ -101,10 +103,10 @@ .admin .menu .entry, .admin .submenu .entry { color: #000; - background-color: #eee; + background-color: #eee; text-align: center; - border-color: inherit; + border-color: inherit; border-width: inherit; border-style: outset; font-size: 10px; @@ -175,7 +177,7 @@ .button { color: #000; - background-color: #eee; + background-color: #eee; width: 15px; height: 15px; @@ -206,7 +208,7 @@ text-decoration: none; } -.admin .form input { +.admin .form input { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; @@ -214,10 +216,10 @@ } .admin .form button { - background-color: #eee; + background-color: #eee; text-align: center; - border-color: #eee; + border-color: #eee; border-width: 2px; border-style: outset; font-size: 10px; @@ -229,4 +231,5 @@ -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; - border-radius: 6px;} \ No newline at end of file + border-radius: 6px; +} \ No newline at end of file -- cgit v1.2.3