From 5e905edafa39030335995d168c22f5e1e8bc6a42 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 21 May 2014 10:38:13 -0700 Subject: [PATCH] Fix height of send message area on Conpherence Summary: When I tweaked the mobile layout, this didn't get updated. Reduces height of send message area. Test Plan: test layout on mobile and desktop Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9237 --- resources/celerity/map.php | 4 ++-- webroot/rsrc/css/application/conpherence/message-pane.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index c4d2e07819..87a0b2711e 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -46,7 +46,7 @@ return array( 'rsrc/css/application/config/config-template.css' => '25d446d6', 'rsrc/css/application/config/setup-issue.css' => '69e640e7', 'rsrc/css/application/conpherence/menu.css' => '561348ac', - 'rsrc/css/application/conpherence/message-pane.css' => 'e46b612c', + 'rsrc/css/application/conpherence/message-pane.css' => 'e57041c8', 'rsrc/css/application/conpherence/notification.css' => '403cf598', 'rsrc/css/application/conpherence/update.css' => '1099a660', 'rsrc/css/application/conpherence/widget-pane.css' => 'bf275a6c', @@ -505,7 +505,7 @@ return array( 'auth-css' => '1e655982', 'config-options-css' => '7fedf08b', 'conpherence-menu-css' => '561348ac', - 'conpherence-message-pane-css' => 'e46b612c', + 'conpherence-message-pane-css' => 'e57041c8', 'conpherence-notification-css' => '403cf598', 'conpherence-update-css' => '1099a660', 'conpherence-widget-pane-css' => 'bf275a6c', diff --git a/webroot/rsrc/css/application/conpherence/message-pane.css b/webroot/rsrc/css/application/conpherence/message-pane.css index dc3bce57f7..bd4e5323de 100644 --- a/webroot/rsrc/css/application/conpherence/message-pane.css +++ b/webroot/rsrc/css/application/conpherence/message-pane.css @@ -50,7 +50,7 @@ left: 280px; right: 241px; top: 76px; - bottom: 190px; + bottom: 185px; overflow-y: auto; box-shadow: inset 1px 4px 5px rgba(0,0,0,0.1); -webkit-overflow-scrolling: touch; @@ -77,7 +77,7 @@ .conpherence-message-pane .phui-form-view { border-width: 0; background-color: {$lightgreybackground}; - height: 190px; + height: 185px; padding: 0; position: fixed; bottom: 0;