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

Side by Side Diff: chrome/browser/resources/options2/options_page.css

Issue 9348005: [Uber page] Sub-page overlaps the text of the uber navigation pane (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 position: relative; 6 position: relative;
7 } 7 }
8 8
9 #main-content { 9 #main-content {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 } 228 }
229 229
230 /* Omit top padding (currently only on #settings) whenever the search page is 230 /* Omit top padding (currently only on #settings) whenever the search page is
231 * showing. 231 * showing.
232 */ 232 */
233 #searchPage:not([hidden]) + #settings { 233 #searchPage:not([hidden]) + #settings {
234 padding-top: 0; 234 padding-top: 0;
235 } 235 }
236 236
237 #subpage-sheet-container-1 { 237 #subpage-sheet-container-1 {
238 -webkit-padding-start: 40px; 238 -webkit-padding-start: 52px;
239 z-index: 5; 239 z-index: 5;
240 } 240 }
241 241
242 #subpage-sheet-container-2 { 242 #subpage-sheet-container-2 {
243 -webkit-padding-start: 80px; 243 -webkit-padding-start: 104px;
244 z-index: 7; 244 z-index: 7;
245 } 245 }
246 246
247 #subpage-sheet-container-3 { 247 #subpage-sheet-container-3 {
248 -webkit-padding-start: 120px; 248 -webkit-padding-start: 156px;
249 z-index: 9; 249 z-index: 9;
250 } 250 }
251 251
252 #subpage-sheet-container-1 header { 252 #subpage-sheet-container-1 header {
253 left: 60px; 253 left: 72px;
254 right: 60px; 254 right: 72px;
255 } 255 }
256 256
257 #subpage-sheet-container-2 header { 257 #subpage-sheet-container-2 header {
258 left: 100px; 258 left: 124px;
259 right: 100px; 259 right: 124px;
260 } 260 }
261 261
262 #subpage-sheet-container-3 header { 262 #subpage-sheet-container-3 header {
263 left: 140px; 263 left: 176px;
264 right: 140px; 264 right: 176px;
265 } 265 }
266 266
267 .subpage-sheet { 267 .subpage-sheet {
268 -webkit-margin-start: -155px; 268 -webkit-margin-start: -155px;
269 background-color: white; 269 background-color: white;
270 box-shadow: #666 0 2px 5px; 270 box-shadow: #666 0 2px 5px;
271 box-sizing: border-box; 271 box-sizing: border-box;
272 min-height: 100%; 272 min-height: 100%;
273 min-width: 651px; 273 min-width: 651px;
274 } 274 }
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 url('chrome://theme/IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE'); 741 url('chrome://theme/IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE');
742 } 742 }
743 743
744 html[dir='rtl'] .controlled-setting-bubble-text { 744 html[dir='rtl'] .controlled-setting-bubble-text {
745 background-position: right top; 745 background-position: right top;
746 } 746 }
747 747
748 .controlled-setting-bubble-action { 748 .controlled-setting-bubble-action {
749 padding: 0 !important; 749 padding: 0 !important;
750 } 750 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698