mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix Conpherence mobile layout
Summary: Fixes the spacing around "Send Message", which changed from "Pontificate" Test Plan: Use Chrome explorer and iOS simulator to test new CSS Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8866
This commit is contained in:
parent
035d55f67f
commit
b53a9f0e12
2 changed files with 10 additions and 10 deletions
|
@ -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' => '2aedca89',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => 'e46b612c',
|
||||
'rsrc/css/application/conpherence/notification.css' => '403cf598',
|
||||
'rsrc/css/application/conpherence/update.css' => '1099a660',
|
||||
'rsrc/css/application/conpherence/widget-pane.css' => '87b12e0c',
|
||||
|
@ -500,7 +500,7 @@ return array(
|
|||
'auth-css' => '1e655982',
|
||||
'config-options-css' => '7fedf08b',
|
||||
'conpherence-menu-css' => '561348ac',
|
||||
'conpherence-message-pane-css' => '2aedca89',
|
||||
'conpherence-message-pane-css' => 'e46b612c',
|
||||
'conpherence-notification-css' => '403cf598',
|
||||
'conpherence-update-css' => '1099a660',
|
||||
'conpherence-widget-pane-css' => '87b12e0c',
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
background-color: #d8dce2;
|
||||
height: 3em;
|
||||
height: 38px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -192,7 +192,7 @@
|
|||
}
|
||||
|
||||
.conpherence-message-pane .aphront-form-control-submit {
|
||||
margin: 3px 8px 0 0;
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
.conpherence-message-pane .remarkup-assist-bar {
|
||||
border-width: 1px 0 0;
|
||||
|
@ -212,10 +212,10 @@
|
|||
}
|
||||
|
||||
.device .conpherence-message-pane .remarkup-assist-textarea {
|
||||
margin: 0.5em 0em 0em 2%;
|
||||
padding: 6px 1%;
|
||||
width: 98%;
|
||||
height: 2em;
|
||||
margin: 4px 8px;
|
||||
padding: 6px 6px;
|
||||
width: 97%;
|
||||
height: 28px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
|
@ -231,9 +231,9 @@
|
|||
width: 76%;
|
||||
}
|
||||
.device-phone .conpherence-message-pane .aphront-form-control-textarea {
|
||||
width: 63%;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.device .conpherence-message-pane .aphront-form-control-submit button {
|
||||
margin: 0.6em 0 0 2%;
|
||||
margin: 7px 0 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue