Ignore:
Timestamp:
Sep 15, 2012, 5:27:26 PM (12 years ago)
Author:
mistic100
Message:

small css fixes:

make disabled options visible with clear,
remove border on .showInfo:hover, avoiding clipping on some pages with roma

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r17289 r17928  
    868868.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
    869869.showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;}
    870 .showInfo:hover {cursor:pointer}
     870.showInfo:hover {cursor:pointer;border:none;}
    871871
    872872.warning:before {content:url(icon/warning.png);vertical-align:top;}
Note: See TracChangeset for help on using the changeset viewer.