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

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

Issue 6596078: WebUI Prefs: Expand freezing to intermediate subpages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace fix Created 9 years, 9 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 | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 cursor: default; 2 cursor: default;
3 font-size: 13px; 3 font-size: 13px;
4 } 4 }
5 5
6 a:link { 6 a:link {
7 color: rgb(63, 110, 194); 7 color: rgb(63, 110, 194);
8 } 8 }
9 9
10 a:active { 10 a:active {
(...skipping 16 matching lines...) Expand all
27 27
28 #main-content { 28 #main-content {
29 display: -webkit-box; 29 display: -webkit-box;
30 position: absolute; 30 position: absolute;
31 left: 0; 31 left: 0;
32 right: 0; 32 right: 0;
33 top: 0; 33 top: 0;
34 bottom: 0; 34 bottom: 0;
35 } 35 }
36 36
37 .frozen { 37 .frozen,
38 .subpage-sheet-container.frozen {
38 position: fixed; 39 position: fixed;
39 } 40 }
40 41
41 #search-field { 42 #search-field {
42 margin: 0; 43 margin: 0;
43 } 44 }
44 45
45 .overlay { 46 .overlay {
46 -webkit-box-align: center; 47 -webkit-box-align: center;
47 -webkit-box-pack: center; 48 -webkit-box-pack: center;
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 margin-top: 2px; 724 margin-top: 2px;
724 } 725 }
725 726
726 .suboption { 727 .suboption {
727 -webkit-margin-start: 16px; 728 -webkit-margin-start: 16px;
728 } 729 }
729 730
730 .informational-text { 731 .informational-text {
731 color: grey; 732 color: grey;
732 } 733 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698