summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-21 11:04:17 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-21 11:04:17 +0100
commit4f824d1b76209e87ebd72528cfcbd520978bd9b0 (patch)
treed4bc0e17b1742e441455b5e193c9d36f77714aae /static/styles.css
parentcfc386ed7444aa694acdf8fd2c3f1f4781d0cdf9 (diff)
downloadwww-4f824d1b76209e87ebd72528cfcbd520978bd9b0.tar.gz
www-4f824d1b76209e87ebd72528cfcbd520978bd9b0.tar.bz2
www-4f824d1b76209e87ebd72528cfcbd520978bd9b0.zip
UC: Improved grid layout; Added scrollable list for deliverables
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 44e2498c..b0e60cb9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -297,10 +297,17 @@ ul.timeline > li:before {
height: 13%;
bottom: 0;
left: 0.2em;
- background: rgba(170, 57, 57, 0.3);
+ background: #86b7fe;
z-index: -1;
}
+.consortium .list-group{
+ max-height: 345px;
+ margin-bottom: 10px;
+ overflow:scroll;
+ -webkit-overflow-scrolling: touch;
+}
+
.announce .col-center {
margin: 0 auto;
float: none !important;
@@ -331,7 +338,7 @@ ul.timeline > li:before {
width: 100%;
height: 100%;
display: block;
- border-radius: 5%;
+ border-radius: 5px;
}
.announce .carousel .testimonial {
@@ -344,7 +351,7 @@ ul.timeline > li:before {
.announce .carousel .overview b {
text-transform: uppercase;
- color: rgba(170, 57, 57, 0.3);
+ color: #86b7fe;
}
.announce .carousel-control-prev, .announce .carousel-control-next {