diff options
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r-- | static/saclay/css/styles.css | 114 |
1 files changed, 98 insertions, 16 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index f8f7d31..c56fbc9 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -280,11 +280,10 @@ h3.warn{ width:30px; height:30px; top:5px; - background-image: url("../../chimere/img/close.png"); - background-repeat: no-repeat; - background-position: bottom center; + background-image:url(../images/popup/welcome_close.png); background-color: transparent; border: 0 solid; + box-shadow: none; } .welcome-dialog.ui-dialog .ui-widget-header .ui-icon{ @@ -428,6 +427,10 @@ a.close, a.close:link{ display: none; } +.dialog-content { + padding-bottom: 10px; +} + .news, .dialog-content .content{ overflow:auto; @@ -488,6 +491,15 @@ a#ui-active-menuitem.ui-state-hover{ background-image:none; } +#id_welcome_search{ + height: 26px; + border: 1px solid #ccc; +} + +.welcome-dialog p.welcome-search{ + padding: 10px 0 20px 0; +} + #search-listing img{ vertical-align:middle; } @@ -500,6 +512,11 @@ a#ui-active-menuitem.ui-state-hover{ padding: 0; } +#search-nav { + height: 57px; + font-size: 0.95em; +} + #logos{ width:340px; margin-left:auto; @@ -658,6 +675,11 @@ a#ui-active-menuitem.ui-state-hover{ background-image:url("../images/menu/icon_center.png"); } +.layer-switcher{ + top: 0.5em; + right: 2.5em; +} + .simple #permalink{ display:none; } @@ -1056,7 +1078,7 @@ div#sidebar{ div#sidebar-container{ background-color: white; - width: 100%; + width: 283px; height: 100%; background-image:url('../images/gradient.png'); background-repeat:repeat-x; @@ -1102,21 +1124,20 @@ div#action-panel{ div#panel{ position:absolute; - width:282px; + width:283px; z-index:10; max-height:none; padding:0; - padding-top: 190px; + padding-top: 120px; right:auto; bottom:26px; top: 0; border-width:0 1px; - background-image:url('../images/logo.jpg'); - background-repeat:repeat-x; - background-position:left top; + background-image:url('../images/logo.png'); background-color: transparent; + background-repeat: no-repeat; + background-position: center 40px; overflow-x:hidden; - background-color: #fff; } #footer-panel{ @@ -1275,7 +1296,7 @@ ul#ul_categories{ #id_transport_it span, #id_transport.ui-buttonset label{ - width:122px; + width: 125px; height:25px; border-radius:0; -webkit-border-radius:0; @@ -1605,40 +1626,55 @@ ul#roadmap_toolbar, ul#roadmap_toolbar ul, ul#roadmap_toolbar li{ #search-box{ display: block; + border-top: 0 solid transparent; background-color: #fff; padding-bottom: 25px; } #search-box, #search-nav{ - background-color:#fff; + background-color: transparent; } #search-form{ background-color: #eaeaea; margin: 0; - padding: 5px 0 5px 15px; + padding: 5px 0 5px 10px; border-bottom: 0 solid transparent; } #search-form input{ border: 0; background-color: #eaeaea; - width: 210px; + width: 235px; + font-size: 0.85em; } +#haystack-search-page .action-label, +#haystack-search .action-label{ + display: none; +} + + #haystack-search{ - width:35px; + width: 20px; height:28px; vertical-align:top; border: 0; background-color: #eaeaea; border-radius: 0; box-shadow: none; + padding: 0; + margin: 0; +} + +#haystack-search:hover{ + color: #999; } #edit-panel { padding: 0; + padding-bottom: 40px; } #edit-panel label{ @@ -1806,8 +1842,11 @@ div.cloud h4{ background-position:center bottom; } -.cloud .description img{ +.popover .description img{ max-width: 300px; + display: block; + margin-left: auto; + margin-right: auto; } .close_img{ @@ -1871,6 +1910,10 @@ a.close_img{ display:none; } +.origin{ + text-align:center; +} + .small-gallery{ width:auto; margin-top:0; @@ -2195,6 +2238,36 @@ 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; +} + + +a#page-feedback{ + display: block; + position: absolute; + bottom: 50px; + right: 0; + z-index: 100; + background-image:url('../images/button-suggestion.png'); + height: 130px; + width: 40px; + font-size: 0; + color: 0; +} + #detail_footer{ border-radius-bottom: 6px; } @@ -2208,3 +2281,12 @@ select#id_categories{ padding: 0; } +#layerSwitcher{ + display: none; +} + +/* to be fixed */ +a#page-feedback, +.map-footer{ + display: none; +} |