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

Unified Diff: remoting/webapp/main.css

Issue 10103034: Web-app visual and string tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reworded start message. Created 8 years, 8 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/_locales/en/messages.json ('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 bce439d8628be676a6bf64acd7fcfae118bd7ff7..a676d9a6e5fbdc6d2c7f0222ccbd5f7f69ce1ee6 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -422,20 +422,19 @@ button {
color: #AAA;
}
-.waiting:before {
- content: url('spinner.gif');
- position: absolute;
- left: 0px;
- top: -3px;
-}
-
.waiting {
+ background-image: url('spinner.gif');
+ background-repeat: no-repeat;
+ background-position: top __MSG_@@bidi_start_edge__;
+ padding-__MSG_@@bidi_start_edge__: 30px;
+ padding-top: 2px;
+ padding-bottom: 4px;
color: rgb(180, 180, 180);
- margin-left: 30px;
+ line-height: 27px; /* Same as line-height for buttons */
}
.waiting-container {
- position: relative;
+ display: -webkit-box;
}
.space-before {
@@ -470,11 +469,6 @@ button {
margin-bottom: 8px;
}
-
-#cancel-connect-button, #cancel-share-button {
- float: __MSG_@@bidi_end_edge__;
-}
-
#current-email {
color: rgba(0, 0, 0, 0.5);
}
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | remoting/webapp/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698