am c69af6fa
: hide the butter bar but also update the CSS for recent butterbar changes
* commit 'c69af6faebbc2546aebee2c5d08eedb28f2b52ee': hide the butter bar but also update the CSS for recent butterbar changes
This commit is contained in:
commit
5bf3bb5ab8
2 changed files with 18 additions and 9 deletions
|
@ -2774,19 +2774,22 @@ Butterbar
|
|||
width:100%;
|
||||
}
|
||||
#butterbar {
|
||||
width:940px;
|
||||
width:100%;
|
||||
margin:0 auto;
|
||||
}
|
||||
#butterbar-message {
|
||||
background-color:#f80;
|
||||
float:right;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
padding:0 10px;
|
||||
border-radius: 0 0 5px 5px;
|
||||
background-color:rgba(255, 187, 51, .4);
|
||||
font-size:13px;
|
||||
padding: 5px 0;
|
||||
text-align:center;
|
||||
}
|
||||
a#butterbar-message {
|
||||
cursor:pointer;
|
||||
display:block;
|
||||
}
|
||||
a#butterbar-message:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
#butterbar-message a {color:#fff !important}
|
||||
#butterbar-message a:hover {text-decoration:underline;}
|
||||
|
||||
/* --------------------------------------------------------------------------
|
||||
Misc
|
||||
|
|
|
@ -303,6 +303,9 @@ color:#666;font-weight:100;font-size:27px;">L Developer Preview</h1></div>
|
|||
|
||||
<?cs # (UN)COMMENT THE INSIDE OF THIS METHOD TO TOGGLE VISIBILITY ?>
|
||||
<?cs def:butter_bar() ?>
|
||||
|
||||
<?cs # HIDE THE BUTTER BAR
|
||||
|
||||
<div style="height:20px"><!-- spacer to bump header down --></div>
|
||||
<div id="butterbar-wrapper">
|
||||
<div id="butterbar">
|
||||
|
@ -311,4 +314,7 @@ color:#666;font-weight:100;font-size:27px;">L Developer Preview</h1></div>
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
?>
|
||||
|
||||
<?cs /def ?>
|
Loading…
Reference in a new issue