Difference between revisions of "MediaWiki:Common.css"

From OpenEMR Project Wiki
(Created page with ".collapseButton { →‎'show'/'hide' buttons created dynamically: float: right; →‎by the CollapsibleTables javascript in: font-weight: normal; /...")
 
 
Line 4: Line 4:
     text-align: right;    /* so they can be customised.                */
     text-align: right;    /* so they can be customised.                */
     width: auto;
     width: auto;
}
.NavToggle {
    font-size: x-small;
    float:right;
}
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
}
}

Latest revision as of 17:11, 27 June 2012

.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}

.NavToggle {
    font-size: x-small;
    float:right;
}
 
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
}