Page MenuHomePhabricator

D16724.diff
No OneTemporary

D16724.diff

diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'conpherence.pkg.css' => '6412a825',
+ 'conpherence.pkg.css' => 'fabab894',
'conpherence.pkg.js' => 'cbe4d9be',
'core.pkg.css' => 'b99bbf5e',
'core.pkg.js' => '2d9fc958',
@@ -49,9 +49,9 @@
'rsrc/css/application/conpherence/durable-column.css' => 'd82e130c',
'rsrc/css/application/conpherence/header-pane.css' => '1c81cda6',
'rsrc/css/application/conpherence/menu.css' => '4f51db5a',
- 'rsrc/css/application/conpherence/message-pane.css' => 'b80f1675',
+ 'rsrc/css/application/conpherence/message-pane.css' => 'b499f371',
'rsrc/css/application/conpherence/notification.css' => '965db05b',
- 'rsrc/css/application/conpherence/participant-pane.css' => '7bba0b56',
+ 'rsrc/css/application/conpherence/participant-pane.css' => 'ac1baaa8',
'rsrc/css/application/conpherence/transaction.css' => '85129c68',
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
'rsrc/css/application/countdown/timer.css' => '16c52f5c',
@@ -619,9 +619,9 @@
'conpherence-durable-column-view' => 'd82e130c',
'conpherence-header-pane-css' => '1c81cda6',
'conpherence-menu-css' => '4f51db5a',
- 'conpherence-message-pane-css' => 'b80f1675',
+ 'conpherence-message-pane-css' => 'b499f371',
'conpherence-notification-css' => '965db05b',
- 'conpherence-participant-pane-css' => '7bba0b56',
+ 'conpherence-participant-pane-css' => 'ac1baaa8',
'conpherence-thread-manager' => '358c717b',
'conpherence-transaction-css' => '85129c68',
'd3' => 'a11a5ff2',
diff --git a/webroot/rsrc/css/application/conpherence/message-pane.css b/webroot/rsrc/css/application/conpherence/message-pane.css
--- a/webroot/rsrc/css/application/conpherence/message-pane.css
+++ b/webroot/rsrc/css/application/conpherence/message-pane.css
@@ -83,6 +83,12 @@
.device .conpherence-message-pane .conpherence-messages {
left: 0;
+ bottom: 44px;
+ box-shadow: none;
+}
+
+.device-phone .conpherence-message-pane .conpherence-messages {
+ left: 0;
right: 0;
bottom: 44px;
width: 100%;
@@ -187,6 +193,12 @@
.device .conpherence-message-pane .phui-form-view {
left: 0;
+ height: 34px;
+ width: auto;
+}
+
+.device-phone .conpherence-message-pane .phui-form-view {
+ left: 0;
right: 0;
height: 34px;
width: auto;
diff --git a/webroot/rsrc/css/application/conpherence/participant-pane.css b/webroot/rsrc/css/application/conpherence/participant-pane.css
--- a/webroot/rsrc/css/application/conpherence/participant-pane.css
+++ b/webroot/rsrc/css/application/conpherence/participant-pane.css
@@ -15,7 +15,7 @@
-webkit-overflow-scrolling: touch;
}
-.device .conpherence-participant-pane {
+.device-phone .conpherence-participant-pane {
background-color: {$page.background};
}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 12:25 PM (21 h, 36 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6722388
Default Alt Text
D16724.diff (2 KB)

Event Timeline