1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 04:07:59 +02:00

Admin Default Theme: default.css fixes

This commit is contained in:
Awilum
2012-12-14 00:41:28 +02:00
parent d1634d537b
commit 4525600fa7

View File

@@ -352,7 +352,7 @@ table {
border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;
} }
.table-bordered thead tr td { .table-bordered thead tr th {
font-weight:bold; font-weight:bold;
background-color: #f5f5f5; background-color: #f5f5f5;
background-repeat: repeat-x; background-repeat: repeat-x;
@@ -373,6 +373,16 @@ table {
-moz-border-radius: 0 0 4px 0; -moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0; border-radius: 0 0 4px 0;
} }
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
border-top-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child {
border-top-right-radius: 0px;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th { .table-striped tbody tr:nth-child(odd) th {
background-color: #f9f9f9; background-color: #f9f9f9;
@@ -419,7 +429,7 @@ td, th {
*************************************/ *************************************/
.tab-pane > table { .tab-pane > table {
margin-top:-18px; margin-top:-20px;
} }
.tab-pane > table { .tab-pane > table {
@@ -475,4 +485,5 @@ a.btn-expand{
footer a , footer{ footer a , footer{
color:#333; color:#333;
font-size:10px; font-size:10px;
} }