mirror of https://github.com/rancher/ui.git
more small screen super fun times
This commit is contained in:
parent
60bc843bbf
commit
b9504938be
|
|
@ -31,7 +31,7 @@
|
||||||
}}
|
}}
|
||||||
{{#if (eq section 'header')}}
|
{{#if (eq section 'header')}}
|
||||||
{{action-menu model=host class="pull-right"}}
|
{{action-menu model=host class="pull-right"}}
|
||||||
<div class="catalog-icon mt-10 {{parse-host-icon host.driver}}"/>
|
<div class="catalog-icon {{parse-host-icon host.driver}}"/>
|
||||||
{{else if (eq section 'body')}}
|
{{else if (eq section 'body')}}
|
||||||
<hr class="m-10" />
|
<hr class="m-10" />
|
||||||
<h2>{{host.name}}</h2>
|
<h2>{{host.name}}</h2>
|
||||||
|
|
|
||||||
|
|
@ -42,4 +42,46 @@
|
||||||
.hidden-sm {
|
.hidden-sm {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//catalog boxes
|
||||||
|
.catalog-box {
|
||||||
|
height: auto;
|
||||||
|
width: 100%;
|
||||||
|
margin: 15px 0 0 0;
|
||||||
|
|
||||||
|
.catalog-icon {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: static;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.cloud-host {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//stack catalog boxes
|
||||||
|
.stack-app {
|
||||||
|
width: 100%;
|
||||||
|
float: none;
|
||||||
|
margin: 15px 0 0 0;
|
||||||
|
.stack-info {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.catalog-icon, .stack-info-row {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
display: block;
|
||||||
|
min-height: auto;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.catalog-icon img {
|
||||||
|
height: 75px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue