Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5036)

Unified Diff: chrome/browser/resources/uber/uber_shared.css

Issue 9513016: uber managed pref banners (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed merge Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared2.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_shared.css
diff --git a/chrome/browser/resources/uber/uber_shared.css b/chrome/browser/resources/uber/uber_shared.css
index 48409a77882b2dbf88684b620add827ba471ca20..e25110059c1cd7b0d262282aadf17ee9aa150791 100644
--- a/chrome/browser/resources/uber/uber_shared.css
+++ b/chrome/browser/resources/uber/uber_shared.css
@@ -24,36 +24,18 @@ body.uber-frame > .page {
body.uber-frame header {
background: white;
left: 155px;
- min-width: 600px;
+ min-width: 700px;
/* <section>s in options currently amount to 638px total, broken up into
* 600px max-width + 18px -webkit-padding-start + 20px -webkit-margin-end
* so we mirror this value here so the headers match width and horizontal
* alignment when scrolling sideways. */
- max-width: 638px;
+ max-width: 738px;
position: fixed;
right: 155px;
top: 0;
z-index: 2;
}
-/* This is to make it appear that <headers> cover options <section> text when
- * vertically scrolling. Without it, some text is visible beside a <header>. */
-html[dir="ltr"] body.uber-frame header:after,
-html[dir="rtl"] body.uber-frame header:before {
- background: white;
- content: " ";
- display: block;
- height: 100%;
- position: absolute;
- width: 100px;
-}
-
-body.uber-frame header,
-body.uber-frame header > * {
- -webkit-box-flex: 1;
- display: -webkit-box;
-}
-
body.uber-frame header > h1 {
border-bottom: 1px solid #eee;
margin: 0;
« no previous file with comments | « chrome/browser/resources/shared/css/chrome_shared2.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698