summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/wp-admin.css
diff options
context:
space:
mode:
authormatt <matt@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-05-15 03:19:56 +0000
committermatt <matt@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-05-15 03:19:56 +0000
commit034694eb53dd71a980745f5594509890fd761998 (patch)
treec85517e8af3fce163f1d183afdf7c9ac7094d84e /wp-inst/wp-admin/wp-admin.css
parenta72266931b88c8fa300d2e29a69a2bb38a70654a (diff)
downloadwordpress-mu-034694eb53dd71a980745f5594509890fd761998.tar.gz
wordpress-mu-034694eb53dd71a980745f5594509890fd761998.tar.xz
wordpress-mu-034694eb53dd71a980745f5594509890fd761998.zip
Lots and lots of changes.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@543 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/wp-admin.css')
-rw-r--r--wp-inst/wp-admin/wp-admin.css84
1 files changed, 72 insertions, 12 deletions
diff --git a/wp-inst/wp-admin/wp-admin.css b/wp-inst/wp-admin/wp-admin.css
index 1b9ecc6..7b27c63 100644
--- a/wp-inst/wp-admin/wp-admin.css
+++ b/wp-inst/wp-admin/wp-admin.css
@@ -40,6 +40,28 @@ a.delete:hover {
overflow: hidden;
}
+.widefat {
+ width: 100%;
+}
+
+.widefat td, .widefat th {
+ padding: 5px 6px;
+}
+
+.import-system {
+ font-size: 16px;
+}
+
+thead {
+ background: #dfdfdf
+}
+
+#import-upload-form {
+ width: 300px;
+ margin: auto;
+ text-align: center;
+}
+
a.edit, a.delete, a.edit:hover, a.delete:hover {
border-bottom: none;
display: block;
@@ -91,11 +113,6 @@ fieldset legend {
padding: .1em .3em;
}
-fieldset span.cat-nest {
- display: block;
- margin-left: 10px;
-}
-
fieldset.options {
padding: 1em;
}
@@ -241,8 +258,14 @@ form#upload #post_content {
}
.commentlist li {
- border-bottom: 1px solid #369;
- padding: .3em 1em;
+ border-bottom: 1px solid #ccc;
+ padding: 1em 1em .2em;
+ margin: 0;
+}
+
+.commentlist p {
+ padding: 0;
+ margin: 0 0 .8em;
}
.clear {
@@ -326,6 +349,18 @@ form#upload #post_content {
color: #009ef0;
}
+.approve {
+ display: none;
+}
+
+.unapproved .approve {
+ display: inline;
+}
+
+.unapproved .unapprove {
+ display: none;
+}
+
.updated {
background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
border: 1px solid #2580B2;
@@ -353,7 +388,7 @@ form#upload #post_content {
clear: both;
}
-table .vers, table .name {
+table .vers {
text-align: center;
}
@@ -461,7 +496,12 @@ table .vers, table .name {
width: 300px;
}
-#deletepost:hover {
+#deletepost:hover, #deletecomment:hover {
+ background: #ce0000;
+ color: #fff;
+}
+
+#deletebookmarks:hover {
background: #ce0000;
color: #fff;
}
@@ -615,7 +655,7 @@ table .vers, table .name {
width: 170px;
}
-#templateside h3, #postcustom p {
+#templateside h3, #postcustom p.submit {
margin: 0;
}
@@ -713,6 +753,14 @@ table .vers, table .name {
background: #8B8;
}
+#namediv, #emaildiv, #uridiv {
+ float: left;
+}
+
+#ajax-response {
+ padding: .5em;
+}
+
/* A handy div class for hiding controls.
Some browsers will disable them when you
set display:none; */
@@ -799,11 +847,20 @@ table .vers, table .name {
margin-top: .5em;
}
-#categorydiv div div {
+#categorydiv ul {
+ list-style: none;
+ padding: 0;
+ margin-left:10px;
+}
+#categorychecklist {
height: 12em;
overflow: auto;
+ margin-top: 8px;
+}
+#categorychecklist li {
+ margin: 0;
+ padding: 0;
}
-
#ajaxcat input {
border: 1px solid #ccc;
}
@@ -947,3 +1004,6 @@ input#catadd { background: #a4a4a4;
margin: 0;
padding: 0;
}
+#ajax-response.alignleft {
+ margin-left: 2em;
+}