diff options
Diffstat (limited to 'static/saclay/css/styles.css')
-rw-r--r-- | static/saclay/css/styles.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 6046bb2..39db464 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -418,6 +418,12 @@ h3.warn{ background-color:#e0e0d8; } +.media-img{ + max-height: 200px; + max-width: 300px; +} + + #submited-window{ background-image:url(../images/popup/thanks_title.png) ; background-repeat:no-repeat; @@ -452,6 +458,7 @@ a#ui-active-menuitem.ui-state-hover{ width: 281px; } +#haystack-search-page, #haystack-search{ width:35px; height:28px; @@ -463,6 +470,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; } @@ -1745,6 +1765,10 @@ div.cloud h4{ background-position:center bottom; } +.cloud .description img{ + max-width: 300px; +} + .close_img{ display:block; overflow:hidden; @@ -2118,3 +2142,32 @@ 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; +} |