Ticket #708: ticket708_alt.patch

File ticket708_alt.patch, 1.7 KB (added by FND, 4 years ago)

same as previous patch, not excluding "\ No newline at end of file" notice

  • core/shadows/StyleSheetLayout.tiddler

    diff --git a/core/shadows/StyleSheetLayout.tiddler b/core/shadows/StyleSheetLayout.tiddler
    index 919cc6e..7eb2f2b 100644
    a b  
    157157 
    158158* html #backstage {width:99%;} 
    159159* html #backstageArea {width:99%;} 
    160 #backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;} 
     160#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;} 
    161161#backstageToolbar {position:relative;} 
    162 #backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;} 
     162#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;} 
    163163#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;} 
    164 #backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;} 
     164#backstageButton a {padding:0.1em 0.4em            ; margin:0.1em;} 
    165165#backstage {position:relative; width:100%; z-index:50;} 
    166 #backstagePanel {display:none; z-index:100; position:absolute; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;} 
     166#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;} 
    167167.backstagePanelFooter {padding-top:0.2em; float:right;} 
    168 .backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;} 
     168.backstagePanelFooter a {padding:0.2em 0.4em;} 
    169169#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;} 
    170170 
    171171.whenBackstage {display:none;} 
    172172.backstageVisible .whenBackstage {display:block;} 
    173173/*}}}*/</pre> 
    174 </div> 
    175  No newline at end of file 
     174</div>