Sha256: b80b61007494cabcd24874b565c42f3e75fc39a31c81f4aa221274e71e2ce0f6

Contents?: true

Size: 793 Bytes

Versions: 53

Compression:

Stored size: 793 Bytes

Contents

body {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: sans-serif;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

#replayer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

#replay {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 1em 0;
  flex: 0 0 auto;
}

#replay span {
  flex: 0 0 auto;
  margin-left: 1em;
  align-self: center;
}
#replay input {
  margin: 0em 1em;
  flex: 1 1 auto;
}
#replay button {
  margin-right: 1em;
  flex: 0 0 auto;
}

#content {
  width: 100%;
  align-self: center;
  flex: 1 1 auto;
}

iframe {
  border: 0 none;
  padding: 0;
  margin: 0;
  overflow: scroll;
}

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
cpee-2.1.52 cockpit/css/replay.css
cpee-2.1.51 cockpit/css/replay.css
cpee-2.1.50 cockpit/css/replay.css
cpee-2.1.49 cockpit/css/replay.css
cpee-2.1.48 cockpit/css/replay.css
cpee-2.1.47 cockpit/css/replay.css
cpee-2.1.46 cockpit/css/replay.css
cpee-2.1.45 cockpit/css/replay.css
cpee-2.1.44 cockpit/css/replay.css
cpee-2.1.43 cockpit/css/replay.css
cpee-2.1.41 cockpit/css/replay.css
cpee-2.1.39 cockpit/css/replay.css
cpee-2.1.38 cockpit/css/replay.css
cpee-2.1.37 cockpit/css/replay.css
cpee-2.1.36 cockpit/css/replay.css
cpee-2.1.35 cockpit/css/replay.css
cpee-2.1.34 cockpit/css/replay.css
cpee-2.1.33 cockpit/css/replay.css
cpee-2.1.32 cockpit/css/replay.css
cpee-2.1.30 cockpit/css/replay.css