aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorMaZderMind2015-12-28 16:36:06 +0100
committerMaZderMind2015-12-28 16:36:06 +0100
commitf271e140787d58a8aaa6815344501f8ccb09f27e (patch)
treeff20790b3a4b991b83df5c31a931bb102a22e3c1 /assets/css
parenta69ef76e8c73a240d260cd60077dfcd42a6f284e (diff)
make the click-targets in he schedule bigger, thanks @sebastian
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_schedule.less14
1 files changed, 9 insertions, 5 deletions
diff --git a/assets/css/_schedule.less b/assets/css/_schedule.less
index 0151154..72ea294 100644
--- a/assets/css/_schedule.less
+++ b/assets/css/_schedule.less
@@ -40,8 +40,16 @@
height: 75px;
}
+ a:hover {
+ text-decoration: none;
+ }
+
+ .inner {
+ display: block;
+ padding: 10px;
+ height: 100%;
+ }
- padding: 10px;
border: 1px solid @schedule-border;
h3 {
@@ -64,10 +72,6 @@
@media (max-width: @screen-xs-max) {
font-size: 15px;
}
-
- a {
- color: @schedule-room;
- }
}
h5 {