Sha256: 79c9a04303077973821f78964bf421abf0eb57758f310709ce0c16eb6af368c5

Contents?: true

Size: 860 Bytes

Versions: 3

Compression:

Stored size: 860 Bytes

Contents

#trackfull {
  display: flex;
  flex-direction:row;
  align-items: stretch;
  height: 100vh;
}
#graphcolumn {
  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;
}

#trackcolumn iframe {
  flex: 1 1 auto;
  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;
}

#trackusage {
  line-height: 2em;
  margin-top: 0.5em;
  margin-left: 2em;
  margin-right: 1em;
}
#trackusage button {
  width: 2em;
  height: 2em;
  vertical-align: middle;
}
#current-instance[href]:after {
  content: "";
}

#tracktitle {
  white-space: nowrap;
  margin-bottom: 0.1em;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cpee-2.0.14 cockpit/css/track.css
cpee-2.0.13 cockpit/css/track.css
cpee-2.0.11 cockpit/css/track.css