diff options
| author | Marc Florisson | 2012-07-16 14:58:35 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-07-16 14:58:35 +0200 |
| commit | 797b05bae912a49dfaefe1cc26c332b5cf677f03 (patch) | |
| tree | 1a3ccde82817eb24fc8b713ad8d9fdad16c4e722 | |
| parent | 35e8fa14b01c4fb7387a5b60c36cdbbfa4d02336 (diff) | |
| download | chouette-core-797b05bae912a49dfaefe1cc26c332b5cf677f03.tar.bz2 | |
fix background color for items in a list. Refs #96
| -rw-r--r-- | app/assets/stylesheets/common.css.scss | 7 | ||||
| -rw-r--r-- | app/assets/stylesheets/lines.css.scss | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index b6d91a318..94da51a76 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1,5 +1,10 @@ @mixin div_for_object { - margin-bottom: 20px; + margin-bottom: 10px; + background-color: #DEFFA8; + padding-top: 10px; + padding-bottom: 10px; + margin-right: 10px; + padding-left: 10px; .color { width: 64px; diff --git a/app/assets/stylesheets/lines.css.scss b/app/assets/stylesheets/lines.css.scss index f2009c141..160c87c6b 100644 --- a/app/assets/stylesheets/lines.css.scss +++ b/app/assets/stylesheets/lines.css.scss @@ -27,6 +27,7 @@ position: relative; .color { + background-color: white; width: 64px; height: 64px; float: left; |
