Changeset 2096:c757544b90c3 for admin/style/default.css
- Timestamp:
- 09/25/13 22:16:54 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2085 r2096 415 415 font: 100% "Andale Mono","Courier New",monospace; 416 416 } 417 code { 418 background: #FAFAD1; 419 } 417 420 pre { 418 421 white-space: pre; … … 2352 2355 width: 100%; 2353 2356 height: 4px; 2354 background: # d99;2357 background: #EBEB47; 2355 2358 } 2356 2359 #debug div { … … 2363 2366 #debug:hover { 2364 2367 height: auto; 2368 padding: 2px 1em; 2369 z-index: 100; 2365 2370 } 2366 2371 #debug:hover div { … … 2468 2473 #content { 2469 2474 margin: 0; 2470 padding: 0 .5em ;2475 padding: 0 .5em !important; 2471 2476 } 2472 2477 #collapser { … … 2476 2481 margin: 0; 2477 2482 padding: 6px 0; 2483 } 2484 #dashboard-boxes .box.medium, 2485 #dashboard-boxes .box.small, 2486 #dashboard-boxes .box.large { 2487 width: 90%; 2488 margin: 10px auto; 2478 2489 } 2479 2490 } … … 2496 2507 width: 150px; 2497 2508 } 2498 #dashboard-boxes .box.small2499 #dashboard-boxes .box.medium {2500 margin: 10px 0;2501 width: 280px;2502 }2503 2509 #content.with-help #help-button { 2504 2510 top: 101px;
Note: See TracChangeset
for help on using the changeset viewer.