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

Side by Side Diff: remoting/client/appengine/static_files/main.css

Issue 7055017: Fixup debug log css for Chromoting client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | 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 body { 1 body {
2 font-family: Helvetica, sans-serif; 2 font-family: Helvetica, sans-serif;
3 cursor: default; 3 cursor: default;
4 font-size: 13px; 4 font-size: 13px;
5 } 5 }
6 6
7 p { 7 p {
8 color: black; 8 color: black;
9 } 9 }
10 10
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 -webkit-user-select: text; 128 -webkit-user-select: text;
129 padding: 0px; 129 padding: 0px;
130 margin: 0px; 130 margin: 0px;
131 position: fixed; 131 position: fixed;
132 bottom: 0px; 132 bottom: 0px;
133 width: 100%; 133 width: 100%;
134 height: 150px; 134 height: 150px;
135 overflow: auto; 135 overflow: auto;
136 font-family: monospace; 136 font-family: monospace;
137 font-weight: bold; 137 font-weight: bold;
138 line-height: 0.5em; 138 font-size: small;
139 border: 2px solid #ffffff; 139 border: 2px solid #ffffff;
140 display: none; 140 display: none;
141 opacity: 0.9; 141 opacity: 0.9;
142 background-color: #ffffff; 142 background-color: #ffffff;
143 z-index: 1; 143 z-index: 1;
144 } 144 }
145 145
146 .debug_log_toggle { 146 .debug_log_toggle {
147 line-height: 0.8em; 147 line-height: 0.8em;
148 float: right; 148 float: right;
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 line-height: 30px; 361 line-height: 30px;
362 } 362 }
363 363
364 .float-right { 364 .float-right {
365 float: right; 365 float: right;
366 } 366 }
367 367
368 .float-left { 368 .float-left {
369 float: left; 369 float: left;
370 } 370 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698