mirror of https://github.com/rancher/ui.git
group view
This commit is contained in:
parent
a226a7c776
commit
e9ed8538ef
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue