OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 background-image: url(Images/statusbarButtonGlyphs_2x.png); | 298 background-image: url(Images/statusbarButtonGlyphs_2x.png); |
299 } | 299 } |
300 } /* media */ | 300 } /* media */ |
301 | 301 |
302 .overrides-view .overrides-footer .warning-icon-small { | 302 .overrides-view .overrides-footer .warning-icon-small { |
303 margin-right: 3px; | 303 margin-right: 3px; |
304 } | 304 } |
305 | 305 |
306 .overrides-splash-screen { | 306 .overrides-splash-screen { |
307 display: block; | 307 display: block; |
308 padding: 3px 10px; | 308 padding: 10px 10px; |
309 } | 309 } |
310 | 310 |
311 .overrides-splash-screen > button { | 311 .overrides-splash-screen > button { |
312 margin: -4px 0; | 312 margin: -4px 0; |
313 } | 313 } |
314 | 314 |
315 .overrides-reset-button { | 315 .overrides-reset-button { |
316 margin: 9px 0 0 17px; | 316 margin: 9px 0 0 17px; |
317 } | 317 } |
OLD | NEW |