diff options
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r-- | static/saclay/css/styles.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index f70c7e8..ab6c524 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -1070,7 +1070,7 @@ div#panel{ bottom:26px; top:60px; border-width:0 1px; - background-image:url('../images/logo.jpg'); + background-image:url('../images/logo.png'); background-repeat:repeat-x; background-position:left bottom; overflow-x:hidden; @@ -1096,7 +1096,8 @@ a.share_id_email_single{ position:absolute; width:275px; height:22px; - border-right:1px solid; + border-right:1px solid #999; + border-left:1px solid #999; } .sidebar-handler{ @@ -1224,7 +1225,7 @@ ul#ul_categories{ #id_transport_it span, #id_transport.ui-buttonset label{ - width:122px; + width:90px; height:25px; border-radius:0; -webkit-border-radius:0; @@ -1716,6 +1717,10 @@ a.close_img{ display:none; } +.origin{ + text-align:center; +} + .small-gallery{ width:auto; margin-top:0; |