diff options
Diffstat (limited to 'app/assets/stylesheets')
| -rw-r--r-- | app/assets/stylesheets/OpenLayers/custom.sass | 21 | ||||
| -rw-r--r-- | app/assets/stylesheets/components/_forms.sass | 8 | ||||
| -rw-r--r-- | app/assets/stylesheets/modules/_vj_collection.sass | 6 | 
3 files changed, 34 insertions, 1 deletions
diff --git a/app/assets/stylesheets/OpenLayers/custom.sass b/app/assets/stylesheets/OpenLayers/custom.sass index 7a5b4baf1..5a3612f99 100644 --- a/app/assets/stylesheets/OpenLayers/custom.sass +++ b/app/assets/stylesheets/OpenLayers/custom.sass @@ -2,6 +2,27 @@    .list-group-item &      margin-top: 15px +  .routes-labels +    padding: 0 +    display: flex +    justify-content: space-between +    flex-wrap: wrap +    margin: 5px -5px +    li +      list-style-type: none +      flex: 1 0 25% +      border: 1px solid $lightgrey +      padding: 5px +      margin: 5px +      border-radius: 5px +      cursor: pointer +      color: $blue +      white-space: nowrap +      max-width: 33% + +      &:hover +        background: $orange +        color: white    .ol-scale-line      background-color: transparent diff --git a/app/assets/stylesheets/components/_forms.sass b/app/assets/stylesheets/components/_forms.sass index b7f720963..214795b8b 100644 --- a/app/assets/stylesheets/components/_forms.sass +++ b/app/assets/stylesheets/components/_forms.sass @@ -85,9 +85,15 @@ input  // BS horizontal form label positionning fix  .form-horizontal +  input[type="radio"].form-control +    height: auto +    width: auto    .form-group      position: relative - +    .radio-inline +      padding-top: 4px +      &:first-child +        padding-left: 0      > .control-label        &[class*='col-sm-']          float: none diff --git a/app/assets/stylesheets/modules/_vj_collection.sass b/app/assets/stylesheets/modules/_vj_collection.sass index 56769e52b..d99c67bd7 100644 --- a/app/assets/stylesheets/modules/_vj_collection.sass +++ b/app/assets/stylesheets/modules/_vj_collection.sass @@ -9,6 +9,9 @@          position: relative          padding-left: 25px +        .fa +          margin-left: 5px +          > .headlined            &:before              margin-left: -25px @@ -113,6 +116,9 @@            margin-left: 5px        &.has-error +        .errors +          color: $red +          font-size: 0.8em          &:before            content: ''            position: absolute  | 
