Changeset 353


Ignore:
Timestamp:
16.01.2009 12:57:34 (3 years ago)
Author:
chris
Message:

added css-fixes by fhof

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMESS/forum/branches/fhof/zmsforum.metobj.xml

    r351 r353  
    889889/* --------- ZMSFORUM CUSTOMIZED -------------- */ 
    890890div#ZMSForum { 
    891 margin-top:2em !important; 
     891margin-top:2em; 
     892} 
     893#ZMSForum ul.nav-tabs { 
     894padding-bottom:1em 
     895} 
     896#ZMSForum table { 
     897margin: 0em 0em 1.5em 0em; 
     898} 
     899#ZMSForum fieldset {     
     900margin: 0em 0em 0.7em 0em; 
    892901} 
    893902#ZMSForum ul.nav-tabs li { 
    894 padding:0px 0.5em;; 
     903padding:0px 0.5em; 
    895904list-style-type:none; 
    896905} 
    897 div.threadTree .zfmSubject { } 
    898  
    899906div.threadTree .zfmAuthor, 
    900907div.threadTree .zfmDateTime { 
    901908color:#999 !important; 
     909} 
     910div.threadTree .zfmSubject { } 
     911div.zfmFileForm { 
     912padding:0.3em; 
     913margin-top:0.7em; 
    902914} 
    903915 
     
    11731185</dtml-comment> 
    11741186 
    1175 <div> 
     1187<div class="zfmFileForm"> 
    11761188        <img src="%s" alt="" /><span> %s: </span> 
    11771189        <a href="%s" target="_blank"> 
Note: See TracChangeset for help on using the changeset viewer.