From eb13d28209745f6d59586d3f56f9e8d73712948b Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 18 Apr 2009 15:56:48 +0000 Subject: Some updates on the admin stylesheet. --- htdocs/admin.css | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) (limited to 'htdocs') diff --git a/htdocs/admin.css b/htdocs/admin.css index 86d0d49..1c2dac8 100644 --- a/htdocs/admin.css +++ b/htdocs/admin.css @@ -13,6 +13,10 @@ color: #000; } +.admin .logout { + text-align: right; +} + .admin .menu { background-image: none; border-bottom: solid blue 1px; @@ -22,8 +26,18 @@ padding-left: 0px; } +.admin .menu .entry { + border: solid green 1px; + margin: 2px; +} + .admin .submenu { - border-bottom: solid blue 1px; + border-bottom: solid green 1px; +} + +.admin .submenu .entry{ + border: solid red 1px; + margin: 2px; } .admin .header { @@ -35,8 +49,12 @@ border-bottom: solid #0000ff 3px; } -.admin .logout { - text-align: right; +.admin .form .header { + background-image: none; + text-align: center; + font-size: 14px; + font-weight: bold; + border: 0px; } .admin .preview { @@ -46,6 +64,25 @@ margin: 20px 60px 20px 60px; } +/* + * Forms + */ +.admin .textedit { + width: 400px; + height: 200px; +} + +.admin .form .label { + width: 200px; + display: inline; + valign: top; +} + +.admin .form .widget { + width: 200px; + display: inline; +} + .IGNOREadmin h2 { text-align: center; } -- cgit v1.2.3