diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 11:32:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-14 11:32:46 +0200 |
commit | ccd6a897beb168c22308e7f68f3bb463bd01478a (patch) | |
tree | e9ede0443dfff39af626d0bf2ebc07018b472d28 /static | |
parent | be5dc41888ed2f2e093810bb3fc42b898dd6f6c9 (diff) | |
download | Chimère - projet Saclay-ccd6a897beb168c22308e7f68f3bb463bd01478a.tar.bz2 Chimère - projet Saclay-ccd6a897beb168c22308e7f68f3bb463bd01478a.zip |
CSS: many adjustment
Diffstat (limited to 'static')
-rw-r--r-- | static/saclay/css/styles.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 335e011..48daddf 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -163,7 +163,7 @@ h2, h3{ #map-footer, #utils-div, #action, #panel #categories, .main_category, #page_title, #ul_categories .subcategories li, #action-panel, ul.ui-autocomplete.ui-menu.ui-corner-all.ui-widget-content, .extra-criteria, -#chimere_itinerary_form, .welcome-logo, #permalink{ +#chimere_itinerary_form, .welcome-logo, #permalink, #footer-panel{ border-color:#999; } @@ -746,7 +746,7 @@ ul#action{ #panel #categories{ clear:both; - border-top-width:1px; + border-top-width:0; border-top-style:solid; } @@ -1047,7 +1047,7 @@ div#sidebar{ div#sidebar{ z-index:7; - width:282px; + width:281px; top:26px; position:absolute; bottom:0; @@ -1062,13 +1062,13 @@ div#action-panel{ height:60px; width:282px; background-image:url(../images/background-small.png) ; - background-repeat:no-repeat; + background-repeat:repeat; background-position:center; } div#panel{ position:absolute; - width:282px; + width:281px; z-index:10; max-height:none; padding:0; @@ -1077,8 +1077,9 @@ div#panel{ top:60px; border-width:0 1px; background-image:url('../images/logo.jpg'); - background-repeat:no-repeat; + background-repeat:repeat-x; background-position:left bottom; + overflow-x:hidden; } /* share toolbar */ @@ -1101,6 +1102,7 @@ a.share_id_email_single{ position:absolute; width:275px; height:22px; + border-right:1px solid; } .sidebar-handler{ |