DO NOT MERGE

add butterbar notice for the google IO SDK announcements

Change-Id: I25bbb0ee4cab95b0c26cd2bd517e490e44ae1465
This commit is contained in:
smain@google.com
2014-06-24 17:10:19 -07:00
parent 600e588e99
commit 5f6019ab6c
2 changed files with 20 additions and 10 deletions

View File

@@ -2710,19 +2710,22 @@ Butterbar
width:100%; width:100%;
} }
#butterbar { #butterbar {
width:940px; width:100%;
margin:0 auto; margin:0 auto;
} }
#butterbar-message { #butterbar-message {
background-color:#f80; background-color:rgba(255, 187, 51, .4);
float:right; font-size:13px;
font-size:12px; padding: 5px 0;
font-weight:bold; text-align:center;
padding:0 10px; }
border-radius: 0 0 5px 5px; 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 Misc
@@ -3943,7 +3946,7 @@ EndColorStr='#ececec');
#header-wrapper { #header-wrapper {
background: #f9f9f9; background: #f9f9f9;
margin: 0 -10px 0 -10px; margin: 0 -10px 0 -10px;
padding: 31px 10px 0px 10px; padding: 51px 10px 0px 10px;
position: relative; position: relative;
} }
#header-wrapper #nav-x div.wrap { #header-wrapper #nav-x div.wrap {

View File

@@ -7,6 +7,13 @@
<!-- Header --> <!-- Header -->
<div id="header-wrapper"> <div id="header-wrapper">
<div id="header"> <div id="header">
<div id="butterbar-wrapper">
<div id="butterbar">
<a href="<?cs var:toroot ?>preview/index.html" id="butterbar-message">
The SDKs announced at Google IO will be available on June 26th!
</a>
</div>
</div>
<div class="wrap" id="header-wrap"> <div class="wrap" id="header-wrap">
<div class="col-3 logo"> <div class="col-3 logo">
<a href="<?cs var:toroot ?>index.html"> <a href="<?cs var:toroot ?>index.html">