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

Side by Side Diff: chrome/browser/resources/new_new_tab.css

Issue 165107: NNTP: Add a menu item that allows the user to restore all blacklisted... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « no previous file | chrome/browser/resources/new_new_tab.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 html { 1 html {
2 /* This is needed because of chrome://theme/css/new_tab.css */ 2 /* This is needed because of chrome://theme/css/new_tab.css */
3 height: 100%; 3 height: 100%;
4 } 4 }
5 5
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 #main { 10 #main {
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 he window items */ 413 he window items */
414 background-image: url(chrome://theme/newtab_closed_window); 414 background-image: url(chrome://theme/newtab_closed_window);
415 } 415 }
416 416
417 .window-menu { 417 .window-menu {
418 position: absolute; 418 position: absolute;
419 display: none; 419 display: none;
420 border: 1px solid #999; 420 border: 1px solid #999;
421 -webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .3); 421 -webkit-box-shadow: 2px 2px 3px hsla(0, 0%, 0%, .3);
422 background-color: hsla(213, 0%, 100%, .95); 422 background-color: hsla(213, 0%, 100%, .95);
423 width: 157px;
424 left: 0; 423 left: 0;
425 white-space: nowrap; 424 white-space: nowrap;
426 z-index: 2; 425 z-index: 2;
427 padding: 1px; 426 padding: 1px;
428 cursor: default; 427 cursor: default;
429 } 428 }
430 429
430 .window-menu > hr {
431 border: 0;
432 border-top: 1px solid rgb(153, 153, 153);
433 margin: 2px 0;
434 }
435
431 /* Made to look like a tooltip using vista/win7 look and feel. 436 /* Made to look like a tooltip using vista/win7 look and feel.
432 TODO(arv): Replace with -webkit-appearance once issue 17371 is fixed 437 TODO(arv): Replace with -webkit-appearance once issue 17371 is fixed
433 */ 438 */
434 #window-tooltip { 439 #window-tooltip {
435 color: #555; 440 color: #555;
436 pointer-events: none; 441 pointer-events: none;
437 border: 1px solid rgb(118,118,118); 442 border: 1px solid rgb(118,118,118);
438 -webkit-border-radius: 3px; 443 -webkit-border-radius: 3px;
439 padding: 0px 3px; 444 padding: 0px 3px;
440 background: -webkit-gradient(linear, left top, left bottom, 445 background: -webkit-gradient(linear, left top, left bottom,
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 #t3, #t7, 698 #t3, #t7,
694 html[dir='rtl'] #t0, 699 html[dir='rtl'] #t0,
695 html[dir='rtl'] #t4 { 700 html[dir='rtl'] #t4 {
696 left: 534px; 701 left: 534px;
697 } 702 }
698 703
699 #t4, #t5, #t6, #t7 { 704 #t4, #t5, #t6, #t7 {
700 top: 147px; 705 top: 147px;
701 } 706 }
702 } 707 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698