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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 color: inherit; | 77 color: inherit; |
78 border: none transparent; | 78 border: none transparent; |
79 border-left: 4px solid #666; | 79 border-left: 4px solid #666; |
80 } | 80 } |
81 | 81 |
82 .overrides-view fieldset { | 82 .overrides-view fieldset { |
83 border: none; | 83 border: none; |
84 padding: 0 0 5px 15px; | 84 padding: 0 0 5px 15px; |
85 } | 85 } |
86 | 86 |
| 87 .overrides-view fieldset p { |
| 88 display: inline-block; |
| 89 padding: 0; |
| 90 margin: 0; |
| 91 border: 0; |
| 92 } |
| 93 |
| 94 .overrides-view fieldset p label { |
| 95 display: inline-block; |
| 96 } |
| 97 |
| 98 .overrides-view .field-error-message { |
| 99 display: none; |
| 100 } |
| 101 |
87 .overrides-user-agent fieldset { | 102 .overrides-user-agent fieldset { |
88 padding-top: 5px; | 103 padding-top: 5px; |
89 } | 104 } |
90 | 105 |
91 .overrides-device > select { | 106 .overrides-device > select { |
92 margin-bottom: 10px; | 107 margin-bottom: 10px; |
93 width: 400px; | 108 width: 400px; |
94 max-width: 90%; | 109 max-width: 90%; |
95 } | 110 } |
96 | 111 |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 position: relative; | 245 position: relative; |
231 top: 2px; | 246 top: 2px; |
232 background-position: -202px -107px; | 247 background-position: -202px -107px; |
233 float: left; | 248 float: left; |
234 margin-right: 4px; | 249 margin-right: 4px; |
235 } | 250 } |
236 | 251 |
237 .overrides-view .overrides-footer .warning-icon-small { | 252 .overrides-view .overrides-footer .warning-icon-small { |
238 margin-right: 3px; | 253 margin-right: 3px; |
239 } | 254 } |
OLD | NEW |