diff options
-rw-r--r-- | chimere/static/chimere/css/styles.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 2b40ce2..d6f85a8 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -1745,6 +1745,10 @@ div.pp_default .pp_expand{ padding: 0; } +#directory-marker .col-xs-8 { + width: 83%; +} + #directory #detail_footer, #directory #detail-header{ width: auto; @@ -3475,7 +3479,6 @@ ul#roadmap_toolbar, ul#roadmap_toolbar ul, ul#roadmap_toolbar li{ position: fixed; bottom: 0; left: 0; - font-family: 'Numans'; z-index: 10; display: none; } @@ -3492,8 +3495,10 @@ ul#roadmap_toolbar, ul#roadmap_toolbar ul, ul#roadmap_toolbar li{ } #back-categories p{ + font-family: 'Yanone Kaffeesatz Regular'; + font-size: 1.6em; height: 26px; - vertical-align: middle; + vertical-align: top; padding-left: 0.3em; } @@ -3826,7 +3831,7 @@ select#id_categories{ .control_image{ position: absolute; color: #CCC; - left: 248px; + left: 244px; font-size: 2em; font-family: Arial, sans-serif; } @@ -4067,4 +4072,4 @@ li.main_category li.subcategory > span > label{ .wip{ display: block; } -}
\ No newline at end of file +} |