Chromium Code Reviews| Index: chrome/browser/resources/flags.css |
| diff --git a/chrome/browser/resources/flags.css b/chrome/browser/resources/flags.css |
| index 1a5247ae2f1c7f66e77bf674a794348edbf33209..283e21aaf6598d05dca7e5856e321714f5f5cd44 100644 |
| --- a/chrome/browser/resources/flags.css |
| +++ b/chrome/browser/resources/flags.css |
| @@ -1,5 +1,4 @@ |
| -/* |
| - * Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
|
Evan Stade
2012/04/03 02:59:48
.
Dan Beam
2012/04/03 04:15:06
Done.
|
| @@ -17,23 +16,23 @@ a { |
| } |
| div#header { |
| + -webkit-padding-start: 0; |
| + box-sizing: border-box; |
| margin-bottom: 1.05em; |
| /* 67px is the height of the header's background image. */ |
| min-height: 67px; |
| overflow: hidden; |
| padding-bottom: 20px; |
| - -webkit-padding-start: 0; |
| padding-top: 20px; |
| position: relative; |
| - box-sizing: border-box; |
| } |
| #header h1 { |
| + -webkit-padding-start: 75px; |
| background: url('../../app/theme/flags_section.png') 0 20px no-repeat; |
| display: inline; |
| margin: 0; |
| padding-bottom: 20px; |
| - -webkit-padding-start: 75px; |
| padding-top: 40px; |
| } |
| @@ -44,13 +43,13 @@ html[dir=rtl] #header h1 { |
| h1 { |
| font-size: 156%; |
| font-weight: bold; |
| - padding: 0; |
| margin: 0; |
| + padding: 0; |
| } |
| #blurb-container { |
| - padding-bottom: 1.5em; |
| font-size: 120%; |
| + padding-bottom: 1.5em; |
| } |
| #blurb-warning { |
| @@ -64,11 +63,11 @@ div.content { |
| } |
| .section-header { |
| - background: #ebeff9; |
| - border-top: 1px solid #b5c7de; |
| + -webkit-padding-start: 5px; |
| + background: rgb(235, 239, 249); |
| + border-top: 1px solid rgb(181, 199, 222); |
| font-size: 99%; |
| padding-bottom: 2px; |
| - -webkit-padding-start: 5px; |
| padding-top: 3px; |
| width: 100%; |
| } |
| @@ -86,14 +85,14 @@ div.content { |
| } |
| .vbox-container { |
| - display: -webkit-box; |
| -webkit-box-orient: vertical; |
| + display: -webkit-box; |
| } |
| .wbox { |
| - display: -webkit-box; |
| -webkit-box-align: stretch; |
| -webkit-box-flex: 1; |
| + display: -webkit-box; |
| } |
| #top { |
| @@ -133,21 +132,21 @@ div.content { |
| } |
| .no-experiments { |
| + font-size: 1.2em; |
| margin: 6em 0 0; |
| text-align: center; |
| - font-size: 1.2em; |
| } |
| /* Match the indentation of .experiment-text. */ |
| .experiment-actions { |
| -webkit-padding-start: 5px; |
| - margin-top: 0.2em; |
| margin-bottom: 0.2em; |
| + margin-top: 0.2em; |
| } |
| div.needs-restart { |
| background: #FFF; |
| - border-top: 1px solid #b5c7de; |
| + border-top: 1px solid rgb(181, 199, 222); |
| bottom: 0; |
| /* If you change this, update body.padding-bottom */ |
| height: 30px; |