Ignore:
Timestamp:
May 23, 2011, 3:14:08 PM (13 years ago)
Author:
mistic100
Message:

plugin manager : styling again

File:
1 edited

Legend:

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

    r11010 r11011  
    915915  overflow:hidden;
    916916 }
    917 .pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;}
     917.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;}
    918918.pluginActions {display: table-row; font-size:12px; }
    919919.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
     920.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;}
    920921
    921922.warning:before {content:url(icon/warning.png);vertical-align:top;}
    922 .deactivate_all {position:absolute;bottom:-10px;right:18px;color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
     923.deactivate_all {position:absolute;bottom:0;right:18px;color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
    923924
    924925.languageBoxes {min-height:0;text-align:left;}
    925 .languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
     926.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; }
    926927.languageName {font-size:1.1em; margin:5px 0;}
    927928.languageActions {display: table-row; font-size:12px; }
Note: See TracChangeset for help on using the changeset viewer.