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

Side by Side Diff: Source/devtools/front_end/splitView.css

Issue 210243005: DevTools: polish Mac UI (borders, alignment, line heights, images). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/sourcesPanel.css ('k') | Source/devtools/front_end/tabbedPane.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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 top: 4px; 103 top: 4px;
104 right:2px; 104 right:2px;
105 } 105 }
106 106
107 .split-view button.right-sidebar-show-hide-button:active { 107 .split-view button.right-sidebar-show-hide-button:active {
108 top: 5px; 108 top: 5px;
109 right: 1px; 109 right: 1px;
110 } 110 }
111 111
112 .split-view button.bottom-sidebar-show-hide-button { 112 .split-view button.bottom-sidebar-show-hide-button {
113 bottom: 1px; 113 bottom: 0px;
114 right: 1px; 114 right: 1px;
115 } 115 }
116 116
117 .split-view button.bottom-sidebar-show-hide-button:active { 117 .split-view button.bottom-sidebar-show-hide-button:active {
118 bottom: 0; 118 bottom: 0;
119 right: 0; 119 right: 0;
120 } 120 }
121 121
122 .split-view button.left-sidebar-show-hide-button.toggled-show > .glyph { 122 .split-view button.left-sidebar-show-hide-button.toggled-show > .glyph {
123 -webkit-mask-position: -168px -76px; /* |> */ 123 -webkit-mask-position: -168px -76px; /* |> */
(...skipping 23 matching lines...) Expand all
147 147
148 .split-view button.bottom-sidebar-show-hide-button.toggled-show > .glyph { 148 .split-view button.bottom-sidebar-show-hide-button.toggled-show > .glyph {
149 -webkit-mask-position: -296px -76px; /* <| */ 149 -webkit-mask-position: -296px -76px; /* <| */
150 -webkit-transform: rotate(90deg); 150 -webkit-transform: rotate(90deg);
151 } 151 }
152 152
153 .split-view button.bottom-sidebar-show-hide-button.toggled-hide > .glyph { 153 .split-view button.bottom-sidebar-show-hide-button.toggled-hide > .glyph {
154 -webkit-mask-position: -264px -76px; /* >| */ 154 -webkit-mask-position: -264px -76px; /* >| */
155 -webkit-transform: rotate(90deg); 155 -webkit-transform: rotate(90deg);
156 } 156 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sourcesPanel.css ('k') | Source/devtools/front_end/tabbedPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698