2018-02-10 16:13:18 +01:00
|
|
|
.tools {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tools li {
|
|
|
|
margin: 1.5em 0;
|
2017-10-07 23:12:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.event-list {
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 90% 10%;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
padding-bottom: .5em;
|
2017-10-28 20:53:49 +02:00
|
|
|
border-bottom: 1px dotted rgba(0,0,0,0.5);
|
2017-10-07 23:12:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.event-info {
|
|
|
|
grid-column: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-info h3 {
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-info p {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2017-10-28 20:09:54 +02:00
|
|
|
.event-info a {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-info a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2017-10-07 23:12:10 +02:00
|
|
|
.event-actions {
|
|
|
|
grid-column: 2;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-actions a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridsplit {
|
2017-10-28 20:53:49 +02:00
|
|
|
padding-top: 1.3em;
|
2017-10-07 23:12:10 +02:00
|
|
|
display: grid;
|
2017-10-28 20:53:49 +02:00
|
|
|
grid-template-columns: 3fr 1fr;
|
2017-10-07 23:12:10 +02:00
|
|
|
}
|
|
|
|
|
2017-10-12 00:38:28 +02:00
|
|
|
.gridsplit5050 {
|
|
|
|
display: grid;
|
2017-10-28 20:53:49 +02:00
|
|
|
grid-template-columns: 1fr 1fr;
|
2017-10-12 00:38:28 +02:00
|
|
|
}
|
|
|
|
|
2017-10-07 23:12:10 +02:00
|
|
|
.gridl {
|
|
|
|
height: 100%;
|
|
|
|
grid-column: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridr {
|
|
|
|
height: 100%;
|
|
|
|
padding: 0 1em;
|
|
|
|
margin-left: 1em;
|
2017-10-28 20:53:49 +02:00
|
|
|
border-left: 1px dotted rgba(0,0,0,0.5);
|
2017-10-07 23:12:10 +02:00
|
|
|
grid-column: 2;
|
|
|
|
}
|
|
|
|
|
2017-10-28 20:53:49 +02:00
|
|
|
.gridsplit h1:first-child,
|
|
|
|
.gridsplit h2:first-child,
|
|
|
|
.gridsplit h3:first-child,
|
|
|
|
.gridsplit h4:first-child,
|
|
|
|
.gridsplit h5:first-child,
|
|
|
|
.gridsplit h6:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2017-10-12 00:38:28 +02:00
|
|
|
.allgrids {
|
|
|
|
grid-column: 1 / -1;
|
|
|
|
}
|
|
|
|
|
2017-10-08 03:33:42 +02:00
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-left {
|
|
|
|
float: left;
|
2017-10-12 00:38:28 +02:00
|
|
|
}
|
|
|
|
|
2017-11-11 17:00:08 +01:00
|
|
|
.userlist {
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userlist tr th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userlist tr {
|
|
|
|
border-bottom: 1px solid gray;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
2017-11-11 19:13:59 +01:00
|
|
|
|
|
|
|
.usergroupcheckbox {
|
|
|
|
margin-right: .3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newuserrow {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newuserelement {
|
|
|
|
background-color: #ddd;
|
|
|
|
border-bottom: 2px dotted gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newuserelement input {
|
|
|
|
border: none;
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|