Sha256: d2ac30815648a7009fb48439debd02f1bf4d1d27e6015a1906e29dfebe2e4d68

Contents?: true

Size: 695 Bytes

Versions: 18

Compression:

Stored size: 695 Bytes

Contents

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

#tree-buttons div {
    z-index: 1;
}

#tree-container {
    padding-top: 40px;
}

.pos-fixed {
    position: fixed;
}

.pos-fixed .flex *:not(:first-child ) {
    margin-left: 5px;
    width: initial;
}

[id^='section'] {
    height: 800px;
    overflow-y: auto;
}

.change-diff-btn {
    background-color: orange;
}

.addition-diff-btn {
    background-color: green;
}

.deletion-diff-btn {
    background-color: red;
}

.change-diff {
    background-color: orange;
}

.deletion-diff {
    background-color: red;
}

.addition-diff {
    background-color: green;
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
flexite-0.0.25 app/assets/stylesheets/flexite/tree.css
flexite-0.0.24 app/assets/stylesheets/flexite/tree.css
flexite-0.0.23 app/assets/stylesheets/flexite/tree.css
flexite-0.0.22 app/assets/stylesheets/flexite/tree.css
flexite-0.0.21 app/assets/stylesheets/flexite/tree.css
flexite-0.0.20 app/assets/stylesheets/flexite/tree.css
flexite-0.0.19 app/assets/stylesheets/flexite/tree.css
flexite-0.0.18 app/assets/stylesheets/flexite/tree.css
flexite-0.0.17 app/assets/stylesheets/flexite/tree.css
flexite-0.0.16 app/assets/stylesheets/flexite/tree.css
flexite-0.0.15 app/assets/stylesheets/flexite/tree.css
flexite-0.0.14 app/assets/stylesheets/flexite/tree.css
flexite-0.0.13 app/assets/stylesheets/flexite/tree.css
flexite-0.0.12 app/assets/stylesheets/flexite/tree.css
flexite-0.0.11 app/assets/stylesheets/flexite/tree.css
flexite-0.0.10 app/assets/stylesheets/flexite/tree.css
flexite-0.0.9 app/assets/stylesheets/flexite/tree.css
flexite-0.0.8 app/assets/stylesheets/flexite/tree.css