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

Unified Diff: remoting/webapp/me2mom/choice.css

Issue 7718008: Use a split toggle button to reflect scaling state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed i18n-content tag. Created 9 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/me2mom/_locales/en/messages.json ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.css
diff --git a/remoting/webapp/me2mom/choice.css b/remoting/webapp/me2mom/choice.css
index 945f1a3dd0613df0a46107be784cb4f15cf00924..5ceabfc86eccae2b0b6bc6abc96ad03e9403e372 100644
--- a/remoting/webapp/me2mom/choice.css
+++ b/remoting/webapp/me2mom/choice.css
@@ -40,7 +40,7 @@ button:hover {
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
-button:active {
+button:active, .toggle-button-active, .toggle-button-active:hover {
background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
color: #333;
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
@@ -231,17 +231,9 @@ label {
-webkit-user-select: none;
}
-#session-status-msg {
- /*
- clear: both; forces the session-controls div to size appropriately for
- session-buttons.
- */
- clear: both;
- font-family: monospace;
- font-size: small;
- margin: 5px;
-}
-
-#server-response {
- font-weight: bolder;
+#toggle-scaling {
+ margin: 1px 0 0 0;
+ padding: 1px;
+ min-width: 0;
+ line-height: 0;
}
« no previous file with comments | « remoting/webapp/me2mom/_locales/en/messages.json ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698