[wp-cvs] wordpress/wp-admin wp-admin.css,1.80,1.81
Matthew Mullenweg
saxmatt at users.sourceforge.net
Tue Dec 21 22:09:10 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31570/wp-admin
Modified Files:
wp-admin.css
Log Message:
Some stlye tweaks from Jesuit
Index: wp-admin.css
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/wp-admin.css,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** wp-admin.css 19 Dec 2004 08:23:22 -0000 1.80
--- wp-admin.css 21 Dec 2004 22:09:07 -0000 1.81
***************
*** 1,28 ****
- #zeitgeist {
- width: 27%;
- float: right;
- font-size: 90%;
- background-color: #eee;
- padding: 1em;
- border: 1px solid #69c;
- margin-left: 1em;
- }
-
- #zeitgeist h2 {
- border-bottom: none;
- }
- #zeitgeist ul {
- margin: 0 0 .3em .6em;
- padding: 0 0 0 .6em;
- }
- #zeitgeist li, #zeitgeist p {
- margin: .2em 0;
- }
- #zeitgeist h3 {
- border-top: 1px solid #ccc;
- font-size: 16px;
- margin: .5em 0;
- }
-
* html #poststuff {
height: 100%; /* kill peekaboo bug in IE */
--- 1,2 ----
***************
*** 74,79 ****
fieldset {
border: 1px solid #ddd;
- padding: 3px;
-moz-border-radius: 5px;
}
--- 48,53 ----
fieldset {
border: 1px solid #ddd;
-moz-border-radius: 5px;
+ padding: 3px;
}
***************
*** 93,100 ****
}
- fieldset legend a {
- border-bottom: none;
- }
-
fieldset span.cat-nest {
display: block;
--- 67,70 ----
***************
*** 216,220 ****
}
! .submit, #quicktags, .editform th, #postcustomsubmit {
text-align: right;
}
--- 186,190 ----
}
! .submit, #quicktags, .editform th, #postcustomsubmit, #login form {
text-align: right;
}
***************
*** 306,311 ****
border: none;
color: #fff;
- padding: 3px 5px 4px;
font-size: 12px;
}
--- 276,281 ----
border: none;
color: #fff;
font-size: 12px;
+ padding: 3px 5px 4px;
}
***************
*** 366,390 ****
background: #fff;
border: 2px solid #a2a2a2;
- width: 25em;
margin: 5em auto;
padding: 1.5em;
}
- #login form {
- text-align: right;
- }
#login #login_error {
background: #c00;
color: #fff;
padding: .5em;
- border: 1px solid #a40000;
text-align: center;
- font-weight: bold;
- font-size: 16px;
}
#login h1 {
background: url(../wp-images/wp-small.png) no-repeat;
margin-top: 0;
}
#login h1 a {
display: block;
--- 336,359 ----
background: #fff;
border: 2px solid #a2a2a2;
margin: 5em auto;
padding: 1.5em;
+ width: 25em;
}
#login #login_error {
background: #c00;
+ border: 1px solid #a40000;
color: #fff;
+ font-size: 16px;
+ font-weight: bold;
padding: .5em;
text-align: center;
}
+
#login h1 {
background: url(../wp-images/wp-small.png) no-repeat;
margin-top: 0;
}
+
#login h1 a {
display: block;
***************
*** 392,409 ****
}
#login ul {
list-style: none;
margin: 0;
padding: 0;
-
}
#login ul li {
display: inline;
- text-align: center;
margin-left: 1.4em;
! }
!
! #login input {
! padding: 3px;
}
--- 361,378 ----
}
+ #login input {
+ padding: 3px;
+ }
+
#login ul {
list-style: none;
margin: 0;
padding: 0;
}
+
#login ul li {
display: inline;
margin-left: 1.4em;
! text-align: center;
}
***************
*** 412,437 ****
}
- #template div {
- margin-right: 190px;
- }
-
- #templateside {
- width: 170px;
- float: right;
- }
- #templateside h3 {
- margin: 0;
- }
- #templateside ol, #templateside ul {
- list-style: none;
- margin: .5em;
- padding: 0;
- }
- #template textarea {
- font-family: 'Courier New', Courier, monospace;
- font-size: small;
- width: 99%;
- }
-
#postcustom {
border: 1px solid #aaa;
--- 381,384 ----
***************
*** 445,452 ****
}
- #postcustom p {
- margin: 0;
- }
-
#postcustom table {
border: 1px solid #ccc;
--- 392,395 ----
***************
*** 497,500 ****
--- 440,467 ----
}
+ #template div {
+ margin-right: 190px;
+ }
+
+ #template textarea {
+ font: small 'Courier New', Courier, monospace;
+ width: 99%;
+ }
+
+ #templateside {
+ float: right;
+ width: 170px;
+ }
+
+ #templateside h3, #postcustom p {
+ margin: 0;
+ }
+
+ #templateside ol, #templateside ul {
+ list-style: none;
+ margin: .5em;
+ padding: 0;
+ }
+
#titlediv, #commentstatusdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv, #pageparent {
float: left;
***************
*** 511,516 ****
font-size: 2.5em;
font-weight: normal;
- margin: 0;
letter-spacing: -.05em;
}
--- 478,483 ----
font-size: 2.5em;
font-weight: normal;
letter-spacing: -.05em;
+ margin: 0;
}
***************
*** 519,520 ****
--- 486,518 ----
letter-spacing: 0;
}
+
+ #zeitgeist {
+ background: #eee;
+ border: 1px solid #69c;
+ float: right;
+ font-size: 90%;
+ margin-bottom: .5em;
+ margin-left: 1em;
+ margin-top: .5em;
+ padding: 1em;
+ width: 27%;
+ }
+
+ #zeitgeist h2, fieldset legend a {
+ border-bottom: none;
+ }
+
+ #zeitgeist h3 {
+ border-bottom: 1px solid #ccc;
+ font-size: 16px;
+ margin: 1em 0;
+ }
+
+ #zeitgeist li, #zeitgeist p {
+ margin: .2em 0;
+ }
+
+ #zeitgeist ul {
+ margin: 0 0 .3em .6em;
+ padding: 0 0 0 .6em;
+ }
More information about the cvs
mailing list