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

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

Issue 9091015: [uber page] Convert 'Under the Hood' page to a sub-page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: tweak Created 8 years, 11 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
OLDNEW
1 #main-content { 1 #main-content {
2 display: -webkit-box; 2 display: -webkit-box;
3 position: absolute; 3 position: absolute;
4 left: 0; 4 left: 0;
5 right: 0; 5 right: 0;
6 top: 0; 6 top: 0;
7 bottom: 0; 7 bottom: 0;
8 } 8 }
9 9
10 #mainview { 10 #mainview {
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 #subpage-sheet-container-1 { 264 #subpage-sheet-container-1 {
265 -webkit-padding-start: 40px; 265 -webkit-padding-start: 40px;
266 z-index: 5; 266 z-index: 5;
267 } 267 }
268 268
269 #subpage-sheet-container-2 { 269 #subpage-sheet-container-2 {
270 -webkit-padding-start: 80px; 270 -webkit-padding-start: 80px;
271 z-index: 10; 271 z-index: 10;
272 } 272 }
273 273
274 #subpage-sheet-container-3 {
James Hawkins 2012/01/04 23:34:30 Blah..this should be temporary, right?
275 -webkit-padding-start: 120px;
276 z-index: 15;
277 }
278
274 .subpage-sheet { 279 .subpage-sheet {
275 -webkit-box-shadow: #666 0px 2px 5px; 280 -webkit-box-shadow: #666 0px 2px 5px;
276 background-color: white; 281 background-color: white;
277 border-left: 1px solid #b8b8b8; 282 border-left: 1px solid #b8b8b8;
278 box-sizing: border-box; 283 box-sizing: border-box;
279 min-height: 100%; 284 min-height: 100%;
280 width: 100%; 285 width: 100%;
281 min-width: 651px; 286 min-width: 651px;
282 } 287 }
283 288
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 url('chrome://theme/IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE'); 794 url('chrome://theme/IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE');
790 } 795 }
791 796
792 html[dir='rtl'] .controlled-setting-bubble-text { 797 html[dir='rtl'] .controlled-setting-bubble-text {
793 background-position: right top; 798 background-position: right top;
794 } 799 }
795 800
796 .controlled-setting-bubble-action { 801 .controlled-setting-bubble-action {
797 padding: 0 !important; 802 padding: 0 !important;
798 } 803 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698