summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authordeva <deva>2009-04-18 15:56:48 +0000
committerdeva <deva>2009-04-18 15:56:48 +0000
commiteb13d28209745f6d59586d3f56f9e8d73712948b (patch)
tree6352dee475a2827199e0a1c1935ee49f1d847853 /htdocs
parent5d34984f4f80089419b5a65c6268cab76ad302cb (diff)
Some updates on the admin stylesheet.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/admin.css43
1 files changed, 40 insertions, 3 deletions
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;
}