Ignore:
Timestamp:
Mar 8, 2006, 4:22:25 AM (18 years ago)
Author:
rvelices
Message:

calendar: removed some warnings, improved display for weekly style and
worked on css (still not perfect due to IE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/content.css

    r1062 r1069  
    1818}
    1919
    20 #content H2, H3 {
     20#content H3 {
    2121    margin-bottom: 1ex;
    2222}
     23
     24#content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/
    2325
    2426#content H3 {
     
    105107/* actions */
    106108UL.categoryActions {
    107   margin: 2px;
     109  margin: 0 2px;
    108110  width: auto;
    109111  padding: 0;
     
    118120}
    119121
     122#content DIV.titrePage {
     123  padding: 0 0 3px;
     124}
     125
    120126#content UL.categoryActions LI {
    121127  display: inline;
    122 
    123128}
    124129
     
    184189  display: block;
    185190  float: right;
    186   margin: 2px 2px;
     191  margin: 2px 0 0;
    187192}
    188193
Note: See TracChangeset for help on using the changeset viewer.