diff options
-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; +} |