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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 | 59 |
60 .overrides-view .tabbed-pane-header-tab { | 60 .overrides-view .tabbed-pane-header-tab { |
61 background-color: transparent; | 61 background-color: transparent; |
62 border: none transparent; | 62 border: none transparent; |
63 font-weight: normal; | 63 font-weight: normal; |
64 text-shadow: none; | 64 text-shadow: none; |
65 color: #777; | 65 color: #777; |
66 height: 22px; | 66 height: 22px; |
67 padding-left: 0; | 67 padding-left: 0; |
68 padding-left: 10px; | 68 padding-left: 10px; |
69 border-left: 4px solid transparent; | 69 border-left: 6px solid transparent; |
70 } | 70 } |
71 | 71 |
72 .overrides-view .tabbed-pane-header-tab:not(.selected) { | 72 .overrides-view .tabbed-pane-header-tab:not(.selected) { |
73 cursor: pointer !important; | 73 cursor: pointer !important; |
74 } | 74 } |
75 | 75 |
76 .overrides-view .tabbed-pane-header-tab.selected { | 76 .overrides-view .tabbed-pane-header-tab.selected { |
77 color: inherit; | 77 color: inherit; |
78 border: none transparent; | 78 border: none transparent; |
79 border-left: 4px solid #666; | 79 border-left: 6px 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 { | 87 .overrides-view fieldset p { |
88 display: inline-block; | 88 display: inline-block; |
89 padding: 0; | 89 padding: 0; |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 | 251 |
252 @media (-webkit-min-device-pixel-ratio: 1.5) { | 252 @media (-webkit-min-device-pixel-ratio: 1.5) { |
253 .overrides-view .overrides-footer::before { | 253 .overrides-view .overrides-footer::before { |
254 background-image: url(Images/statusbarButtonGlyphs_2x.png); | 254 background-image: url(Images/statusbarButtonGlyphs_2x.png); |
255 } | 255 } |
256 } /* media */ | 256 } /* media */ |
257 | 257 |
258 .overrides-view .overrides-footer .warning-icon-small { | 258 .overrides-view .overrides-footer .warning-icon-small { |
259 margin-right: 3px; | 259 margin-right: 3px; |
260 } | 260 } |
OLD | NEW |