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

Unified Diff: chrome/browser/resources/file_manager/css/common.css

Issue 15974002: Fixed typos Files.app's CSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: chrome/browser/resources/file_manager/css/common.css
diff --git a/chrome/browser/resources/file_manager/css/common.css b/chrome/browser/resources/file_manager/css/common.css
index 8f03303904af3fb59c2ecbc2ebe0a93eb1eaaa47..068f941dc72d8f10878a53e6a9a5c07a891b86ca 100644
--- a/chrome/browser/resources/file_manager/css/common.css
+++ b/chrome/browser/resources/file_manager/css/common.css
@@ -143,7 +143,7 @@ body:not([new-ui]) .buttonbar button.small {
body:not([new-ui]) .buttonbar button {
-webkit-margin-after: 0;
- -webkit-margin-begin: 0;
+ -webkit-margin-before: 0;
-webkit-margin-end: 0;
-webkit-margin-start: 8px;
-webkit-user-select: none;
@@ -231,7 +231,7 @@ body:not([new-ui]) .buttonbar button.action:active {
border: 1px solid transparent;
color: #FFF;
font-weight: bold;
- letter-spacing: 1;
+ letter-spacing: 1px;
text-transform: uppercase;
}
« 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