Changeset 9138


Ignore:
Timestamp:
09/15/10 21:36:02 (21 months ago)
Author:
ArthurClemens
Message:

Item9504: some small adjustments to button sizes; h1 top margin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/pub/System/PatternSkinTheme/style_src.css

    r9127 r9138  
    7070        line-height:1.1em; 
    7171} 
    72 h1 { font-size:190%; } 
    73 h2 { font-size:153%; } 
    74 h3 { font-size:137%; } 
     72h1 { 
     73        margin-top:.5em; 
     74        font-size:190%; 
     75} 
     76h2 { font-size:165%; } 
     77h3 { font-size:145%; } 
    7578h4 { font-size:127%; } 
    7679h5 { font-size:117%; } 
     
    177180        cursor:default; 
    178181        outline:none; 
     182        line-height:1em; 
     183        padding:2px 4px; 
    179184} 
    180185a.foswikiButton, 
     
    191196a.foswikiSubmit:visited:active { 
    192197        text-decoration:none; 
     198        line-height:1em; 
     199        padding:2px 4px; 
    193200} 
    194201 
     
    715722        border-width:1px; 
    716723        border-style:solid; 
    717         padding:.1em .35em; 
    718         margin:0 0 .2em .25em; 
     724        padding:2px 4px; 
     725        line-height:1em; 
     726        margin:0 0 4px 4px; 
    719727        font-weight:bold; 
    720728} 
     
    729737} 
    730738.patternToolBar span.foswikiAccessKey {  
    731         float:none;  
     739        float:none; 
     740        border:none; 
    732741} 
    733742.patternToolBar span s, 
     
    757766.patternActionButtons a.foswikiSubmit, 
    758767.patternActionButtons a.foswikiButtonCancel { 
    759         padding:.1em .2em; 
     768        line-height:1em; 
     769        padding:2px 4px; 
    760770} 
    761771.patternInfo { 
     
    782792        border-style:solid none none none; 
    783793        margin-top:-1px; 
    784 } 
    785 .patternEditPage .patternBorder { 
    786         margin-top:2em; 
    787794} 
    788795.patternTop {} 
     
    906913} 
    907914.patternSigLine { 
    908         margin:.5em 0 0 0; 
     915        margin:.5em 0 2em 0; 
    909916        border-style:none; 
    910917} 
Note: See TracChangeset for help on using the changeset viewer.