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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/incognito_tab.css
diff --git a/chrome/browser/resources/incognito_tab.css b/chrome/browser/resources/incognito_tab.css
new file mode 100644
index 0000000000000000000000000000000000000000..154f72769853cd27ecf9cd4d366cd95b1ead519a
--- /dev/null
+++ b/chrome/browser/resources/incognito_tab.css
@@ -0,0 +1,35 @@
+body {
+ margin: 10px 8px;
+}
+html[dir="ltr"] .icon {
+ float: right;
+ margin: 0 6px 0 3px;
+ -webkit-transform: scale(-1, 1);
+}
+html[dir="rtl"] .icon {
+ float: left;
+ margin: 0 3px 0 6px;
+}
+.content {
+ border-radius: 5px 5px;
+ background-color: #eee;
+ color: black;
+ padding: 10px;
+ max-width: 600px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 66px;
+}
+.extensionsmessage {
+ color: black;
+ padding: 10px;
+ max-width: 600px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 5px;
+}
+.extensionicon {
+ float: left;
+ margin: 10px 5px 0 0px;
+ width: 30px;
+}
« 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