diff options
| author | jpl | 2017-03-16 15:19:35 +0100 |
|---|---|---|
| committer | jpl | 2017-03-16 15:19:43 +0100 |
| commit | 9456ec4f95e6e148b9b8471c0f00530e99154e06 (patch) | |
| tree | 7e494b17c3e4f67fdc229392cefe6c1937d0aea3 | |
| parent | 173f53abe2a792cc792a58f31e3056e6eaf57321 (diff) | |
| download | chouette-core-9456ec4f95e6e148b9b8471c0f00530e99154e06.tar.bz2 | |
Refs #2847: fix firefox table radio btns display bug
| -rw-r--r-- | app/assets/stylesheets/components/_tables.sass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components/_tables.sass b/app/assets/stylesheets/components/_tables.sass index 085c22d82..a18009ba1 100644 --- a/app/assets/stylesheets/components/_tables.sass +++ b/app/assets/stylesheets/components/_tables.sass @@ -66,11 +66,13 @@ > td background-color: whitesmoke + .td + position: relative + &.has-filter, &.has-search border-top: 2px solid $darkgrey margin-top: 15px - // select_toolbox .select_toolbox padding: 10px @@ -162,6 +164,7 @@ border-bottom: 2px solid rgba($grey, 0.5) border-top: 1px solid rgba($grey, 0.5) .td + position: relative padding: 6px 8px border-bottom: 1px solid rgba($grey, 0.5) word-wrap: break-word |
