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

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

Issue 3157037: Changing options page css so that we don't get that irritating little box aro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 body { 1 body {
2 font-size: 100%; 2 font-size: 100%;
3 -webkit-user-select: none; 3 -webkit-user-select: none;
4 } 4 }
5 5
6 #settings-title { 6 #settings-title {
7 -webkit-padding-end: 24px; 7 -webkit-padding-end: 24px;
8 padding-top: 1em; 8 padding-top: 1em;
9 padding-bottom: 1em; 9 padding-bottom: 1em;
10 text-align: end; 10 text-align: end;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 height: 1px; 111 height: 1px;
112 width: 65%; 112 width: 65%;
113 } 113 }
114 114
115 .navbar-item, .navbar-item2 { 115 .navbar-item, .navbar-item2 {
116 padding: 0.5em 0; 116 padding: 0.5em 0;
117 -webkit-padding-end: 24px; 117 -webkit-padding-end: 24px;
118 text-align: end; 118 text-align: end;
119 display: block; 119 display: block;
120 color: #426dc9; 120 color: #426dc9;
121 outline:none;
121 } 122 }
122 123
123 .navbar-item-selected { 124 .navbar-item-selected {
124 background: -webkit-gradient(linear, 125 background: -webkit-gradient(linear,
125 left top, 126 left top,
126 right top, 127 right top,
127 from(#eaeef3), 128 from(#eaeef3),
128 color-stop(0.97, #b4c8ea), 129 color-stop(0.97, #b4c8ea),
129 to(#a2b5b4)); 130 to(#a2b5b4));
130 font-weight: bold; 131 font-weight: bold;
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 } 296 }
296 297
297 .favicon-cell { 298 .favicon-cell {
298 background-position: left; 299 background-position: left;
299 background-repeat: no-repeat; 300 background-repeat: no-repeat;
300 -webkit-padding-start: 20px; 301 -webkit-padding-start: 20px;
301 } 302 }
302 html[dir=rtl] .favicon-cell { 303 html[dir=rtl] .favicon-cell {
303 background-position: right; 304 background-position: right;
304 } 305 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698