Style detail table

This commit is contained in:
Brian Federle 2013-10-03 15:29:56 -07:00
parent 6e68a24986
commit 937ed44b77
2 changed files with 17 additions and 1 deletions

View File

@ -236,6 +236,11 @@ body {
.detail-group {
@include csui-details;
.main-groups {
max-height: 400px;
overflow: auto;
}
}
.ui-tabs-hide {

View File

@ -41,5 +41,16 @@
@mixin csui-details {
background: lighten(#ccc, 10%);
padding: 15px;
padding: 10px;
&:not(.detail-actions) {
table {
background: lighten(#ccc, 15%);
width: 100%;
th, td {
padding: 10px;
}
}
}
}