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.29 cockpit/css/replay.css
cpee-2.1.27 cockpit/css/replay.css
cpee-2.1.26 cockpit/css/replay.css
cpee-2.1.25 cockpit/css/replay.css
cpee-2.1.24 cockpit/css/replay.css
cpee-2.1.23 cockpit/css/replay.css
cpee-2.1.22 cockpit/css/replay.css
cpee-2.1.21 cockpit/css/replay.css
cpee-2.1.20 cockpit/css/replay.css
cpee-2.1.19 cockpit/css/replay.css
cpee-2.1.17 cockpit/css/replay.css
cpee-2.1.16 cockpit/css/replay.css
cpee-2.1.15 cockpit/css/replay.css
cpee-2.1.14 cockpit/css/replay.css
cpee-2.1.13 cockpit/css/replay.css
cpee-2.1.12 cockpit/css/replay.css
cpee-2.1.11 cockpit/css/replay.css
cpee-2.1.10 cockpit/css/replay.css
cpee-2.1.9 cockpit/css/replay.css
cpee-2.1.8 cockpit/css/replay.css