humhub/less/gridview.less

54 lines
873 B
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
// CGridView
.grid-view {
img {
width: 24px;
height: 24px;
}
}
.grid-view .filters input,
.grid-view .filters select {
@import (reference, multiple) "form.less";
2016-12-20 20:26:44 +01:00
.form-control;
border-radius: 4px;
font-size: 12px;
padding: 4px;
}
.grid-view {
padding: 15px 0 0;
img {
border-radius: 3px;
}
table {
th {
font-size: 13px !important;
font-weight: bold !important;
}
td {
vertical-align:middle !important;
}
tr {
font-size: 13px !important;
}
thead {
tr {
th:first-of-type {
padding-left:5px;
}
}
}
tbody {
tr {
height: 50px;
td:first-of-type {
padding-left:5px;
}
}
2016-12-20 20:26:44 +01:00
}
}
.summary {
font-size: 12px;
color: @text-color-soft3;
2016-12-20 20:26:44 +01:00
}
}