main updated, new sections added to the app, layout of events updated

This commit is contained in:
arnaucode
2017-02-19 21:59:21 +01:00
parent 65f69551d0
commit 21ef03b997
9 changed files with 191 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
/* Empty. Add your own CSS if you like */
.o_mainOptionRow{
height: calc(100%/4);
height: calc(103%/4);
display: table;
padding: 0;
}
@@ -11,3 +11,10 @@
width: 50%;
font-size: 300%;
}
.o_floatRight{
float: right;
}
.o_textRight{
text-align: right;
}