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

Unified Diff: remoting/webapp/main.css

Issue 23441022: Add a reload button to host list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/host_list.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 be9a3fba28be15934af11aa8f9a28b10db30b0e0..8aed47665bce1c1ba4b3efdf3dd4bdfbecf1d986 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -249,6 +249,23 @@ h2 {
margin-bottom: 10px;
}
+.h2-secondary {
+ float: __MSG_@@bidi_end_edge__;
+}
+
+#host-list-loading-indicator:not(.loading) #host-list-loading,
+#host-list-loading-indicator.loading #host-list-reload {
+ display: none;
+}
+
+#host-list-reload > img {
+ opacity: 0.3;
+}
+
+#host-list-reload:hover > img {
+ opacity: 0.4;
+}
+
section > h2 {
color: #666;
}
« no previous file with comments | « remoting/webapp/host_list.js ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698