|
@@ -6073,10 +6073,6 @@ body {
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
}
|
|
|
-/* Sorting menu */
|
|
|
-.sorting-menu > li {
|
|
|
- padding: 6px 12px;
|
|
|
-}
|
|
|
.pager {
|
|
|
margin: 0px;
|
|
|
padding-bottom: 2px;
|
|
@@ -6126,22 +6122,41 @@ body {
|
|
|
box-shadow: 0px 0px 0px 3px #ededed;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
-.table-panel table {
|
|
|
+.table-panel table.table {
|
|
|
margin: 0px;
|
|
|
}
|
|
|
-.table-panel table tr th {
|
|
|
+.table-panel table.table tr th {
|
|
|
background: #ededed;
|
|
|
border: none;
|
|
|
padding: 5px 8px;
|
|
|
color: #555555;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
-.table-panel table tr th:first-child {
|
|
|
+.table-panel table.table tr th:first-child {
|
|
|
border-radius: 3px 0px 0px 0px;
|
|
|
}
|
|
|
-.table-panel table tr th:last-child {
|
|
|
+.table-panel table.table tr th:last-child {
|
|
|
border-radius: 0px 3px 0px 0px;
|
|
|
}
|
|
|
+.table-panel table.table tr td {
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+.table-panel table.table tr td.row-action {
|
|
|
+ width: 1%;
|
|
|
+}
|
|
|
+.table-panel table.table tr td.row-action > .btn,
|
|
|
+.table-panel table.table tr td.row-action .dropdown-toggle {
|
|
|
+ padding: 0px;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ font-size: 18px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.table-panel table.table tr td.row-action > .btn > span,
|
|
|
+.table-panel table.table tr td.row-action .dropdown-toggle > span {
|
|
|
+ position: relative;
|
|
|
+ bottom: 1px;
|
|
|
+}
|
|
|
.navbars-container {
|
|
|
border-bottom: 3px solid #c7c7c7;
|
|
|
}
|