diff options
author | MaZderMind | 2015-03-03 13:06:12 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-03 13:06:12 +0100 |
commit | 53c4d5c90fc1a13064c1b463708dc3bcd5a6ec43 (patch) | |
tree | a850a32a185201c4604f817a93fd47a70ae60c8e /assets/css/_program.less | |
parent | 1e6d220ce629e5855adc8bb8cc400d283ae55d01 (diff) |
Fixes for Schedules with more and with not streamed Rooms
Diffstat (limited to 'assets/css/_program.less')
-rw-r--r-- | assets/css/_program.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/_program.less b/assets/css/_program.less index 8c528a9..92c86ce 100644 --- a/assets/css/_program.less +++ b/assets/css/_program.less @@ -16,7 +16,7 @@ position: absolute; left: 0; width: 150px; - height: 500px; + height: 100%; background-color: @program-now-bg; font-size: 14px; |