Path: blob/master/webroot/rsrc/css/phui/phui-comment-form.css
12241 views
/**1* @provides phui-comment-form-css2*/34body .phui-box.phui-object-box.phui-comment-form-view {5background-color: {$page.content};6margin-left: 62px;7position: relative;8}910body.device .phui-box.phui-object-box.phui-comment-form-view {11margin-left: 0;12}1314.phui-comment-form-view.phui-object-box {15padding: 0;16}1718.phui-comment-form-view .phui-form-view {19padding: 0;20}2122.phui-comment-form-view .phui-comment-image {23background-repeat: no-repeat;24position: absolute;25border-radius: 3px;26background-size: 100%;27display: block;28}2930.device-desktop .phui-comment-form-view .phui-comment-image {31width: 50px;32height: 50px;33top: 0px;34left: -62px;35}3637.phui-comment-form-view .phui-timeline-wedge {38top: 26px;39}4041.phui-comment-fullwidth-control .aphront-form-input {42margin: 0;43width: auto;44}4546.phui-comment-form-view .remarkup-assist-bar {47height: 32px;48border-color: {$lightblueborder};49border-top-left-radius: 3px;50border-top-right-radius: 3px;51padding: 0 4px;52}5354.device-phone .phui-comment-form-view .remarkup-assist-bar,55.device-phone .phui-comment-form-view .aphront-form-input56.remarkup-assist-textarea {57border-radius: 0;58}5960.phui-comment-form-view .aphront-form-input .remarkup-assist-textarea {61border-color: {$lightblueborder};62border-top: 1px solid {$thinblueborder};63padding: 8px;64height: 12em;65background-color: rgba({$alphablue},.02);66}6768.phui-comment-form-view .aphront-form-input .remarkup-assist-textarea:focus {69background-color: {$page.content};70}7172.device-phone .phui-comment-form-view .aphront-form-input73.remarkup-assist-textarea {74height: 8em;75}7677.phui-comment-form-view .phui-comment-textarea-control {78padding: 16px 16px 8px 16px;79}8081.phui-comment-form-view .phui-comment-has-actions82.phui-comment-textarea-control {83padding-top: 0;84}8586.device-phone .phui-comment-form-view .phui-comment-textarea-control {87padding: 0;88margin: -1px;89}9091.phui-comment-action {92background-color: rgba({$alphablue}, .1);93border-radius: 3px;94margin: 0px 16px 8px;95padding: 6px;96}9798.phui-comment-action + .phui-comment-action {99margin-top: -4px;100}101102.device-phone .phui-comment-action {103margin: 8px;104}105106.phui-comment-form-view .phui-comment-action-bar {107border-bottom: 1px solid {$thinblueborder};108background-color: {$bluepropertybackground};109padding: 4px 12px 4px 12px;110margin-bottom: 16px;111}112113.device-phone .phui-comment-form-view .phui-comment-action-bar {114margin: 0;115padding: 8px;116}117118.phui-comment-form-view .phui-comment-submit-control {119padding: 0 16px 12px;120}121122.device-phone .phui-comment-form-view .phui-comment-submit-control {123margin: 0px;124padding: 6px 8px 8px;125}126127.phui-comment-form-view .phui-comment-action-control {128float: left;129}130131.device-phone .phui-comment-form-view .phui-comment-action-control {132float: none;133width: 100%;134margin: 0;135padding: 0;136}137138.phui-comment-form-view .phui-comment-action-icon {139float: left;140font-size: 20px;141color: {$lightbluetext};142height: 40px;143line-height: 40px;144margin: 0 4px;145}146147.device-phone .phui-comment-form-view .phui-comment-action-icon {148display: none;149}150151.device-phone .aphront-form-control-submit button {152width: 100%;153}154155.phui-comment-form-view .phui-form-view label.aphront-form-label,156.phui-comment-form-view .phui-form-view .aphront-form-error {157height: 28x;158line-height: 28px;159padding: 0;160}161162.phui-comment-form-view .aphront-form-error .phui-icon-view {163padding: 4px;164}165166.phui-comment-form-view .phui-form-view .phui-info-view {167margin: 16px;168}169170.device-phone .phui-comment-form-view .phui-form-view .phui-info-view {171margin: 8px;172}173174175