| OLD | NEW |
| 1 /* TODO(csilv): Re-order, rename selectors according to style guide. */ | 1 /* TODO(csilv): Re-order, rename selectors according to style guide. */ |
| 2 /* TODO(csilv): Rename this file 'browser_options.css' */ | 2 /* TODO(csilv): Rename this file 'browser_options.css' */ |
| 3 | 3 |
| 4 /* This is necessary because the fix for correctly wrapping labels | 4 /* This is necessary because the fix for correctly wrapping labels |
| 5 * (crbug.com/109334) requires labels to be display: block; however, this label | 5 * (crbug.com/109334) requires labels to be display: block; however, this label |
| 6 * has a button inline after it. | 6 * has a button inline after it. |
| 7 */ | 7 */ |
| 8 #home-page-label { | 8 #home-page-label { |
| 9 display: inline; | 9 display: inline; |
| 10 } | 10 } |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 height: 31px; | 100 height: 31px; |
| 101 padding: 3px; | 101 padding: 3px; |
| 102 vertical-align: middle; | 102 vertical-align: middle; |
| 103 width: 38px; | 103 width: 38px; |
| 104 } | 104 } |
| 105 | 105 |
| 106 .profile-item-current { | 106 .profile-item-current { |
| 107 font-weight: bold; | 107 font-weight: bold; |
| 108 } | 108 } |
| 109 | 109 |
| 110 #themes-gallery-div { | |
| 111 margin: 10px 0; | |
| 112 } | |
| 113 | |
| 114 .sync-error { | 110 .sync-error { |
| 115 background: #FFDBDB; | 111 background: #FFDBDB; |
| 116 border: 1px solid #ce4c4c; | 112 border: 1px solid #ce4c4c; |
| 117 border-radius: 2px; | 113 border-radius: 2px; |
| 118 padding: 10px; | 114 padding: 10px; |
| 119 } | 115 } |
| 120 | 116 |
| 121 .sync-error .link-button { | 117 .sync-error .link-button { |
| 122 margin: 0 1ex; | 118 margin: 0 1ex; |
| 123 padding: 0; | 119 padding: 0; |
| 124 } | 120 } |
| 125 | 121 |
| 126 #enable-auto-login-checkbox { | 122 #enable-auto-login-checkbox { |
| 127 margin-top: 10px; | 123 margin-top: 10px; |
| 128 } | 124 } |
| 129 | 125 |
| 130 #mac-passwords-warning, | 126 #mac-passwords-warning, |
| 131 #manage-data-group { | 127 #manage-data-group { |
| 132 margin-top: 10px; | 128 margin-top: 10px; |
| 133 } | 129 } |
| OLD | NEW |