From 1676a4eeced49d4be9d74445c9aade8051cbdd83 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 13 Jun 2014 14:14:40 -0700 Subject: [PATCH] Fix mobile layout of calendar on profiles Summary: It should have the consistant 8px gutter. Test Plan: Reload profile at mobile breakpoints. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9521 --- resources/celerity/map.php | 4 ++-- webroot/rsrc/css/application/profile/profile-view.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 3753b039eb..fa7dd1a368 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -92,7 +92,7 @@ return array( 'rsrc/css/application/ponder/feed.css' => 'e62615b6', 'rsrc/css/application/ponder/post.css' => 'ebab8a70', 'rsrc/css/application/ponder/vote.css' => '8ed6ed8b', - 'rsrc/css/application/profile/profile-view.css' => '33e6f703', + 'rsrc/css/application/profile/profile-view.css' => '91c6dd26', 'rsrc/css/application/projects/project-icon.css' => 'c2ecb7f1', 'rsrc/css/application/projects/project-tag.css' => '095c9404', 'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733', @@ -714,7 +714,7 @@ return array( 'phabricator-object-selector-css' => '029a133d', 'phabricator-phtize' => 'd254d646', 'phabricator-prefab' => '41ed7994', - 'phabricator-profile-css' => '33e6f703', + 'phabricator-profile-css' => '91c6dd26', 'phabricator-project-tag-css' => '095c9404', 'phabricator-remarkup-css' => '864d4f5e', 'phabricator-search-results-css' => 'f240504c', diff --git a/webroot/rsrc/css/application/profile/profile-view.css b/webroot/rsrc/css/application/profile/profile-view.css index dd08bab6e4..3f91515c67 100644 --- a/webroot/rsrc/css/application/profile/profile-view.css +++ b/webroot/rsrc/css/application/profile/profile-view.css @@ -35,7 +35,7 @@ .device-phone .profile-activity-view .profile-calendar { float: none; - margin: 0; + margin: 0 8px; } .device-phone .profile-activity-view .profile-feed {