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

Side by Side Diff: chrome/browser/resources/filebrowse.html

Issue 1182001: Remove vendor specific CSS prefixes. (Closed)
Patch Set: ? Created 10 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <style type="text/css"> 6 <style type="text/css">
7 div.header { 7 div.header {
8 border-bottom: 1px solid #7289E2; 8 border-bottom: 1px solid #7289E2;
9 padding: 8px; 9 padding: 8px;
10 margin: 0; 10 margin: 0;
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 318
319 div.iconphoto { 319 div.iconphoto {
320 background: url('../../app/theme/icon_photo.png'); 320 background: url('../../app/theme/icon_photo.png');
321 } 321 }
322 322
323 div.iconmusic { 323 div.iconmusic {
324 background: url('../../app/theme/icon_media.png'); 324 background: url('../../app/theme/icon_media.png');
325 } 325 }
326 326
327 div.backbutton { 327 div.backbutton {
328 -webkit-border-top-left-radius: 4px; 328 border-top-left-radius: 4px;
329 -webkit-border-bottom-left-radius: 4px; 329 border-bottom-left-radius: 4px;
330 left: 6px; 330 left: 6px;
331 top: 3px 331 top: 3px
332 } 332 }
333 333
334 div.fwdbutton { 334 div.fwdbutton {
335 -webkit-border-top-right-radius: 4px; 335 border-top-right-radius: 4px;
336 -webkit-border-bottom-right-radius: 4px; 336 border-bottom-right-radius: 4px;
337 left: 31px; 337 left: 31px;
338 top: 3px; 338 top: 3px;
339 } 339 }
340 340
341 div.playbackcontainer { 341 div.playbackcontainer {
342 top: 0; 342 top: 0;
343 left: 0; 343 left: 0;
344 position: absolute; 344 position: absolute;
345 width: 100%; 345 width: 100%;
346 height: 100%; 346 height: 100%;
347 background: black; 347 background: black;
348 } 348 }
349 349
350 div.scanningcontainer { 350 div.scanningcontainer {
351 top: 0; 351 top: 0;
352 left: 0; 352 left: 0;
353 position: absolute; 353 position: absolute;
354 width: 100%; 354 width: 100%;
355 height: 100%; 355 height: 100%;
356 } 356 }
357 357
358 div.filebutton { 358 div.filebutton {
359 width: 70px; 359 width: 70px;
360 height: 20px; 360 height: 20px;
361 cursor: pointer; 361 cursor: pointer;
362 padding-top:2px; 362 padding-top:2px;
363 border:1px solid #abb6ce; 363 border:1px solid #abb6ce;
364 background-color: #f5f7fc; 364 background-color: #f5f7fc;
365 -webkit-border-radius: 5px; 365 border-radius: 5px;
366 text-align: center; 366 text-align: center;
367 font-size:.8em; 367 font-size:.8em;
368 } 368 }
369 369
370 .filenameprompt { 370 .filenameprompt {
371 top: 10px; 371 top: 10px;
372 left: 13px; 372 left: 13px;
373 font-size:.8em; 373 font-size:.8em;
374 position: absolute; 374 position: absolute;
375 } 375 }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 width: 15px; 471 width: 15px;
472 text-align: center; 472 text-align: center;
473 height: 10px; 473 height: 10px;
474 font-size: .4em; 474 font-size: .4em;
475 background: rgb(239, 242, 249); 475 background: rgb(239, 242, 249);
476 cursor: pointer; 476 cursor: pointer;
477 z-index:99999; 477 z-index:99999;
478 padding-top: 1px; 478 padding-top: 1px;
479 border: 1px solid #999; 479 border: 1px solid #999;
480 position: absolute; 480 position: absolute;
481 -webkit-border-radius: 5px; 481 border-radius: 5px;
482 } 482 }
483 483
484 .mediacontainer { 484 .mediacontainer {
485 top: 0; 485 top: 0;
486 left: 0; 486 left: 0;
487 position: absolute; 487 position: absolute;
488 width: 100%; 488 width: 100%;
489 height: 100%; 489 height: 100%;
490 } 490 }
491 491
492 .menu { 492 .menu {
493 top: 14px; 493 top: 14px;
494 right: 2px; 494 right: 2px;
495 width: 100px; 495 width: 100px;
496 -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px; 496 -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px;
497 border-bottom-left-radius: 4px 4px; 497 border-bottom-left-radius: 4px 4px;
498 border-bottom-right-radius: 4px 4px; 498 border-bottom-right-radius: 4px 4px;
499 border-top-left-radius: 4px 4px; 499 border-top-left-radius: 4px 4px;
500 border-top-right-radius: 0px 0px; 500 border-top-right-radius: 0px 0px;
501 position: absolute; 501 position: absolute;
502 display: none; 502 display: none;
503 z-index: 999; 503 z-index: 999;
504 background: white; 504 background: white;
505 -webkit-border-top-left-radius: 4px; 505 border-top-left-radius: 4px;
506 border: 1px solid rgba(0, 0, 0, 0.6); 506 border: 1px solid rgba(0, 0, 0, 0.6);
507 padding: 5px; 507 padding: 5px;
508 } 508 }
509 509
510 .menuitem { 510 .menuitem {
511 width: 100%; 511 width: 100%;
512 height: 20px; 512 height: 20px;
513 text-align: left; 513 text-align: left;
514 cursor: pointer; 514 cursor: pointer;
515 left: 0; 515 left: 0;
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 <img src="../../app/theme/filebrowse_back.png" width='100%' height='100%'> 1470 <img src="../../app/theme/filebrowse_back.png" width='100%' height='100%'>
1471 </div> 1471 </div>
1472 <div id='fwd' class='fwdbutton controlbutton' onclick='goForwardInList();retur n false;'> 1472 <div id='fwd' class='fwdbutton controlbutton' onclick='goForwardInList();retur n false;'>
1473 <img src="../../app/theme/filebrowse_forward.png" width='100%' height='100%' > 1473 <img src="../../app/theme/filebrowse_forward.png" width='100%' height='100%' >
1474 </div> 1474 </div>
1475 <div id='currenttitle' class=''></div> 1475 <div id='currenttitle' class=''></div>
1476 </div><br> 1476 </div><br>
1477 <div id='main' class='container'></div> 1477 <div id='main' class='container'></div>
1478 </body> 1478 </body>
1479 </html> 1479 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/css/tree.css ('k') | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698