cssOMS/form.scss
2017-10-03 16:56:19 +02:00

53 lines
924 B
SCSS

@import "_mixins", "_vars";
form {
li {
margin: 5px 0 5px 0;
}
td {
white-space: nowrap;
padding-bottom: 5px;
textarea+i {
vertical-align: top;
}
}
label {
font-size: 0.9em;
color: #878787;
text-shadow: -1px -1px 1px #ffffff;
}
i+i {
margin-left: 3px;
}
.inputPrefix {
border-left: 1px solid $content-border-color;
border-top: 1px solid $content-border-color;
border-bottom: 1px solid $content-border-color;
line-height: 2em;
height: 100%;
background: #bebebe;
}
table.layout {
table-layout: fixed;
}
.layout td+td {
padding-left: 5px;
}
.list {
font-size: 0.9em;
td {
white-space: nowrap;
padding: 3px 5px 3px 5px;
}
}
}