summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/incognito_tab.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/incognito_tab.css')
-rw-r--r--chrome/browser/resources/incognito_tab.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/chrome/browser/resources/incognito_tab.css b/chrome/browser/resources/incognito_tab.css
new file mode 100644
index 0000000..154f727
--- /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;
+}