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

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

Issue 3017039: DOMUI prefs: Remove use of tables for layout on the Under the Hood pane. (Closed)
Patch Set: Switch from br to block-level elements Created 10 years, 4 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
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | 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 #settings-title { 1 #settings-title {
2 height: 30px; 2 height: 30px;
3 -webkit-padding-end: 15px; 3 -webkit-padding-end: 15px;
4 padding-top: 20px; 4 padding-top: 20px;
5 text-align: end; 5 text-align: end;
6 font-size: 140%; 6 font-size: 140%;
7 color: #c7c7c7; 7 color: #c7c7c7;
8 } 8 }
9 9
10 #main-content { 10 #main-content {
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 width: 150px; 146 width: 150px;
147 font-size: 75%; 147 font-size: 75%;
148 -webkit-padding-start: 15px; 148 -webkit-padding-start: 15px;
149 vertical-align: top; 149 vertical-align: top;
150 } 150 }
151 151
152 .option { 152 .option {
153 margin-top: 5px; 153 margin-top: 5px;
154 } 154 }
155 155
156 .option-control-table { 156 .option-control-table, section > div:only-of-type {
157 margin-top: 5px; 157 margin-top: 5px;
158 -webkit-padding-start: 10px; 158 -webkit-padding-start: 10px;
159 } 159 }
160 160
161 .suboption { 161 .suboption {
162 -webkit-margin-start: 18px; 162 -webkit-margin-start: 18px;
163 } 163 }
164 164
165 /* TODO(stuartmorgan): make this less specific once all pages
166 * are converted to the non-table style.
167 */
168 section > div:only-of-type label {
169 display: block;
170 }
171
165 .hidden { 172 .hidden {
166 display: none; 173 display: none;
167 } 174 }
168 175
169 .touch-slider { 176 .touch-slider {
170 -webkit-appearance: slider-horizontal; 177 -webkit-appearance: slider-horizontal;
171 } 178 }
179
180 input[type="checkbox"] {
181 margin-top: 6px;
182 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698