diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-30 11:24:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-30 11:24:43 +0200 |
commit | c9ae20eac6928ad4b45262cd9247922e4e2302d6 (patch) | |
tree | df985b62d605685092f36fb1d09fe92a032a92b1 | |
parent | 07b21843f6503c5dc222c5dbc9e1d66c00bb1b03 (diff) | |
download | Chimère - projet Saclay-c9ae20eac6928ad4b45262cd9247922e4e2302d6.tar.bz2 Chimère - projet Saclay-c9ae20eac6928ad4b45262cd9247922e4e2302d6.zip |
CSS: search panel
-rw-r--r-- | static/saclay/css/styles.css | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css index 4e36811..9e0b990 100644 --- a/static/saclay/css/styles.css +++ b/static/saclay/css/styles.css @@ -34,11 +34,26 @@ h3.warn, .itinerary_label.itinerary_start, .itinerary_label.itinerary_end, .action li.ui-state-active{ color:#fff; } + /* blue*/ .itinerary_label{ color:#6f8196; } +/* navigation */ +.pager li a, .nav-pills > li.active > a, +.pager li a:hover, .nav-pills > li.active > a:hover, +.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, +#back-categories{ + color: #60543A; + background-color: #eaeaea; +} + +.pager li a, +.pager li a:hover { + border-color: #eaeaea; +} + /* strong */ .welcome-dialog h2, .edit h3, h3, h4, legend{ @@ -494,7 +509,7 @@ a#ui-active-menuitem.ui-state-hover{ #search-listing{ overflow: visible; - height: calc(100vh - 210px); + height: calc(100vh - 390px); margin-bottom: 50px; } @@ -507,6 +522,8 @@ a#ui-active-menuitem.ui-state-hover{ #search-listing a{ width: auto; padding: 5px; + width: 100%; + padding: 5px 10px; } #search-listing ul{ @@ -1736,8 +1753,6 @@ ul#roadmap_toolbar, ul#roadmap_toolbar ul, ul#roadmap_toolbar li{ } #back-categories{ - color: #60543A; - background-color: #eaeaea; font-weight: 900; padding: 0; width: 282px; @@ -2180,3 +2195,8 @@ li.main_category li.subcategory > span > label{ width: 100%; height: 100px; } + +.pager li a{ + padding: 5px 6px; + border-radius: 5px; +} |