Ignore:
Timestamp:
Mar 17, 2010, 1:48:38 AM (14 years ago)
Author:
plg
Message:

feature 1514: new screen to manage installed themes; activate, deactivate,
delete, set as default.

plugins.class.php was merged back to a state it doesn't manage themes at all.
themes.class.php was created instead, from a duplication of plugins.class.php
and strongly modified then.

feature 1507: the display of available themes is now much more "graphic".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5145 r5153  
    738738}
    739739
    740 .themeBox {float:left; text-align:center; height:170px; background-color:#eee; margin:5px; -moz-border-radius:5px;}
     740.themeBox {float:left; text-align:center; height:180px; background-color:#eee; margin:5px; -moz-border-radius:5px;}
    741741.themeBox IMG {border:1px solid white; margin:0 15px;}
    742742.themeName {font-size:1.1em; margin:5px 0;}
    743 .themeActions {margin:5px 0;}
    744 .themeActions A {display:block;}
     743.themeActions {margin:5px 0; font-size:12px;}
     744.themeActions A {}
     745
     746#themesContent .themeBox IMG {width:150px; height:120px;}
     747#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
     748
     749.themeBoxes {min-height:300px;}
Note: See TracChangeset for help on using the changeset viewer.