group view

This commit is contained in:
lvuch 2017-03-17 10:45:20 -07:00
parent a226a7c776
commit e9ed8538ef
3 changed files with 14 additions and 4 deletions

View File

@ -165,7 +165,6 @@ $subpod-detail : $table-bg-accent;
display: block;
padding : 7px;
font-size : 12px;
background: $bg-default;
border: none;
}
@ -218,9 +217,15 @@ $subpod-detail : $table-bg-accent;
.subpod-detail {
color : lighten($text-color, 30%);
font-size : 11px;;
margin-top : 2px;
text-align : right;
max-width : 150px;
margin-top: 2px;
+ .resource-actions .btn {
margin-top: 2px;
background: transparent;
color: $link-color;
}
}
&.managed A {

View File

@ -26,6 +26,10 @@ $table-border-color : lighten($mid-grey, 20)!default;
> TR {
> TD {
border: none;
// &:nth-child(2) {
// border-bottom: $table-border-color solid 1px;
// }
}
background-color: $table-bg;
border: $table-border-color solid 1px;

View File

@ -1,6 +1,7 @@
.log-body {
.log-msg {
font-size: 11px;
color: $success;
}
&.hide-stdout .log-stdout,
@ -9,11 +10,11 @@
}
.log-msg.log-stderr {
color: #f44;
color: $error;
}
.log-date {
color: #999;
color: $text-muted;
padding-right: 10px;
}
}