views.static.adminweb.css.adminweb.css Maven / Gradle / Ivy
/*
* Copyright 2014 the original author or authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@charset "UTF-8";
/* todo: to bootstrap ui css! */
table td .btn {
padding: 0px 3px;
}
.btn .glyphicon-remove {
color: orangered;
}
label.control-label > sup.required {
margin-left: 3px;
}
.pager-form {
color: black;
}
.pager-form label {
font-weight: normal;
}
.pager-form .btn {
padding: 0 10px;
}
.pager-form .form-control {
width: 34px;
padding: 2px;
text-align: center;
vertical-align: middle;
}
.pager-form .form-control.has-error {
border-color: red;
}
.pager-form > span, .pager-form label > span {
margin-left: 6px;
margin-right: 6px;
vertical-align: middle;
color: gray;
}
.pager-form .no-btn {
display: inline-block;
width: 24px;
}
.pager-form .total-pages-link {
font-weight: bold;
font-size: 14px;
vertical-align: middle;
color: black;
margin-right: 8px;
}
.form-horizontal .control-label.text-left {
text-align: left;
}
th.result-number {
width: 40px;
text-align: center;
}
td.result-number {
text-align: center;
}
th[data-tbl-field='day'] {
text-align: right;
}
td[data-tbl-field='day'] {
width: 110px;
text-align: right;
}
.toast {
top: 70px;
}
.toast-message button.close {
display: none;
}