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

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

Issue 7739030: Minor CSS cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « chrome/browser/resources/options/extension_settings.css ('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 .hbox {
2 display: -webkit-box;
3 -webkit-box-orient: horizontal;
4 }
5
6 .vbox {
7 display: -webkit-box;
8 -webkit-box-orient: vertical;
9 }
10
11 .stretch {
12 -webkit-box-flex: 1;
13 }
14
1 .frozen, 15 .frozen,
2 .subpage-sheet-container.frozen { 16 .subpage-sheet-container.frozen {
3 position: fixed; 17 position: fixed;
4 } 18 }
5 19
6 #search-field { 20 #search-field {
7 font-size: inherit; 21 font-size: inherit;
8 margin: 0; 22 margin: 0;
9 } 23 }
10 24
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 display: table-cell; 582 display: table-cell;
569 vertical-align: baseline; 583 vertical-align: baseline;
570 border-bottom: 1px solid #eeeeee; 584 border-bottom: 1px solid #eeeeee;
571 } 585 }
572 586
573 /* do not display a border after the last section in the table */ 587 /* do not display a border after the last section in the table */
574 .displaytable:not([searching='true']) > section:last-child > * { 588 .displaytable:not([searching='true']) > section:last-child > * {
575 border-bottom: none; 589 border-bottom: none;
576 } 590 }
577 591
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/extension_settings.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698