| OLD | NEW |
| 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 Loading... |
| 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 { |
| 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 Loading... |
| 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 } |
| OLD | NEW |