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

Unified Diff: remoting/webapp/main.css

Issue 14803010: Add link to Hangouts Remote Desktop in the It2Me section of the remoting app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/butter_bar.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 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;
« no previous file with comments | « remoting/webapp/butter_bar.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698