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

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

Issue 12545007: Incremental changes to NaCl debugger (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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 #command_list_form { 55 #command_list_form {
56 width:100%; 56 width:100%;
57 height:100%; 57 height:100%;
58 } 58 }
59 59
60 #command_list { 60 #command_list {
61 width:100%; 61 width:100%;
62 height:100%; 62 height:100%;
63 } 63 }
64 64
65 #skp_list_div {
66 }
67
68 #skp_list_form {
69 width:100%;
70 height:100%;
71 }
72
73 #skp_list {
74 width:100%;
75 height:100%;
76 }
77
78 #bottom_row { 65 #bottom_row {
79 height:275px; 66 height:275px;
80 } 67 }
81 68
82 #display_pane { 69 #display_pane {
83 background-color:blue;
84 } 70 }
85 71
86 #right_panel { 72 #right_panel {
87 width:230px; 73 width:230px;
88 } 74 }
89 75
90 #tabview { 76 #tabview {
91 } 77 }
92 78
93 #matrixclip { 79 #matrixclip {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 } 162 }
177 163
178 ul.dropdown-menu ul ul { 164 ul.dropdown-menu ul ul {
179 top:-2px; 165 top:-2px;
180 left:100%; 166 left:100%;
181 } 167 }
182 168
183 ul.dropdown-menu li:hover > ul { 169 ul.dropdown-menu li:hover > ul {
184 visibility:visible; 170 visibility:visible;
185 } 171 }
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