| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 } | 45 } |
| 46 | 46 |
| 47 .overrides-view .field-error-message { | 47 .overrides-view .field-error-message { |
| 48 display: none; | 48 display: none; |
| 49 } | 49 } |
| 50 | 50 |
| 51 .overrides-view input[type='text']:focus::-webkit-input-placeholder { | 51 .overrides-view input[type='text']:focus::-webkit-input-placeholder { |
| 52 color: transparent !important; | 52 color: transparent !important; |
| 53 } | 53 } |
| 54 | 54 |
| 55 .overrides-view > .tabbed-pane { |
| 56 overflow: hidden; |
| 57 } |
| 58 |
| 55 /* Network tab */ | 59 /* Network tab */ |
| 56 | 60 |
| 57 .overrides-network fieldset { | 61 .overrides-network fieldset { |
| 58 padding-top: 5px; | 62 padding-top: 5px; |
| 59 } | 63 } |
| 60 | 64 |
| 61 .overrides-network fieldset p { | 65 .overrides-network fieldset p { |
| 62 width: 100%; | 66 width: 100%; |
| 63 margin-left: 2px; | 67 margin-left: 2px; |
| 64 } | 68 } |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 #overrides-reset-button, | 265 #overrides-reset-button, |
| 262 #overrides-disable-button { | 266 #overrides-disable-button { |
| 263 margin: 9px 0 0 17px; | 267 margin: 9px 0 0 17px; |
| 264 display: block; | 268 display: block; |
| 265 width: 60px; | 269 width: 60px; |
| 266 } | 270 } |
| 267 | 271 |
| 268 .overrides-enable-button { | 272 .overrides-enable-button { |
| 269 margin: 4px !important; | 273 margin: 4px !important; |
| 270 } | 274 } |
| OLD | NEW |