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

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

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed Created 6 years, 1 month 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/flameChart.css ('k') | Source/devtools/front_end/ui/module.json » ('j') | 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 !important; 2 position: absolute !important;
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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 display: none; 635 display: none;
636 } 636 }
637 637
638 .settings-experiment-hidden label { 638 .settings-experiment-hidden label {
639 background-color: #ddd; 639 background-color: #ddd;
640 } 640 }
641 641
642 .settings-developer-mode .settings-experiment-hidden { 642 .settings-developer-mode .settings-experiment-hidden {
643 display: block; 643 display: block;
644 } 644 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/flameChart.css ('k') | Source/devtools/front_end/ui/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698