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

Unified Diff: remoting/webapp/main.css

Issue 12566035: Added survey butter-bar to web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved string grammar. Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/jscompiler_hacks.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 5b48cee5503a47c77a7c06b01a9bda88d609d752..58a63ba6b3cfde535a139ca08876151e1d83ac5e 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -377,6 +377,45 @@ section {
margin-top: 30px;
}
+#survey-opt-in {
+ position: absolute;
+ top: 80px;
+ left: 0;
+}
+
+.butter-bar {
+ display: -webkit-box;
+ width: 100%;
+}
+
+.butter-bar .close-icon {
+ vertical-align: top;
+ opacity: 0.4;
+ margin-__MSG_@@bidi_start_edge__: 2px;
+ margin-__MSG_@@bidi_end_edge__: -12px;
+}
+
+.butter-bar .close-icon:hover {
+ opacity: 0.7;
+}
+
+.butter-bar > p {
+ background-color: #f9edbe;
+ border: 1px solid #f0c36d;
+ -webkit-border-radius: 2px;
+ -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
+ color: #222;
+ font-size: 12px;
+ padding: 4px 16px;
+ margin: auto;
+}
+
+.butter-bar a {
+ color: inherit;
+ text-decoration: underline;
+ padding-__MSG_@@bidi_start_edge__: 2px;
+}
+
.message {
margin-bottom: 24px;
}
« no previous file with comments | « remoting/webapp/jscompiler_hacks.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698