mirror of https://github.com/apache/cloudstack.git
Style detail table
This commit is contained in:
parent
6e68a24986
commit
937ed44b77
|
|
@ -236,6 +236,11 @@ body {
|
|||
|
||||
.detail-group {
|
||||
@include csui-details;
|
||||
|
||||
.main-groups {
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-tabs-hide {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue