| 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;
|
|
|