Sha256: fcb34903fe6322240d7091144b740fd26b0e4fef44f770cb93ba705f752ca866

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 Bytes

Contents

#trackfull {
  display: flex;
  flex-direction:row;
  align-items: stretch;
  height: 100vh;
}
#graphcolumn {
  flex: 0 0 auto;
  overflow: auto;
  min-width: 35em;
  border-right: 0 none;
}
#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);
}

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cpee-1.4.29 cockpit/css/track.css