Hendrik testing #34

Merged
11342374 merged 1 commits from hendrik-testing into master 2017-01-13 10:38:59 +01:00

View File

@@ -1,9 +1,5 @@
.platform {
margin: auto;
/*background-color: white;
border-radius: 10px;
padding: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
min-width: 800px;
}
@@ -19,6 +15,10 @@
padding: 5px;
}*/
input[type="radio"], input[type="checkbox"] {
height: auto;
}
.admin-actions {
display: inline-block;
padding: 8px;
@@ -35,8 +35,6 @@
}
.admin-searchinput {
border: 2px solid #B78996;
border-radius: 2px;
margin-bottom: 10px;
}