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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 520623002: Remove Files.app's own profile badge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 4 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: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 8c2682a967d93da749d3cc5de0b0b4fc1a562cc5..82dcb10a299330df146581b58d97be5e2d51e461 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -157,24 +157,12 @@ a:focus {
line-height: 45px;
}
-.dialog-navigation-list-header #profile-badge {
- display: inline-block;
- height: 29px; /* Size of a profile image. */
- margin: 8px;
- vertical-align: top;
- width: 29px; /* Size of a profile image. */
-}
-
.dialog-navigation-list-header #app-name {
color: #303030;
font-size: 130%;
margin: 0 15px;
}
-.dialog-navigation-list-header #profile-badge:not([hidden]) + #app-name {
- margin: 0;
-}
-
.dialog-navigation-list-contents {
display: flex;
flex: 1 1 auto;

Powered by Google App Engine
This is Rietveld 408576698