Files
talk/client/coral-configure/components/ConfigureCommentStream.css
T
2017-02-14 15:31:12 -08:00

70 lines
844 B
CSS

.container {
position: relative;
}
.apply {
position: absolute;
top: 38%;
transform: translateX(-50%);
right: 0;
}
ul {
list-style: none;
padding: 0;
}
ul ul {
padding-left: 20px
}
.checkbox {
vertical-align: top;
margin: 12px 12px 12px 0;
}
h4 {
font-size: 14px;
margin-bottom: 5px;
}
p {
max-width: 380px;
}
.wrapper {
margin-bottom: 20px;
}
.configSettingQuestionBox {
min-height: 100px;
margin-bottom: 20px;
cursor: pointer;
width: auto;
height: auto;
text-align: left;
overflow: visible;
}
.hidden {
display: none;
}
/* Question Box Styles */
.configSettingQuestionBox {
background: white;
}
.configSettingQuestionBoxInfo {
top: 0;
border: 10px;
background: white;
color: inherit;
width: 100%;
text-align: left;
padding: 5px;
font-weight: bold;
display: block;
}