Changeset 5186


Ignore:
Timestamp:
Mar 19, 2010, 10:52:27 AM (14 years ago)
Author:
plg
Message:

feature 1514, feature 1507: improvement, the themeBoxes height adjusts
automatically depending on the content.

Location:
trunk/admin/themes/default
Files:
2 edited

Legend:

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

    r5182 r5186  
    731731}
    732732
    733 .themeBox {float:left; text-align:center; height:180px; background-color:#eee; margin:5px; -moz-border-radius:5px;}
     733.themeBox {display:inline-block; text-align:center; height:180px; background-color:#eee; margin:5px; -moz-border-radius:5px;}
     734
    734735.themeBox IMG {border:1px solid white; margin:0 15px;}
    735736.themeName {font-size:1.1em; margin:5px 0;}
     
    739740#themesContent .themeBox IMG {width:150px; height:120px;}
    740741#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
    741 
    742 .themeBoxes {min-height:300px;}
     742.themeBoxes {min-height:0;text-align:left;}
    743743
    744744h2 { letter-spacing:2px; font-weight:bold;}
  • trunk/admin/themes/default/template/themes_new.tpl

    r5153 r5186  
    44
    55{if isset($themes)}
    6 <div id="themeBoxes">
     6<div class="themeBoxes">
    77{foreach from=$new_themes item=theme name=themes_loop}
    88  <div class="themeBox">
Note: See TracChangeset for help on using the changeset viewer.