Commit 108a6d0d authored by glotov@google.com's avatar glotov@google.com

OOBE_DOMUI4 template applied

BUG=chromium-os:19173
TEST=manual

Review URL: http://codereview.chromium.org/7792005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98816 0039d316-1c4b-4281-b951-d872f2087c98
parent 9dba6c83
......@@ -69,14 +69,19 @@ hr.bottom {
}
#header {
background: url('chrome://theme/IDR_PRODUCT_LOGO_64') left center no-repeat;
background-size: 48px;
color: #737373;
background: url('chrome://theme/IDR_PRODUCT_LOGO_32') left center no-repeat;
background-size: 32px;
color: #666;
display: -webkit-box;
font-size: 20px;
height: 48px;
line-height: 48px;
padding-left: 54px;
font-size: 23px;
height: 47px;
line-height: 45px;
padding-left: 34px;
padding-top: 1px;
}
#header span {
text-transform: lowercase;
}
#header span,
......@@ -87,7 +92,8 @@ hr.bottom {
}
#header-sections {
position: relative;
display: inline-block;
height: 30px;
}
.header-section:before {
......
......@@ -41,9 +41,7 @@
<div id="oobe" class="faded">
<div id="outer-container">
<div id="header">
<div>
<span i18n-content="productName"></span>
</div>
<span i18n-content="productName"></span>
<div id="header-sections"></div>
</div>
<hr class="top shadow">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment