Ignore:
Timestamp:
5 Mar 2014, 08:05:36 (11 years ago)
Author:
Henrik Bettermann
Message:

Decrease size of scroll icons and merge scroll.css with base.css.

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  
    271271.paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; }
    272272
     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
    273303/* Smartphone styles */
    274304
  • main/waeup.kofa/trunk/layout/theme.html

    r11463 r11464  
    1717    <link href="static/css/jquery-ui.css"
    1818          rel="stylesheet">
    19     <link href="static/css/scroll.css" rel="stylesheet">
    2019    <link href="static/css/base.css" rel="stylesheet">
    2120
Note: See TracChangeset for help on using the changeset viewer.