Changeset 11871


Ignore:
Timestamp:
Aug 1, 2011, 4:45:46 PM (13 years ago)
Author:
flop25
Message:

improving calendar : min-height inherited
for footer and navigation, position relative

Location:
extensions/stripped_black_bloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/local_head.tpl

    r11842 r11871  
    1818        width:{/literal}{if $stripped_black_bloc.thumbnail_width}{$stripped_black_bloc.thumbnail_width-10 }{/if}{literal}px;
    1919}
     20{/literal}{if isset($chronology_calendar)}{literal}
     21#subcontent {
     22        min-height: inherit;
     23}
     24{/literal}{/if}{literal}
     25
    2026</style>
    21 
    2227<script type="text/javascript">
    2328/**
  • extensions/stripped_black_bloc/theme.css

    r11842 r11871  
    2828
    2929*/
     30 #footer {
     31    position: relative;
     32}
     33#the_page
     34{
     35        padding-bottom: 20px;
     36}
     37.nav_bulle {
     38  position: relative;
     39}
    3040 #subcontent {
    3141    min-height: 490px;
Note: See TracChangeset for help on using the changeset viewer.