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

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

Issue 12913023: Removed the OK button from the action choice dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up. Created 7 years, 9 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
Index: chrome/browser/resources/file_manager/css/action_choice.css
diff --git a/chrome/browser/resources/file_manager/css/action_choice.css b/chrome/browser/resources/file_manager/css/action_choice.css
index f79d73a225b3de87360a649939e321e0d4641bf6..fdb236dade7618bf0ef4ae96b5b262b249b2a5ec 100644
--- a/chrome/browser/resources/file_manager/css/action_choice.css
+++ b/chrome/browser/resources/file_manager/css/action_choice.css
@@ -121,22 +121,6 @@ button:focus {
width: 100%;
}
-.footer {
- -webkit-box-orient: horizontal;
- -webkit-box-pack: end;
- bottom: 0;
- display: -webkit-box;
- left: 0;
- position: absolute;
- right: 0;
-}
-
-.footer button {
- height: 27px;
- margin-left: 10px;
- min-width: 80px;
-}
-
.choices {
width: 100%;
}
« no previous file with comments | « chrome/browser/resources/file_manager/action_choice.html ('k') | chrome/browser/resources/file_manager/js/action_choice.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698