2016-11-09 19:33:05 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-comment-form-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
body .phui-box.phui-object-box.phui-comment-form-view {
|
2017-07-17 20:08:17 +02:00
|
|
|
background-color: {$page.content};
|
2016-11-09 19:33:05 +01:00
|
|
|
margin-left: 62px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.device .phui-box.phui-object-box.phui-comment-form-view {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view.phui-object-box {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-form-view {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-image {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-size: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-comment-form-view .phui-comment-image {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
top: 0px;
|
|
|
|
left: -62px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-timeline-wedge {
|
|
|
|
top: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-fullwidth-control .aphront-form-input {
|
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .remarkup-assist-bar {
|
|
|
|
height: 32px;
|
|
|
|
border-color: {$lightblueborder};
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .remarkup-assist-bar,
|
|
|
|
.device-phone .phui-comment-form-view .aphront-form-input
|
|
|
|
.remarkup-assist-textarea {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .aphront-form-input .remarkup-assist-textarea {
|
|
|
|
border-color: {$lightblueborder};
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
padding: 8px;
|
2017-03-27 18:19:12 +02:00
|
|
|
height: 12em;
|
2016-11-09 19:33:05 +01:00
|
|
|
background-color: rgba({$alphablue},.02);
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .aphront-form-input .remarkup-assist-textarea:focus {
|
2017-07-17 20:08:17 +02:00
|
|
|
background-color: {$page.content};
|
2016-11-09 19:33:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .aphront-form-input
|
|
|
|
.remarkup-assist-textarea {
|
|
|
|
height: 8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-textarea-control {
|
|
|
|
padding: 16px 16px 8px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-has-actions
|
|
|
|
.phui-comment-textarea-control {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .phui-comment-textarea-control {
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-action {
|
2017-07-19 23:38:55 +02:00
|
|
|
background-color: rgba({$alphablue}, .1);
|
2016-11-09 19:33:05 +01:00
|
|
|
border-radius: 3px;
|
|
|
|
margin: 0px 16px 8px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-action + .phui-comment-action {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-action {
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-action-bar {
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
2017-07-17 20:08:17 +02:00
|
|
|
background-color: {$bluepropertybackground};
|
2016-12-07 06:22:01 +01:00
|
|
|
padding: 4px 12px 4px 12px;
|
2016-11-09 19:33:05 +01:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .phui-comment-action-bar {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-submit-control {
|
|
|
|
padding: 0 16px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .phui-comment-submit-control {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 6px 8px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-action-control {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .phui-comment-action-control {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-comment-action-icon {
|
|
|
|
float: left;
|
|
|
|
font-size: 20px;
|
|
|
|
color: {$lightbluetext};
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .phui-comment-action-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .aphront-form-control-submit button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .phui-form-view label.aphront-form-label,
|
|
|
|
.phui-comment-form-view .phui-form-view .aphront-form-error {
|
2017-04-12 05:08:28 +02:00
|
|
|
height: 28x;
|
|
|
|
line-height: 28px;
|
2016-11-09 19:33:05 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-comment-form-view .aphront-form-error .phui-icon-view {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2017-01-02 19:09:20 +01:00
|
|
|
|
|
|
|
.phui-comment-form-view .phui-form-view .phui-info-view {
|
|
|
|
margin: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phui-comment-form-view .phui-form-view .phui-info-view {
|
|
|
|
margin: 8px;
|
|
|
|
}
|