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

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

Issue 4186009: Changed new tab content for Guest Session. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser
Patch Set: fix the link Created 10 years, 1 month 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
OLDNEW
(Empty)
1 body {
2 margin: 10px 8px;
3 }
4 html[dir="ltr"] .icon {
5 float: right;
6 margin: 0 6px 0 3px;
7 -webkit-transform: scale(-1, 1);
8 }
9 html[dir="rtl"] .icon {
10 float: left;
11 margin: 0 3px 0 6px;
12 }
13 .content {
14 border-radius: 5px 5px;
15 background-color: #eee;
16 color: black;
17 padding: 10px;
18 max-width: 600px;
19 margin-left: auto;
20 margin-right: auto;
21 margin-top: 66px;
22 }
23 .extensionsmessage {
24 color: black;
25 padding: 10px;
26 max-width: 600px;
27 margin-left: auto;
28 margin-right: auto;
29 margin-top: 5px;
30 }
31 .extensionicon {
32 float: left;
33 margin: 10px 5px 0 0px;
34 width: 30px;
35 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/guest_session_tab.html ('k') | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698