Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Side by Side Diff: Source/devtools/front_end/ui/splitWidget.css

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/ui/filter.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 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 * 1. Redistributions of source code must retain the above copyright 8 * 1. 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 * 10 *
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png); 117 -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
118 } 118 }
119 } /* media */ 119 } /* media */
120 120
121 .shadow-split-widget button.left-sidebar-show-hide-button, 121 .shadow-split-widget button.left-sidebar-show-hide-button,
122 .shadow-split-widget button.top-sidebar-show-hide-button { 122 .shadow-split-widget button.top-sidebar-show-hide-button {
123 top: 3px; 123 top: 3px;
124 left: 4px; 124 left: 4px;
125 } 125 }
126 126
127 :host-context(.material).shadow-split-widget button.left-sidebar-show-hide-butto n, 127 :host-context(.material) .shadow-split-widget button.left-sidebar-show-hide-butt on,
128 :host-context(.material).shadow-split-widget button.top-sidebar-show-hide-button { 128 :host-context(.material) .shadow-split-widget button.top-sidebar-show-hide-butto n {
129 top: 5px; 129 top: 5px;
130 } 130 }
131 131
132 .shadow-split-widget button.left-sidebar-show-hide-button:active, 132 .shadow-split-widget button.left-sidebar-show-hide-button:active,
133 .shadow-split-widget button.top-sidebar-show-hide-button:active { 133 .shadow-split-widget button.top-sidebar-show-hide-button:active {
134 top: 4px; 134 top: 4px;
135 left: 3px; 135 left: 3px;
136 } 136 }
137 137
138 .shadow-split-widget button.right-sidebar-show-hide-button { 138 .shadow-split-widget button.right-sidebar-show-hide-button {
139 top: 3px; 139 top: 3px;
140 right:2px; 140 right:2px;
141 } 141 }
142 142
143 :host-context(.material).shadow-split-widget button.right-sidebar-show-hide-butt on { 143 :host-context(.material) .shadow-split-widget button.right-sidebar-show-hide-but ton {
144 top: 5px; 144 top: 5px;
145 right: 5px; 145 right: 5px;
146 } 146 }
147 147
148 .shadow-split-widget button.right-sidebar-show-hide-button:active { 148 .shadow-split-widget button.right-sidebar-show-hide-button:active {
149 top: 4px; 149 top: 4px;
150 right: 1px; 150 right: 1px;
151 } 151 }
152 152
153 .shadow-split-widget button.bottom-sidebar-show-hide-button { 153 .shadow-split-widget button.bottom-sidebar-show-hide-button {
154 bottom: 1px; 154 bottom: 1px;
155 right: 1px; 155 right: 1px;
156 } 156 }
157 157
158 :host-context(.material).shadow-split-widget button.bottom-sidebar-show-hide-but ton { 158 :host-context(.material) .shadow-split-widget button.bottom-sidebar-show-hide-bu tton {
159 bottom: 3px; 159 bottom: 3px;
160 right: 3px; 160 right: 3px;
161 } 161 }
162 162
163 .shadow-split-widget button.bottom-sidebar-show-hide-button:active { 163 .shadow-split-widget button.bottom-sidebar-show-hide-button:active {
164 bottom: 0; 164 bottom: 0;
165 right: 0; 165 right: 0;
166 } 166 }
167 167
168 .shadow-split-widget button.left-sidebar-show-hide-button.toggled-show { 168 .shadow-split-widget button.left-sidebar-show-hide-button.toggled-show {
(...skipping 24 matching lines...) Expand all
193 193
194 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show { 194 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-show {
195 -webkit-mask-position: -296px -76px; /* <| */ 195 -webkit-mask-position: -296px -76px; /* <| */
196 transform: rotate(90deg); 196 transform: rotate(90deg);
197 } 197 }
198 198
199 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide { 199 .shadow-split-widget button.bottom-sidebar-show-hide-button.toggled-hide {
200 -webkit-mask-position: -264px -76px; /* >| */ 200 -webkit-mask-position: -264px -76px; /* >| */
201 transform: rotate(90deg); 201 transform: rotate(90deg);
202 } 202 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/filter.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698