.richtext_container {
white-space: nowrap;
+
.richtext_content {
display: inline-block;
vertical-align: top;
+
.richtext_preview {
display: inline-block;
padding: 20px;
background-color: #f4f4ff;
white-space: normal;
+
&.loading {
background-image: image-url("loading.gif");
background-repeat: no-repeat;
background-position: center;
}
+
> :first-child {
margin-top: 0px;
}
}
}
+
.richtext_help {
display: inline-block;
vertical-align: top;
margin-left: 15px;
background-color: #f8f8ff;
padding: 20px;
+
p {
margin: 0px;
}
+
th {
vertical-align: top;
text-align: left;
padding: 0px 15px 0px 0px !important;
}
+
table > thead th {
font-weight: bold;
}
+
td {
font-family: fixed;
line-height: 16px;
text-align: left;
padding: 0px !important;
}
+
input.richtext_doedit {
margin-top: 5px !important;
margin-right: 10px !important;
}
+
input.richtext_dopreview {
margin-top: 5px !important;
margin-left: 10px !important;