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

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

Issue 17457002: Files.app: Set border-outset for image-border of buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove white lines Created 7 years, 6 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 | « chrome/browser/resources/file_manager/css/common.css ('k') | 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/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 0e9599d70d98f2a2a38a0e9c2a79b65587c7c335..c2ab1bf2bf2f8137a168d6d168fa335d95ecdde7 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1120,7 +1120,7 @@ input.rename {
height: 51px;
left: 0;
opacity: 1;
- padding: 0 12px 0 7px;
+ padding: 0 10px 0 7px;
position: absolute;
right: 0;
z-index: 3;
@@ -1396,9 +1396,9 @@ input.rename {
url('../images/files/ui/new-ui/2x/onbutton_trash.png') 2x);
background-position: center;
background-repeat: no-repeat;
- min-width: 25px; /* overrride */
+ min-width: 21px; /* overrride */
padding: 0; /* overrride */
- width: 25px;
+ width: 21px;
}
#delete-button[disabled] {
« no previous file with comments | « chrome/browser/resources/file_manager/css/common.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698