Changeset 864
- Timestamp:
- 02/11/2004 01:01:36 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r852 r864 83 83 } 84 84 85 input:focus, textarea:focus, label:focus { 86 background: #fff; 87 border: 1px solid #878787; 88 } 89 85 90 label { 86 91 cursor: pointer; … … 97 102 textarea, input, select { 98 103 background: #f4f4f4; 99 border: 1px solid # cacaca;104 border: 1px solid #b2b2b2; 100 105 color: #000; 101 106 font-family: Georgia, "Times New Roman", Times, serif; 102 107 margin: 1px; 103 padding: 2px;108 padding: 3px; 104 109 } 105 110 … … 280 285 281 286 #poststuff textarea { 282 width: 9 9%;287 width: 98%; 283 288 } 284 289 … … 316 321 317 322 #wphead { 318 background: url(../wp-images/header-shadow.png) repeat-x #f2f2f2; 319 height: 42px; 320 margin: 0; 323 background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom; 324 height: 44px; 325 margin: 0; 326 padding: 4px 0 0 5px; 321 327 } 322 328 … … 325 331 border-bottom: none; 326 332 display: block; 327 height: 42px; 328 line-height: 30px; 329 margin: 3px 0 0 5px; 333 height: 44px; 330 334 text-decoration: none; 331 335 text-indent: -1000px;
Note: See TracChangeset
for help on using the changeset viewer.