summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfukino <fukino@chromium.org>2015-06-25 23:03:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-26 06:03:32 +0000
commit64e3b7f7e914e9200a835ce869105bc68766e151 (patch)
treed0b71d49f8e414697b8e82c1e76a8e1ed197163b
parent6d6077a41d25fd6fdaa44bd7157b41db3e08b989 (diff)
downloadchromium_src-64e3b7f7e914e9200a835ce869105bc68766e151.zip
chromium_src-64e3b7f7e914e9200a835ce869105bc68766e151.tar.gz
chromium_src-64e3b7f7e914e9200a835ce869105bc68766e151.tar.bz2
Files.app: Update Google Drive logo to the latest version.
BUG=464155 TEST=manually Review URL: https://codereview.chromium.org/1215553003 Cr-Commit-Position: refs/heads/master@{#336339}
-rw-r--r--ui/file_manager/file_manager/foreground/css/drive_welcome.css5
-rw-r--r--ui/file_manager/file_manager/foreground/css/file_manager.css2
-rw-r--r--ui/file_manager/file_manager/foreground/images/files/ui/2x/drive_logo.pngbin11287 -> 10374 bytes
-rw-r--r--ui/file_manager/file_manager/foreground/images/files/ui/drive_logo.pngbin5711 -> 4296 bytes
4 files changed, 4 insertions, 3 deletions
diff --git a/ui/file_manager/file_manager/foreground/css/drive_welcome.css b/ui/file_manager/file_manager/foreground/css/drive_welcome.css
index ab31875..f54dd54 100644
--- a/ui/file_manager/file_manager/foreground/css/drive_welcome.css
+++ b/ui/file_manager/file_manager/foreground/css/drive_welcome.css
@@ -52,7 +52,7 @@
.drive-welcome.header .drive-welcome-icon {
background-color: white;
background-position: center;
- background-size: 62px 52px;
+ background-size: 64px 64px;
border-radius: 4px;
flex: none;
height: 78px;
@@ -171,7 +171,8 @@ html[dir='rtl'] .drive-welcome.header .banner-people {
}
.drive-welcome.page .drive-welcome-icon {
- background-position: center center;
+ background-position: center;
+ background-size: 88px 88px;
height: 200px;
left: 0;
right: 0;
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 1593f17..aa00bd1 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1111,7 +1111,7 @@ html[dir='rtl'] .breadcrumbs .separator {
background: white -webkit-image-set(
url(../images/files/ui/drive_logo.png) 1x,
url(../images/files/ui/2x/drive_logo.png) 2x) no-repeat center;
- background-size: 25px 22px;
+ background-size: 29px 29px;
border-radius: 2px;
flex: none;
height: 36px;
diff --git a/ui/file_manager/file_manager/foreground/images/files/ui/2x/drive_logo.png b/ui/file_manager/file_manager/foreground/images/files/ui/2x/drive_logo.png
index be900c8..0417dc9 100644
--- a/ui/file_manager/file_manager/foreground/images/files/ui/2x/drive_logo.png
+++ b/ui/file_manager/file_manager/foreground/images/files/ui/2x/drive_logo.png
Binary files differ
diff --git a/ui/file_manager/file_manager/foreground/images/files/ui/drive_logo.png b/ui/file_manager/file_manager/foreground/images/files/ui/drive_logo.png
index b9ec516..7418373 100644
--- a/ui/file_manager/file_manager/foreground/images/files/ui/drive_logo.png
+++ b/ui/file_manager/file_manager/foreground/images/files/ui/drive_logo.png
Binary files differ