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

Unified Diff: chrome/browser/resources/options/extension_settings.css

Issue 8381034: Change the dev toggle in Extensions options page to use text-align instead of float so it mirrors... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 2 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
« AUTHORS ('K') | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/extension_settings.css
===================================================================
--- chrome/browser/resources/options/extension_settings.css (revision 107012)
+++ chrome/browser/resources/options/extension_settings.css (working copy)
@@ -221,7 +221,7 @@
border-bottom: 1px solid rgb(205, 205, 205);
height: 32px;
padding-bottom: 7px;
- padding-top: 4px;
+ padding-top: 13px;
-webkit-padding-start: 4px;
-webkit-padding-end: 3px;
-webkit-transition: padding 300ms, height 300ms, opacity 700ms;
@@ -229,6 +229,7 @@
.dev-closed {
height: 0;
opacity: 0;
+ padding-top: 9px;
Finnur 2011/10/25 10:43:21 Why are you changing the padding?
-webkit-padding-start: 4px;
-webkit-padding-end: 3px;
-webkit-transition: padding 300ms, height 700ms, opacity 200ms;
@@ -250,7 +251,7 @@
#dev-toggle {
display: block;
- float: right;
+ text-align: end;
margin-top: -28px;
-webkit-margin-end: 8px;
}
« AUTHORS ('K') | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698