summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-07-14 11:32:46 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-09-06 19:38:46 +0200
commitf771476a427b7e2c7e5728c34a33f9793308181a (patch)
tree9636bd078e7ac6fc0670b4212bd192ecf0b37881
parent00cec9c78d96cea16d6bc127a979fa16a46ee738 (diff)
downloadChimère - projet Saclay-f771476a427b7e2c7e5728c34a33f9793308181a.tar.bz2
Chimère - projet Saclay-f771476a427b7e2c7e5728c34a33f9793308181a.zip
CSS: many adjustment
-rw-r--r--static/saclay/css/styles.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css
index 224c8f5..9b33907 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;
}
@@ -789,7 +789,7 @@ ul#action{
#panel #categories{
clear:both;
- border-top-width:1px;
+ border-top-width:0;
border-top-style:solid;
}
@@ -1121,7 +1121,7 @@ div#sidebar{
div#sidebar{
z-index:7;
- width:282px;
+ width:281px;
top:26px;
position:absolute;
bottom:0;
@@ -1136,13 +1136,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;
@@ -1151,8 +1151,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 */
@@ -1175,6 +1176,7 @@ a.share_id_email_single{
position:absolute;
width:275px;
height:22px;
+ border-right:1px solid;
}
.sidebar-handler{