Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/conpherence/message-pane.css
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | |||||
| .conpherence-show-more-messages-loading { | .conpherence-show-more-messages-loading { | ||||
| font-style: italic; | font-style: italic; | ||||
| } | } | ||||
| .conpherence-message-pane .conpherence-messages { | .conpherence-message-pane .conpherence-messages { | ||||
| position: fixed; | position: fixed; | ||||
| left: 241px; | left: 241px; | ||||
| right: 241px; | right: 241px; | ||||
| top: 76px; | top: 78px; | ||||
| bottom: 172px; | bottom: 172px; | ||||
| overflow-x: hidden; | overflow-x: hidden; | ||||
| overflow-y: auto; | overflow-y: auto; | ||||
| -webkit-overflow-scrolling: touch; | -webkit-overflow-scrolling: touch; | ||||
| } | } | ||||
| .conpherence-logged-out .conpherence-message-pane .conpherence-messages { | |||||
| bottom: 42px; | |||||
| } | |||||
| .page-has-warning .conpherence-message-pane .conpherence-messages { | .page-has-warning .conpherence-message-pane .conpherence-messages { | ||||
| top: 110px; | top: 110px; | ||||
| } | } | ||||
| .conpherence-messages.jx-scrollbar-frame { | .conpherence-messages.jx-scrollbar-frame { | ||||
| overflow-y: hidden; | overflow-y: hidden; | ||||
| } | } | ||||
| Show All 37 Lines | .conpherence-message-pane .phui-form-view { | ||||
| position: fixed; | position: fixed; | ||||
| bottom: 0; | bottom: 0; | ||||
| border-top: 1px solid {$thinblueborder}; | border-top: 1px solid {$thinblueborder}; | ||||
| left: 241px; | left: 241px; | ||||
| right: 241px; | right: 241px; | ||||
| } | } | ||||
| .conpherence-message-pane .phui-form-view.login-to-participate { | .conpherence-message-pane .phui-form-view.login-to-participate { | ||||
| height: 28px; | height: 26px; | ||||
| } | } | ||||
| .conpherence-message-pane .login-to-participate a.button { | .conpherence-message-pane .login-to-participate a.button { | ||||
| float: right; | float: right; | ||||
| } | } | ||||
| .conpherence-message-pane .aphront-form-control-submit button, | .conpherence-message-pane .aphront-form-control-submit button, | ||||
| .conpherence-message-pane .aphront-form-control-submit a.button { | .conpherence-message-pane .aphront-form-control-submit a.button { | ||||
| ▲ Show 20 Lines • Show All 225 Lines • Show Last 20 Lines | |||||