Difference between revisions of "MediaWiki:Monobook.css"

From WikiChem
Jump to: navigation, search
Line 8: Line 8:
 
     top: 10px;
 
     top: 10px;
 
     display: block !important;
 
     display: block !important;
 +
    float: right;
 
}
 
}
 
   
 
   

Revision as of 10:23, 14 August 2009

/* edit this file to customize the monobook skin for the entire site */

/* For positioning icons at top-right, used for the small FlaggedRevs message for reviewers */
div.topicon,
div.flaggedrevs_short {
    position: absolute; 
    z-index: 10; 
    top: 10px;
    display: block !important;
    float: right;
}
 
#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 30px;
    top: 3.7em;
    float: right;
    margin: 0.0em;
    padding: 0.0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}