You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.0 KiB

.table thead {
}
.table th {
font-weight: normal;
padding-top: .75rem;
padding-bottom: .75rem;
border-bottom-width: 1px !important;
line-height: 20px;
}
.table td {
padding-top: .5rem;
padding-bottom: .5rem;
vertical-align: middle;
}
.pages ul {
margin-bottom: 0;
}
.pages .summary {
line-height: 35px;
}
.actions-top {
margin-bottom: 10px;
}
.uploader-old-list {
margin-bottom:10px;
width: 100%;
}
.uploader-old-list .file-item {
float: left;
position: relative;
margin: 0 20px 0 0;
padding: 4px;
border: 1px solid #ccc;
width: 100px;
height: 100px;
overflow: hidden;
text-align: center;
}
.uploader-old-list .file-item img {
width: auto;
height: 100%;
display: block;
}
.uploader-list {
margin-top:10px;
width: 100%;
}
.uploader-list .thumbnail {
width: 100px;
height: 100px;
}
.uploader-list .thumbnail img {
width: 100%;
height: auto;
}
.uploader-list .file-item {
float: left;
position: relative;
margin: 0 20px 0 0;
padding: 4px;
border: 1px solid #ccc;
}
.uploader-list .file-item .error {
position: absolute;
top: 4px;
left: 4px;
right: 4px;
background: red;
color: white;
text-align: center;
height: 20px;
font-size: 14px;
line-height: 23px;
}
.uploader-list .file-item .info {
position: absolute;
left: 4px;
bottom: 4px;
right: 4px;
height: 20px;
line-height: 20px;
text-indent: 5px;
background: rgba(0, 0, 0, 0.6);
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow : ellipsis;
font-size: 12px;
z-index: 10;
}
.help-block {
font-size: smaller;
}
.bootstrap-datetimepicker-widget .datepicker {
padding: 0 !important;
margin-bottom: .5rem;
}
.bootstrap-datetimepicker-widget .table-condensed th,.bootstrap-datetimepicker-widget .table-condensed td {
padding: 6px !important;
border: 0;
}
.bootstrap-datetimepicker-widget .btn {
color: #6e757b;
}