diff options
-rw-r--r-- | static/saclay/css/styles.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 005ec2d..724228b 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -1137,11 +1137,12 @@ div#action-panel{ background-image:url(../images/background-small.png) ; background-repeat:repeat; background-position:center; + border-right:1px solid; } div#panel{ position:absolute; - width:281px; + width:282px; z-index:10; max-height:none; padding:0; @@ -1150,9 +1151,10 @@ div#panel{ top:60px; border-width:0 1px; background-image:url('../images/logo.png'); - background-repeat:no-repeat; + background-repeat:repeat-x; background-position:left bottom; overflow-x:hidden; + border-right:1px solid; } /* share toolbar */ @@ -1180,7 +1182,7 @@ ul.share { padding:3px; bottom:0; position:absolute; - width:275px; + width:276px; height:22px; border-right:1px solid; } |