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

Side by Side Diff: samples/interactive_sampler_assets/styles.css

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 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 | « samples/iframeit.html ('k') | samples/interactive_sampler_assets/styles_ie.css » ('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 font-family: Arial, sans-serif; 2 font-family: Arial, sans-serif;
3 } 3 }
4 4
5 #container { 5 #container {
6 width: 100%; 6 width: 100%;
7 margin:0pt auto; 7 margin:0pt auto;
8 max-width:1024px; 8 max-width:1024px;
9 } 9 }
10 10
11 tr { 11 tr {
12 vertical-align: top; 12 vertical-align: top;
13 } 13 }
14 14
15 div { 15 div {
16 /* border: 1px solid #999;*/ 16 /* border: 1px solid #999;*/
17 } 17 }
18 18
19 #header { 19 #header {
20 height: 50px; 20 height: 50px;
21 } 21 }
22 22
23 /*#footer {
24 width: 100%;
25
26 }*/
27 23
28 #selectSample { 24 #selectSample {
29 width: 30%; 25 width: 30%;
30 display: inline; 26 display: inline;
31 } 27 }
32 28
33 #code { 29 #code {
34 width: 70%; 30 width: 70%;
35 display: inline; 31 display: inline;
36 } 32 }
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 color:#666666; 217 color:#666666;
222 margin:0pt; 218 margin:0pt;
223 width:100%; 219 width:100%;
224 } 220 }
225 221
226 td.footer { 222 td.footer {
227 padding-top: 60px; 223 padding-top: 60px;
228 } 224 }
229 225
230 #googleLogoTD { 226 #googleLogoTD {
231 text-align:right; 227 text-align:right;
232 vertical-align:middle; 228 vertical-align:middle;
233 padding-right: 7px; 229 padding-right: 7px;
234 } 230 }
235 231
236 #tab_bar { 232 #tab_bar {
237 margin-top:20px; 233 margin-top:20px;
238 cursor: pointer; 234 cursor: pointer;
239 } 235 }
240 236
241 #button_bar { 237 #button_bar {
(...skipping 13 matching lines...) Expand all
255 } 251 }
256 252
257 .lb_top div { 253 .lb_top div {
258 background: url(interactive_sampler_assets/images/lb_tl.png) no-repeat top lef t; 254 background: url(interactive_sampler_assets/images/lb_tl.png) no-repeat top lef t;
259 } 255 }
260 256
261 .lb_top { 257 .lb_top {
262 background: #D0E4F6 url(interactive_sampler_assets/images/lb_tr.png) no-repeat top right; 258 background: #D0E4F6 url(interactive_sampler_assets/images/lb_tr.png) no-repeat top right;
263 } 259 }
264 260
265 .db_top div, .db_top, 261 .db_top div, .db_top,
266 .lb_top div, .lb_top { 262 .lb_top div, .lb_top {
267 height: 5px; 263 height: 5px;
268 font-size: 1px; 264 font-size: 1px;
269 } 265 }
270 .lb_roundedcornr_content, 266 .lb_roundedcornr_content,
271 .db_roundedcornr_content { 267 .db_roundedcornr_content {
272 padding: 0px 10px; 268 padding: 0px 10px;
273 font-size: 80%; 269 font-size: 80%;
274 } 270 }
275 271
276 .lb_roundedcornr_content { 272 .lb_roundedcornr_content {
277 background-color: #D0E4F6; 273 background-color: #D0E4F6;
278 } 274 }
279 275
280 .db_roundedcornr_content { 276 .db_roundedcornr_content {
281 background-color: #92c1f0; 277 background-color: #92c1f0;
282 } 278 }
OLDNEW
« no previous file with comments | « samples/iframeit.html ('k') | samples/interactive_sampler_assets/styles_ie.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698