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

Side by Side Diff: nacl/debugger/debugger.css

Issue 12449006: NaCl Debugger: Implement overview and filters, cleanup (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 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 | « no previous file | nacl/debugger/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body { 1 body {
2 width:100%; 2 width:100%;
3 height:100%; 3 height:100%;
4 margin:0px; 4 margin:0px;
5 padding:0px; 5 padding:0px;
6 background-color:#EEE; 6 background-color:#EEE;
7 } 7 }
8 8
9 div.single-line { 9 div.single-line {
10 clear:both; 10 clear:both;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 div.settings_block { 94 div.settings_block {
95 } 95 }
96 96
97 input.matrix { 97 input.matrix {
98 width:50px; 98 width:50px;
99 } 99 }
100 100
101 #overviewdetails { 101 #overviewdetails {
102 width:95%; 102 width:100%;
103 height:95%; 103 height:100%;
104 resize:none; 104 resize:none;
105 padding:10px;
105 } 106 }
106 107
107 #menu { 108 #menu {
108 height:5px; 109 height:5px;
109 overflow:auto; 110 overflow:auto;
110 background-color:#999; 111 background-color:#999;
111 } 112 }
112 113
113 #menu-bar { 114 #menu-bar {
114 margin:0px; 115 margin:0px;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 } 163 }
163 164
164 ul.dropdown-menu ul ul { 165 ul.dropdown-menu ul ul {
165 top:-2px; 166 top:-2px;
166 left:100%; 167 left:100%;
167 } 168 }
168 169
169 ul.dropdown-menu li:hover > ul { 170 ul.dropdown-menu li:hover > ul {
170 visibility:visible; 171 visibility:visible;
171 } 172 }
OLDNEW
« no previous file with comments | « no previous file | nacl/debugger/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698