am ccc15faf
: am 56811475
: am 5386532e
: Merge "Doc change: Move butterbar css to template assets." into jb-mr1.1-ub-dev
* commit 'ccc15faf56ad46f973800cb6bd41b4634b9192a0': Doc change: Move butterbar css to template assets.
This commit is contained in:
commit
8c01be686c
3 changed files with 72 additions and 0 deletions
|
@ -2392,6 +2392,30 @@ Lightbox
|
||||||
background-position: -10px 0;
|
background-position: -10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --------------------------------------------------------------------------
|
||||||
|
Butterbar
|
||||||
|
*/
|
||||||
|
#butterbar-wrapper {
|
||||||
|
position:absolute;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
#butterbar {
|
||||||
|
width:940px;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
#butterbar-message a {color:#fff !important}
|
||||||
|
#butterbar-message a:hover {text-decoration:underline;}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
Misc
|
Misc
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2460,6 +2460,30 @@ Lightbox
|
||||||
background-position: -10px 0;
|
background-position: -10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --------------------------------------------------------------------------
|
||||||
|
Butterbar
|
||||||
|
*/
|
||||||
|
#butterbar-wrapper {
|
||||||
|
position:absolute;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
#butterbar {
|
||||||
|
width:940px;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
#butterbar-message a {color:#fff !important}
|
||||||
|
#butterbar-message a:hover {text-decoration:underline;}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
Misc
|
Misc
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2434,6 +2434,30 @@ Lightbox
|
||||||
background-position: -10px 0;
|
background-position: -10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --------------------------------------------------------------------------
|
||||||
|
Butterbar
|
||||||
|
*/
|
||||||
|
#butterbar-wrapper {
|
||||||
|
position:absolute;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
#butterbar {
|
||||||
|
width:940px;
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
#butterbar-message a {color:#fff !important}
|
||||||
|
#butterbar-message a:hover {text-decoration:underline;}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
Misc
|
Misc
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue