.simpleui-form-item {
|
display: inline-block;
|
width: auto;
|
margin-right: 10px;
|
}
|
|
#changelist #toolbar form input {
|
/*padding-left: 30px!important;*/
|
}
|
|
.el-link-btn {
|
text-decoration: none !important;
|
color: #606266 !important;
|
}
|
|
#pagination {
|
text-align: center;
|
margin-top: 10px;
|
}
|
|
.actions .el-button {
|
margin-right: 10px;
|
margin-left: 0px;
|
}
|
|
.change-list #content {
|
padding: 0px;
|
margin: 20px;
|
background-color: white;
|
}
|
|
#content #changelist-form {
|
padding: 0px 20px;
|
}
|
|
#changelist #toolbar {
|
margin-bottom: 0px !important;
|
}
|
|
.form-main {
|
float: none !important;
|
width: auto !important;
|
}
|
|
.el-alert {
|
margin-bottom: 10px;
|
}
|
|
.el-alert:last-child {
|
margin-bottom: 0px !important;
|
}
|
|
a:link,
|
a:visited {
|
color: #3f9eff;
|
text-decoration: none;
|
}
|
|
.object-tools {
|
margin-top: 0px;
|
position: absolute;
|
top: 10px;
|
right: 30px;
|
}
|
|
.vTextField {
|
outline: none;
|
}
|
|
td,
|
th {
|
vertical-align: inherit;
|
border-bottom: none;
|
}
|
|
.row2 {
|
background: #fafafa;
|
}
|
|
tbody tr:hover td,
|
tbody tr:hover th {
|
background-color: #ebf5ff;
|
}
|
|
.form-row {
|
border-bottom: none !important;
|
}
|
|
.submit-row input[type='submit'] {
|
height: auto;
|
}
|
|
.submit-row input[type='submit'] {
|
padding: 12px 20px !important;
|
}
|
|
@media (max-width: 767px) {
|
.submit-row > * {
|
margin-left: 0px !important;
|
margin-bottom: 10px;
|
}
|
|
.form-main {
|
padding: 0px;
|
}
|
|
#content {
|
padding: 0px 3px !important;
|
}
|
|
.simpleui-form .el-input {
|
width: 100px;
|
padding-left: 0px !important;
|
padding-right: 0px !important;
|
margin: 0px;
|
margin-right: 10px;
|
}
|
|
.object-tools {
|
margin-top: 10px;
|
}
|
|
.el-pagination {
|
white-space: inherit;
|
}
|
}
|
|
body,
|
#container {
|
background-color: #f1f1f1;
|
}
|
|
@media (max-width: 767px) {
|
.change-list #content {
|
margin: 0px;
|
}
|
|
#content #changelist-form {
|
padding: 0px 5px;
|
}
|
|
#content {
|
box-shadow: none;
|
}
|
|
body,
|
#container {
|
background-color: white;
|
}
|
|
#changelist .actions {
|
padding: 5px !important;
|
}
|
|
.el-button {
|
padding: 8px 10px;
|
}
|
|
.object-tools {
|
top: 6px !important;
|
margin: 0px;
|
}
|
|
.el-pagination__total {
|
display: block !important;
|
}
|
|
.el-pagination__jump {
|
display: block !important;
|
margin: 0px;
|
margin-top: 10px;
|
}
|
|
.el-pager {
|
margin: 0px;
|
padding: 0px;
|
}
|
|
.el-dialog {
|
width: 90%;
|
}
|
}
|
|
@media (max-width: 1024px) {
|
.change-list .filtered .results,
|
.change-list .filtered .paginator,
|
.filtered #toolbar,
|
.filtered .actions,
|
.filtered div.xfull {
|
margin-right: 0px !important;
|
}
|
|
#changelist-search > div {
|
max-width: 100% !important;
|
}
|
|
#content {
|
padding: 0px !important;
|
}
|
}
|
|
#changelist .actions {
|
margin-right: auto;
|
position: relative;
|
}
|
|
#changelist .actions .btn-group {
|
position: absolute;
|
right: 0px;
|
}
|
|
/*# sourceMappingURL=base.css.map */
|