Index: remoting/webapp/main.css |
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css |
index 666e728c80dde1a63afeb633122a0ecdace277e6..fa5da790d05734e5b2cfd54352bc71015a3ff6df 100644 |
--- a/remoting/webapp/main.css |
+++ b/remoting/webapp/main.css |
@@ -377,29 +377,26 @@ section { |
margin-top: 30px; |
} |
-#survey-opt-in { |
+#butter-bar { |
position: absolute; |
top: 80px; |
left: 0; |
-} |
- |
-.butter-bar { |
display: -webkit-box; |
width: 100%; |
} |
-.butter-bar .close-icon { |
+#butter-bar-dismiss img { |
vertical-align: top; |
opacity: 0.4; |
margin-__MSG_@@bidi_start_edge__: 2px; |
margin-__MSG_@@bidi_end_edge__: -12px; |
} |
-.butter-bar .close-icon:hover { |
+#butter-bar-dimiss:hover { |
opacity: 0.7; |
} |
-.butter-bar > p { |
+#butter-bar > p { |
background-color: #f9edbe; |
border: 1px solid #f0c36d; |
-webkit-border-radius: 2px; |
@@ -410,7 +407,7 @@ section { |
margin: auto; |
} |
-.butter-bar a { |
+#butter-bar a { |
color: inherit; |
text-decoration: underline; |
padding-__MSG_@@bidi_start_edge__: 2px; |