Sha256: 24ca21a37a5187abf6e86669b6f052feb01caf8c15815dbf9afe58ef4469fe60

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 KB

Contents

.row-fluid [class*="span"] {
    margin-left: 1%;
}

body {
    padding: 10px;
}

.navbar {
    position: absolute;
    top: 5px;
    right: 20px;
}

textarea {
    width: 100%;
    height: 5000px;
    resize: vertical;
    box-sizing: border-box;
    overflow-y: hidden;
}

textarea#pairing_text {
    width: 2000px;
}

.input-log {
    overflow-x: hidden;
}

#regex {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 10px;
}

#go {
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
    margin-top: 10px;
}

.visualize_matrix_container {
    text-align: center;
}

.viz_container {
    text-align: center;
}

svg {
    height: 700px;
    width: 815px;
}

.player {
    cursor: pointer;
    r: 20px;
    fill-opacity: 0.75;
    stroke: #EE1031;
    stroke-opacity: 0.75;
    z-index: 10;
}

.playerLarge {
    cursor: pointer;
    r: 25px;
    fill: red;
    fill-opacity: 0.75;
    stroke: blue;
    stroke-opacity: 0.75;
    z-index: 10;
}

.player_names {
    pointer-events: none;
}

.input-container {
    height: 300px;
    overflow: scroll;
}

.connect {
    fill: none;
    stroke: #DD1031;
    stroke-opacity: 0.75;
}

.connectLarge {
    fill: none;
    stroke: black;
    stroke-opacity: 0.75;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pairing_matrix-1.2 lib/pairing_matrix/server/public/style.css
pairing_matrix-1.1.1 lib/pairing_matrix/server/public/style.css
pairing_matrix-1.1 lib/pairing_matrix/server/public/style.css
pairing_matrix-1.0.1 lib/pairing_matrix/server/public/style.css
pairing_matrix-1.0 lib/pairing_matrix/server/public/style.css