diff options
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r-- | static/saclay/css/styles.css | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index c43a3ef..a2d6c6b 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -452,6 +452,7 @@ a#ui-active-menuitem.ui-state-hover{ width: 281px; } +#haystack-search-page, #haystack-search{ width:35px; height:28px; @@ -463,6 +464,19 @@ a#ui-active-menuitem.ui-state-hover{ vertical-align:top; } +#haystack-search-page .action-label, +#haystack-search .action-label{ + display: none; +} + +#id_welcome_search{ + height: 20px; +} + +.welcome-dialog p.welcome-search{ + padding: 10px 0 20px 0; +} + #search-listing img{ vertical-align:middle; } @@ -1137,11 +1151,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; @@ -1149,10 +1164,11 @@ 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; + border-right:1px solid; } /* share toolbar */ @@ -1180,9 +1196,10 @@ ul.share { padding:3px; bottom:0; position:absolute; - width:275px; + width:276px; height:22px; - border-right:1px solid; + border-right:1px solid #999; + border-left:1px solid #999; } .sidebar-handler{ @@ -1310,7 +1327,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; @@ -1807,6 +1824,10 @@ a.close_img{ display:none; } +.origin{ + text-align:center; +} + .small-gallery{ width:auto; margin-top:0; @@ -2115,3 +2136,18 @@ select#id_categories{ color:#d38fac; } +#welcome h3, #welcome h4, +#welcome{ + font-family: 'Numans', sans-serif; + text-align: center; + color: #999; + font-weight: 300; +} + +#welcome h3{ + font-size: 50px; +} + +#welcome h4{ + font-size: 30px; +} |