cockpit/css/track.css in cpee-2.0.9 vs cockpit/css/track.css in cpee-2.0.11
- old
+ new
@@ -3,15 +3,20 @@
flex-direction:row;
align-items: stretch;
height: 100vh;
}
#graphcolumn {
- flex: 0 0 auto;
- overflow: auto;
- min-width: 35em;
+ flex: 0 1 auto;
+ width: 35em;
+ min-width: 15em;
border-right: 0 none;
+ overflow: auto;
}
+#graphcolumn.resize {
+ resize: horizontal;
+}
+
#trackcolumn {
flex: 1 1 auto;
display: flex;
flex-direction:column;
align-items: stretch;
@@ -22,21 +27,27 @@
border: 0 none;
padding: 0;
margin: 0;
border-left: 0.1em solid var(--x-ui-border-color);
border-bottom: 0.1em solid var(--x-ui-border-color);
+ overflow: scroll;
}
-#usage {
+#trackusage {
line-height: 2em;
margin-top: 0.5em;
margin-left: 2em;
margin-right: 1em;
}
-#usage button{
+#trackusage button {
width: 2em;
height: 2em;
- vertical-align: center;
+ vertical-align: middle;
}
#current-instance[href]:after {
content: "";
+}
+
+#tracktitle {
+ white-space: nowrap;
+ margin-bottom: 0.1em;
}