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

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

Issue 2901008: Add the rest of the content settings tabs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: git try -b mac Created 10 years, 5 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
OLDNEW
1 #settings-title { 1 #settings-title {
2 height: 30px; 2 height: 30px;
3 padding-right: 15px; 3 padding-right: 15px;
4 padding-top: 20px; 4 padding-top: 20px;
5 text-align: right; 5 text-align: right;
6 font-size: 140%; 6 font-size: 140%;
7 color: #c7c7c7; 7 color: #c7c7c7;
8 } 8 }
9 9
10 #main-content { 10 #main-content {
11 display: -webkit-box; 11 display: -webkit-box;
12 position: absolute; 12 position: absolute;
13 left: 0; 13 left: 0;
14 right: 0; 14 right: 0;
15 top: 0; 15 top: 0;
16 bottom: 0; 16 bottom: 0;
17 } 17 }
18 18
19 #navbar-container { 19 #navbar-container {
20 background: -webkit-gradient(linear, 20 background: -webkit-gradient(linear,
21 left top, 21 left top,
22 left bottom, 22 left bottom,
23 from(rgba(255,255,255,0)), 23 from(rgba(255,255,255,0)),
24 color-stop(0.7, rgba(255,255,255,0)), 24 color-stop(0.7, rgba(255,255,255,0)),
25 to(white)), 25 to(white)),
26 -webkit-gradient(linear, 26 -webkit-gradient(linear,
27 left top, 27 left top,
28 right top, 28 right top,
29 from(white), 29 from(white),
30 color-stop(0.8, white), 30 color-stop(0.8, white),
31 to(#f3f3f3)); 31 to(#f3f3f3));
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 margin-left: 18px; 123 margin-left: 18px;
124 } 124 }
125 125
126 .hidden { 126 .hidden {
127 display: none; 127 display: none;
128 } 128 }
129 129
130 .touch-slider { 130 .touch-slider {
131 -webkit-appearance: slider-horizontal; 131 -webkit-appearance: slider-horizontal;
132 } 132 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/browser/resources/options/options_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698