Changeset 471:397a3758c484 for admin/style
- Timestamp:
- 07/01/11 19:49:24 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r458 r471 22 22 } 23 23 24 a img,:link img,:visited img { border:none }25 26 24 a, a:link, a:visited { 27 25 color: #2373A8; … … 31 29 a:hover, a:active, a:focus { 32 30 text-decoration: underline; 31 } 32 a img, a:link img, a:visited img { 33 border:none; 33 34 } 34 35 … … 289 290 float: none; 290 291 } 291 # dashboard-main #icons {292 #icons { 292 293 overflow: hidden; 293 294 padding-bottom: 1em; 294 295 text-align: center; 295 296 } 296 # dashboard-main #icons p {297 #icons p { 297 298 width: 210px; 298 299 text-align: center; … … 300 301 display:inline-block; 301 302 } 302 #dashboard-main #icons span { 303 display: block; 304 } 305 #dashboard-main #icons a { 306 border-bottom-width: 0; 307 } 308 #dashboard-main #icons span a { 309 border-bottom-width: 1px; 310 } 311 312 #dashboard-main #quick { 303 #icons a, 304 #icons a:link, 305 #icons a:visited, 306 #icons a:hover, 307 #icons a:focus { 308 border-bottom-width: 0px; 309 text-decoration: none; 310 } 311 #icons a span { 312 border-bottom: 1px dotted #f90; 313 } 314 #icons a:focus span, #icons a:hover span { 315 text-decoration: underline; 316 } 317 318 #quick { 313 319 clear: left; 314 320 margin-top: 2em; 315 321 } 316 # dashboard-main #quick h3 {322 #quick h3 { 317 323 margin-bottom: 0.2em; 318 324 font-size: 1.2em; 319 325 } 320 # dashboard-main #quick p.qinfo {326 #quick p.qinfo { 321 327 margin: -.7em -1em 1em; 322 328 background: #eef url(info.png) no-repeat .2em .2em;
Note: See TracChangeset
for help on using the changeset viewer.