| OLD | NEW |
| 1 /* Global styles */ | 1 /* Global styles */ |
| 2 * { | 2 * { |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 0; | 4 padding: 0; |
| 5 box-sizing: border-box; | 5 box-sizing: border-box; |
| 6 } | 6 } |
| 7 | 7 |
| 8 body { | 8 body { |
| 9 padding-top: 56px; | 9 padding-top: 56px; |
| 10 color: #333; | 10 color: #333; |
| (...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1208 text-decoration: underline; | 1208 text-decoration: underline; |
| 1209 } | 1209 } |
| 1210 megamorphic-cache-ref-wrapped > a[href] { | 1210 megamorphic-cache-ref-wrapped > a[href] { |
| 1211 color: #0489c3; | 1211 color: #0489c3; |
| 1212 text-decoration: none; | 1212 text-decoration: none; |
| 1213 } | 1213 } |
| 1214 megamorphic-cache-ref-wrapped > a[href] * { | 1214 megamorphic-cache-ref-wrapped > a[href] * { |
| 1215 color: inherit; | 1215 color: inherit; |
| 1216 } | 1216 } |
| 1217 | 1217 |
| 1218 /* metric-graph */ |
| 1219 |
| 1220 metric-graph { |
| 1221 display: block; |
| 1222 height: 100%; |
| 1223 } |
| 1224 |
| 1225 metric-graph .graph { |
| 1226 height: 100%; |
| 1227 margin-top: -30px; |
| 1228 padding: 20px; |
| 1229 padding-top: 60px; |
| 1230 } |
| 1231 |
| 1232 metric-graph .graph > div { |
| 1233 height: 100%; |
| 1234 } |
| 1235 |
| 1236 /* metric-graph */ |
| 1237 |
| 1238 metrics-page > div { |
| 1239 display: block; |
| 1240 height: 100%; |
| 1241 } |
| 1242 |
| 1243 metrics-page > div > .graph { |
| 1244 display: block; |
| 1245 height: 100%; |
| 1246 margin-top: -300px; |
| 1247 padding-top: 300px; |
| 1248 } |
| 1249 |
| 1218 /* nav-notify */ | 1250 /* nav-notify */ |
| 1219 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper | 1251 /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper |
| 1220 removed */ | 1252 removed */ |
| 1221 nav-notify-wrapped > div { | 1253 nav-notify-wrapped > div { |
| 1222 float: right; | 1254 float: right; |
| 1223 } | 1255 } |
| 1224 nav-notify-wrapped > div > div { | 1256 nav-notify-wrapped > div > div { |
| 1225 display: block; | 1257 display: block; |
| 1226 position: absolute; | 1258 position: absolute; |
| 1227 top: 98%; | 1259 top: 98%; |
| (...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 | 1857 |
| 1826 vm-connect-target > button.delete-button:hover { | 1858 vm-connect-target > button.delete-button:hover { |
| 1827 background: #ff0000; | 1859 background: #ff0000; |
| 1828 } | 1860 } |
| 1829 | 1861 |
| 1830 /* vm-connect */ | 1862 /* vm-connect */ |
| 1831 | 1863 |
| 1832 vm-connect ul { | 1864 vm-connect ul { |
| 1833 list-style-type: none; | 1865 list-style-type: none; |
| 1834 } | 1866 } |
| OLD | NEW |