128 lines
2.4 KiB
SCSS
128 lines
2.4 KiB
SCSS
.fieldset_title{
|
|
margin: 0 0.9375em 1.25em 0.9375em;
|
|
padding: 0.3125em;
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
border: 0em;
|
|
width: auto;
|
|
}
|
|
.errMsg {
|
|
color: #CC3333;
|
|
display: block;
|
|
margin: 10px;
|
|
padding-left: 20px;
|
|
background-image: url(/assets/warning.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
}
|
|
.fieldset_block{
|
|
padding: 1.25em 0.625em 1.25em 3%;
|
|
border-width: 0.125em;
|
|
border-style: groove;
|
|
border-color: threedface;
|
|
border-image: initial;
|
|
}
|
|
.col {
|
|
float: left;
|
|
clear: both;
|
|
width: 9.125em;
|
|
margin: 0 0.625em 0em 0;
|
|
padding: 0.0625em 0 0.0625em 0;
|
|
}
|
|
.col_r {
|
|
float: left;
|
|
display: inline;
|
|
padding-bottom: 0.1875em;
|
|
}
|
|
.col_input{
|
|
padding: 0;
|
|
width: auto;
|
|
}
|
|
.ts_rowsonly thead th {
|
|
background: #9ec630;
|
|
padding: 0.375em;
|
|
border-bottom-width: 0;
|
|
}
|
|
.ts_rowsonly th {
|
|
color: #fff;
|
|
}
|
|
.ts_rowsonly th {
|
|
padding: 0.375em 0.625em;
|
|
text-align: left;
|
|
color: #fff;
|
|
vertical-align: top;
|
|
background: #81ce25;
|
|
border-bottom: 0.0625em solid #67ac14;
|
|
}
|
|
.ts_rowsonly tbody tr:nth-child(odd){
|
|
background: #fff;
|
|
}
|
|
.ts_rowsonly tbody tr:nth-child(even){
|
|
background: #f5f6e2;
|
|
}
|
|
.ts_rowsonly td {
|
|
border-bottom: 0.0625em solid #e7eab9;
|
|
padding: 0.375em 0.625em;
|
|
text-align: left;
|
|
color: #111;
|
|
vertical-align: top;
|
|
}
|
|
.ts_rowsonly {
|
|
margin: 0.625em 0 0.3125em 0;
|
|
font-size: 1em;
|
|
}
|
|
.PageDetails {
|
|
padding-top: 0.1875em;
|
|
padding-bottom: 0.1875em;
|
|
font-weight: bold;
|
|
font-size: 0.875em;
|
|
border-bottom: 0.0625em solid #ddd;
|
|
overflow: hidden;
|
|
text-align: right;
|
|
color: black;
|
|
font-size: 1.3em;
|
|
}
|
|
.PageList {
|
|
margin: 0em 0em 0 0.5em;
|
|
font-weight: bold;
|
|
font-size: 0.875em;
|
|
overflow: hidden;
|
|
list-style: none;
|
|
display: inline;
|
|
background: none;
|
|
color: #999;
|
|
}
|
|
ol {
|
|
margin: 0 0 0.5em 0;
|
|
min-height: 0.625em;
|
|
height: auto !important;
|
|
height: 0.625em;
|
|
padding: 0;
|
|
clear: both;
|
|
float: right;
|
|
}
|
|
.PageList li {
|
|
display: inline;
|
|
}
|
|
.wrap-inner{
|
|
font-size: 1.1em;
|
|
}
|
|
.field-hint-inactive {
|
|
color: #999;
|
|
margin-left: 0.3125em;
|
|
padding-left: 1em;
|
|
padding-right: 0.5em;
|
|
background-image: url(/assets/fhi.png);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
float: left;
|
|
}
|
|
.required {
|
|
font-weight: bold;
|
|
}
|
|
.lleft{
|
|
float: left;
|
|
}
|
|
li{
|
|
display: block;
|
|
} |