aboutsummaryrefslogtreecommitdiff
path: root/assets/css/lustige-styles.css
diff options
context:
space:
mode:
authorMaZderMind2014-12-20 15:24:37 +0100
committerMaZderMind2014-12-20 15:24:37 +0100
commit48c00718d00136c44d2f92fe8c1732b43a89900e (patch)
tree3bd07f50b69af4cbf61863fd0ece8911c832c878 /assets/css/lustige-styles.css
parenta51c188eb783b1f7b6cd0ba414252572babd8e53 (diff)
build the frondpage using bootstrap grid
wrap to one col on phone
Diffstat (limited to 'assets/css/lustige-styles.css')
-rw-r--r--assets/css/lustige-styles.css17
1 files changed, 4 insertions, 13 deletions
diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css
index 22e9e37..c3f873d 100644
--- a/assets/css/lustige-styles.css
+++ b/assets/css/lustige-styles.css
@@ -5533,23 +5533,16 @@ a.inverted {
margin: 0.6em 1.2em; }
.rooms .room-group ul {
list-style-type: none;
- margin: 0;
- padding: 0; }
+ padding: 0 0 5px 0;
+ margin: 0 -5px; }
.rooms .room-group li {
- background-color: #333333;
- list-style-type: none;
- width: 49.5%;
- margin: 0;
- padding: 0;
- margin-top: 1%;
- float: left; }
- .rooms .room-group li.wide {
- width: 100%; }
+ padding: 5px !important; }
.rooms .room-group li .title {
font-size: 1.75em;
font-weight: bold;
padding-bottom: 20px; }
.rooms .room-group li a {
+ background-color: #333333;
color: white;
display: block;
width: 100%;
@@ -5558,8 +5551,6 @@ a.inverted {
.rooms .room-group li a:hover {
background-color: #1a1a1a;
text-decoration: none; }
- .rooms .room-group li:nth-child(2n+1) {
- margin-right: 1%; }
.rooms .program-teaser {
color: #eeeeee;
text-align: center; }