Changeset 966


Ignore:
Timestamp:
Dec 6, 2012, 8:00:15 AM (12 years ago)
Author:
jimk
Message:

More CSS fixes: Modern browsers don't assume no units == units of px.

Location:
geomoose2/branches/geomoose-2.4/htdocs/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • geomoose2/branches/geomoose-2.4/htdocs/css/tools.css

    r355 r966  
    4646.Drawer .Tool {
    4747        border: none;
    48         margin: 0;
     48        margin: 0px;
    4949}
    5050
     
    5656
    5757        background-image: url('../images/toolbar/down.png');
    58         background-position: right 2;
     58        background-position: right 2px;
    5959        background-repeat: no-repeat;
    6060}
     
    6464        height: auto;
    6565        z-index: 1000;
    66         margin: 0 !important;
     66        margin: 0px !important;
    6767}
    6868
     
    7373* html .DisplayDrawer .Tool {
    7474        display: block !important;
    75         width: 0 !important;
     75        width: 0px !important;
    7676}
    7777
  • geomoose2/branches/geomoose-2.4/htdocs/css/user_tools.css

    r965 r966  
    132132}
    133133
    134 .sprite-control-animate_layers { background-position: 0 -40; }  .sprite-control-animate_layers-selected { background-position: -20 -40 !important; }
     134.sprite-control-animate_layers { background-position: 0px -40px; }  .sprite-control-animate_layers-selected { background-position: -20px -40px !important; }
Note: See TracChangeset for help on using the changeset viewer.