diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-03-20 17:17:12 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-03-20 17:17:12 +0100 |
commit | bf33bb2262c6b9caede695b2dab7fe9b83ed598c (patch) | |
tree | d3c43b69d74954236a2ec1011f14d6f6b734cb95 | |
parent | 9919b34a09f9b28439d86fd604b8ea7db0ced31a (diff) | |
download | Chimère-bf33bb2262c6b9caede695b2dab7fe9b83ed598c.tar.bz2 Chimère-bf33bb2262c6b9caede695b2dab7fe9b83ed598c.zip |
css adjustement
-rw-r--r-- | chimere/static/chimere/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index ac1af56..34cacf2 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -3823,7 +3823,7 @@ select#id_categories{ .control_image{ position: absolute; color: #CCC; - left: 248px; + left: 244px; font-size: 2em; font-family: Arial, sans-serif; } @@ -4064,4 +4064,4 @@ li.main_category li.subcategory > span > label{ .wip{ display: block; } -}
\ No newline at end of file +} |