Changeset 989
- Timestamp:
- 03/23/2004 06:59:25 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/wp-admin.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-admin.css
r986 r989 348 348 width: 200px; 349 349 } 350 351 #postcustom { 352 xwidth: 30em; 353 border: 1px solid #aaa; 354 padding: 0.25em; 355 margin: 0.25em; 356 } 357 358 #postcustom p { 359 margin: 0; 360 } 361 362 #postcustom textarea { 363 width: 95%; 364 } 365 366 #postcustom select { 367 width: 95%; 368 } 369 370 #postcustomkeys { 371 width: 49%; 372 float: left; 373 } 374 375 #postcustomkeys input { 376 width: 95%; 377 } 378 379 #postcustomvals { 380 width: 49%; 381 float: right; 382 } 383 384 #postcustomsubmit { 385 text-align: right; 386 } 387 388 #postcustom table { 389 width: 100%; 390 margin-bottom: 1em; 391 background-color: #eee; 392 color: black; 393 padding: 0px; 394 border: 1px solid #ccc; 395 } 396 397 #postcustom td,th { 398 background-color: white; 399 color: black; 400 padding: 0.2em; 401 margin: 1px; 402 }
Note: See TracChangeset
for help on using the changeset viewer.