Changeset 495:b952fa10675b for admin/style
- Timestamp:
- 07/03/11 11:34:26 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r493 r495 92 92 background:transparent; 93 93 } 94 #prelude lia {94 #prelude a { 95 95 color:#fff; 96 96 } … … 127 127 background: #575859; 128 128 font-size: .95em; 129 height: 3em; 129 130 } 130 131 #info-box1 { … … 200 201 width: 13em; 201 202 float: left; 202 margin-top: 2em;203 margin-top: 1.2em; 203 204 margin-bottom: 1em; 204 205 } 205 206 206 207 #main-menu h3 { 207 margin: 0 0 0.5em 0;208 margin: 0 0 0.5em; 208 209 padding: .5em 0 0 .5em; 209 210 text-transform: uppercase; … … 219 220 #main-menu li { 220 221 display: block; 221 margin: 0.5em 0 0 0;222 margin: 0.5em 0 0; 222 223 padding: .2em 0 0 32px; 223 224 background-repeat: no-repeat; … … 239 240 margin-right: -1px; 240 241 } 241 # main-menu #dashboard-menu li{242 margin -left: 0;242 #favorites-menu { 243 margin: 0 0 2em; 243 244 } 244 245 #favorites-menu h3 { 245 margin-right: .5em; 246 background: transparent url(../images/menu/favorite.png) no-repeat right; 247 } 248 #favorites-menu { 249 background: #D9E1D9; 250 padding: .2em 0 .1em 0; 251 margin: 0 .5em 0 0; 252 } 253 #favorites-menu ul { 246 color: #333; 247 text-transform: none; 254 248 } 255 249 #favorites-menu a { … … 259 253 #favorites-menu .active { 260 254 background-color: transparent; 261 border: none 255 border: none; 262 256 } 263 257 #favorites-menu .active a { … … 371 365 padding-top: 3em; 372 366 } 373 #dashboard-items pimg {367 #dashboard-items img { 374 368 vertical-align: middle; 375 369 } … … 383 377 color: #666; 384 378 } 385 # dashboard-items #news dt {379 #news dt { 386 380 font-weight: bold; 387 381 margin: 0 0 0.4em 0; 388 382 } 389 # dashboard-items #news dd {383 #news dd { 390 384 margin: 0 0 1em 0; 391 385 } 392 # dashboard-items #news dd p {386 #news dd p { 393 387 margin: 0.2em 0 0 0; 394 388 } … … 429 423 padding: 0; 430 424 } 431 #categories ulli {425 #categories li { 432 426 margin: .5em 0; 433 427 padding: .3em 1.5em; … … 438 432 border-radius: .3em; 439 433 } 440 #categories ul lih4 {441 margin: 0; 442 } 443 #categories ul lih4 span {434 #categories h4 { 435 margin: 0; 436 } 437 #categories h4 span { 444 438 font-weight: normal; 445 439 } 446 #categories ulli p {440 #categories li p { 447 441 margin: 0; 448 442 } … … 493 487 line-height: 1.2; 494 488 } 495 #my-favs ulli {489 #my-favs li { 496 490 display: block; 497 491 float: left; … … 529 523 position: relative; 530 524 } 531 .fav-list liimg {525 .fav-list img { 532 526 vertical-align: middle; 533 527 margin-right: .2em; … … 579 573 margin-left: 0; 580 574 } 581 # content.with-help #help-button {575 #help-button { 582 576 right: 282px; 583 577 } 584 # content.with-help #help {578 #help { 585 579 display: block; 586 580 position: absolute; … … 600 594 body.popup #wrapper, body.popup #top { 601 595 margin-top: -1.5em; 596 float: none; 602 597 } 603 598 body.popup #top h1 {
Note: See TracChangeset
for help on using the changeset viewer.