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

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

Issue 98213003: Files.app: Remove the ButterBar class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | chrome/browser/resources/file_manager/foreground/js/butter_bar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/foreground/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/foreground/css/file_manager.css b/chrome/browser/resources/file_manager/foreground/css/file_manager.css
index 00f68d88a2727584a07df41a3b4f92f27fb8e3f3..3aa719cdaecdeee63cfbbb36cf9966807fc11789 100644
--- a/chrome/browser/resources/file_manager/foreground/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/foreground/css/file_manager.css
@@ -100,67 +100,6 @@ body {
opacity: 0.5;
}
-#butter-bar-container {
- width: 100%;
-}
-
-#butter-bar {
- color: #666;
- display: -webkit-box;
- padding: 15px;
-}
-
-#butter-bar:not(.visible) {
- display: none;
-}
-
-#butter-bar .content {
- -webkit-box-flex: 1.0;
- -webkit-box-orient: block-axis;
- -webkit-box-pack: end;
- display: -webkit-box;
-}
-
-#butter-bar .actions {
- -webkit-box-align: end;
- -webkit-box-orient: horizontal;
- -webkit-box-pack: end;
- -webkit-margin-start: 6px;
- display: -webkit-box;
-}
-
-#butter-bar .actions a {
- color: rgb(17, 85, 204);
- cursor: pointer;
- vertical-align: middle;
-}
-
-#butter-bar .actions a.x {
- background: center center no-repeat;
- background-image: -webkit-image-set(
- url('../images/files/ui/close_bar.png') 1x,
- url('../images/files/ui/2x/close_bar.png') 2x);
- display: inline-block;
- height: 35px; /* #butter-bar .content's min-height. */
- margin-right: -12px;
- width: 35px;
-}
-
-#butter-bar .actions a.x:first-child {
- margin-left: -6px;
-}
-
-#butter-bar .actions a.x {
- margin-bottom: -14px;
-}
-
-#butter-bar .butter-message.single-line {
- line-height: 2.0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-}
-
/* Main part of the dialog between header and footer. */
.dialog-container {
-webkit-box-align: stretch;
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/foreground/js/butter_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698