From 7899068cec2ca17df6bc7efc6f46a66677b835a1 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 11 Apr 2013 11:04:25 -0700 Subject: [PATCH] Minor Conpherence CSS tweaks Summary: - Elastic scrolling in message view - Form now 100% wide in mobile Test Plan: Mobile iOS, Chrome Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5665 --- src/__celerity_resource_map__.php | 4 ++-- webroot/rsrc/css/application/conpherence/menu.css | 4 ++++ webroot/rsrc/css/application/conpherence/message-pane.css | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index a7054d9a38..cf881b9c5e 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -906,7 +906,7 @@ celerity_register_resource_map(array( ), 'conpherence-menu-css' => array( - 'uri' => '/res/7413379f/rsrc/css/application/conpherence/menu.css', + 'uri' => '/res/2ba4444e/rsrc/css/application/conpherence/menu.css', 'type' => 'css', 'requires' => array( @@ -915,7 +915,7 @@ celerity_register_resource_map(array( ), 'conpherence-message-pane-css' => array( - 'uri' => '/res/2876cc7f/rsrc/css/application/conpherence/message-pane.css', + 'uri' => '/res/6a4811a7/rsrc/css/application/conpherence/message-pane.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/conpherence/menu.css b/webroot/rsrc/css/application/conpherence/menu.css index a0b94f5d12..cb7ec313e3 100644 --- a/webroot/rsrc/css/application/conpherence/menu.css +++ b/webroot/rsrc/css/application/conpherence/menu.css @@ -19,6 +19,10 @@ bottom: 0; } +.device-phone .conpherence-menu-pane { + -webkit-overflow-scrolling: touch; +} + .conpherence-content-pane { margin-left: 300px; position: relative; diff --git a/webroot/rsrc/css/application/conpherence/message-pane.css b/webroot/rsrc/css/application/conpherence/message-pane.css index 8fac609adf..83a0acb946 100644 --- a/webroot/rsrc/css/application/conpherence/message-pane.css +++ b/webroot/rsrc/css/application/conpherence/message-pane.css @@ -42,8 +42,8 @@ right: 281px; } - -.conpherence-message-pane .aphront-form-input { +.conpherence-layout .conpherence-message-pane .phabricator-form-view + div.aphront-form-input { margin: 0; width: 100%; }