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

Unified Diff: remoting/webapp/toolbar.css

Issue 10082025: [Chromoting] Tweak CL to fix toolbar button positions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A different approach. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/toolbar.css
diff --git a/remoting/webapp/toolbar.css b/remoting/webapp/toolbar.css
index 056bfcdbc4942e803a9baccd7dcf43f262cd3c86..019b1715b672b93a69643ea00ae7e336bce8626d 100644
--- a/remoting/webapp/toolbar.css
+++ b/remoting/webapp/toolbar.css
@@ -17,16 +17,11 @@
top: -8px;
}
-.toolbar-container div {
- margin-left: auto;
- margin-right: auto;
-}
-
.toolbar-stub {
position: absolute;
width: 134px;
height: 7px;
- left: 253px;
+ left: 243px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background-color: #4695ff;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698