45 lines
567 B
CSS
45 lines
567 B
CSS
.ekomi-configuration th {
|
|
text-align: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.ekomi-configuration tr {
|
|
height: 40px;
|
|
}
|
|
|
|
.ekomi-configuration select, input {
|
|
width: 100%;
|
|
padding: 2px;
|
|
line-height: 28px;
|
|
height: 28px;
|
|
min-width: 350px;
|
|
}
|
|
|
|
.ekomi-configuration {
|
|
margin: 30px;
|
|
}
|
|
|
|
.ekomi-submit{
|
|
text-align: center;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.ekomi-submit input{
|
|
width: 70%;
|
|
}
|
|
|
|
.ekomi-section-divider {
|
|
border: 1px solid #ddd;
|
|
margin: 20px 0;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.ekomi-configuration td[colspan="2"] {
|
|
padding: 0;
|
|
}
|
|
|
|
.ekomi-required {
|
|
color: red;
|
|
}
|