Changeset 11464
- Timestamp:
- 5 Mar 2014, 08:05:36 (11 years ago)
- Location:
- main/waeup.kofa/trunk/layout
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/layout/static/css/base.css
r11431 r11464 271 271 .paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; } 272 272 273 /* Scroll icons */ 274 275 #toTop-right { 276 display:none; 277 text-decoration:none; 278 position:fixed; 279 bottom:-4px; 280 right:-4px; 281 outline:none; 282 } 283 284 .scroll-up { 285 background: url("../img/scroll_up.png") no-repeat scroll left top rgba(0, 0, 0, 0); 286 padding: 25px; 287 } 288 289 #toBottom-right { 290 display:none; 291 text-decoration:none; 292 position:fixed; 293 top:47px; 294 right:-4px; 295 outline:none; 296 } 297 298 .scroll-down { 299 background: url("../img/scroll_down.png") no-repeat scroll left top rgba(0, 0, 0, 0); 300 padding: 25px; 301 } 302 273 303 /* Smartphone styles */ 274 304 -
main/waeup.kofa/trunk/layout/theme.html
r11463 r11464 17 17 <link href="static/css/jquery-ui.css" 18 18 rel="stylesheet"> 19 <link href="static/css/scroll.css" rel="stylesheet">20 19 <link href="static/css/base.css" rel="stylesheet"> 21 20
Note: See TracChangeset for help on using the changeset viewer.