diff options
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r-- | static/saclay/css/styles.css | 98 |
1 files changed, 93 insertions, 5 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 683d7ee..6046bb2 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -72,6 +72,10 @@ caption{ font-size:0.9em; } +#detail_footer a { + display: inline-block; +} + /* * Background colors */ @@ -441,6 +445,50 @@ a#ui-active-menuitem.ui-state-hover{ background-image:none; } +#search-box{ + display:none; + left:7px; + top:10px; + width: 281px; +} + +#haystack-search{ + width:35px; + height:28px; + background-image:url(../images/search.png); + background-repeat:no-repeat; + background-position:center; + background-color: #fff; + border: 1px solid #ddd; + vertical-align:top; +} + +#search-listing img{ + vertical-align:middle; +} + +#search-listing ul{ + padding:4px; +} + +#search-listing ul li { + padding: 0; +} + +ul.pager{ + list-style:none; +} + +ul.pager li{ + display:block; + width:100%; +} + +ul.pager .next{ + text-align:right; +} + + #logos{ width:340px; margin-left:auto; @@ -751,6 +799,12 @@ ul#action{ margin-top:22px; } +#action-panel.three .action li { + padding: 0px; + height: 38px; + width: 92px; +} + .action li, .action li a, .action li label{ @@ -897,9 +951,34 @@ ul#action{ background-repeat:no-repeat; } -#action-routing.state-active, -#action-routing:hover{ - background-image:url(../images/button-route-on.png) ; +.three #action-categories{ + background-image:url(../images/button-cat-three-off.png) ; + margin-right:3px; +} + +.three #action-categories.state-active, +.three #action-categories:hover{ + background-image:url(../images/button-cat-three-on.png) ; +} + +.three #action-routing{ + background-image:url(../images/button-route-three-off.png) ; +} + +.three #action-routing.state-active, +.three #action-routing:hover{ + background-image:url(../images/button-route-three-on.png) ; +} + +#action-search{ + background-image:url(../images/button-search-off.png) ; + background-repeat:no-repeat; + margin-right:3px; +} + +#action-search.state-active, +#action-search:hover{ + background-image:url(../images/button-search-on.png) ; background-repeat:no-repeat; } @@ -1058,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; @@ -1074,6 +1154,7 @@ div#panel{ background-repeat:repeat-x; background-position:left bottom; overflow-x:hidden; + border-right:1px solid; } /* share toolbar */ @@ -1089,12 +1170,19 @@ a.share_id_email_single{ font-size:0; } +ul.share { + display: inline; + text-align: center; + font-style: normal; + padding: 2px 0; +} + #footer-panel{ text-align:center; padding:3px; bottom:0; position:absolute; - width:275px; + width:276px; height:22px; border-right:1px solid #999; border-left:1px solid #999; |