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

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

Issue 14862010: DevTools: minor UI tweaks in the settings UI. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/SettingsScreen.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .help-window-outer { 1 .help-window-outer {
2 position: absolute; 2 position: absolute;
3 top: 0; 3 top: 0;
4 left: 0; 4 left: 0;
5 right: 0; 5 right: 0;
6 bottom: 0; 6 bottom: 0;
7 z-index: 2000; 7 z-index: 2000;
8 } 8 }
9 9
10 .help-window-main { 10 .help-window-main {
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 padding-top: 1px; 266 padding-top: 1px;
267 } 267 }
268 268
269 #drawer-contents .help-container-wrapper { 269 #drawer-contents .help-container-wrapper {
270 top: 32px; 270 top: 32px;
271 } 271 }
272 272
273 .help-container-wrapper { 273 .help-container-wrapper {
274 position: absolute; 274 position: absolute;
275 top: 60px; 275 top: 60px;
276 left: 5px; 276 left: 15px;
277 right: 0; 277 right: 0;
278 bottom: 0; 278 bottom: 0;
279 overflow: auto; 279 overflow: auto;
280 } 280 }
281 281
282 #settings-screen .tabbed-pane-header { 282 #settings-screen .tabbed-pane-header {
283 border: none transparent; 283 border: none transparent;
284 height: auto; 284 height: auto;
285 width: 110px; 285 width: 110px;
286 position: relative; 286 position: relative;
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 background: transparent; 468 background: transparent;
469 } 469 }
470 470
471 #workspace-tab-content .workspace-settings-row .file-system-add-button:hover { 471 #workspace-tab-content .workspace-settings-row .file-system-add-button:hover {
472 border-bottom: 1px gray dashed; 472 border-bottom: 1px gray dashed;
473 } 473 }
474 474
475 #workspace-tab-content .workspace-settings-error { 475 #workspace-tab-content .workspace-settings-error {
476 color: red; 476 color: red;
477 } 477 }
478
479 .tethering-help-info {
480 padding-bottom: 5px;
481 }
482
483 .tethering-help-title-left {
484 padding-top: 20px;
485 display: inline-block;
486 width: 100px;
487 }
488
489
490 .tethering-help-title-right {
491 padding-top: 20px;
492 display: inline-block;
493 }
494
495 .settings-tab .workspace-settings-row input.tethering-port-input {
496 width: 80px;
497 margin-right: 20px;
498 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/SettingsScreen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698