Changeset - 1df509cfbbff
[Not reviewed]
Merge
0 1 0
Christopher Neugebauer - 8 years ago 2016-11-23 00:30:48
_@chrisjrn.com
Merge pull request #77 from faulteh/master

Additional styles to make the schedule timetable look better with our…
1 file changed with 36 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/src/lca2017/css/app.css
Show inline comments
...
 
@@ -1607,6 +1607,42 @@ table.alt tr:not(:last-of-type) {
 
  margin-top: 2em;
 
}
 

	
 
/* Schedule timetable needs some more specific font sizes */
 

	
 
.calendar td {
 
  vertical-align: top;
 
  font-size: 0.9vw;
 
}
 

	
 
.slot {
 
  padding-left: 0.625rem;
 
  padding-top: 0.2rem;
 
  padding-bottom: 0.625rem;
 
  padding-right: 0.625rem;
 
}
 

	
 
.calendar th {
 
  border-bottom: 1px solid #0c486c;
 
  border-left: 0px !important;
 
}
 

	
 
.calendar .title {
 
  display: block;
 
  padding-bottom: 0.5vh;
 
}
 

	
 
.slot-shortbreak {
 
  color: #fff ;
 
}
 

	
 
.time {
 
  font-size: 0.5vw;
 
  line-height: 0.4;
 
  vertical-align: top;
 
  padding-top: 0.25rem;
 
}
 

	
 

	
 
/* ------------------------------------------------------------------------------------------------
 

	
 
Shame
0 comments (0 inline, 0 general)