Kevin prototype #35

Merged
11319801 merged 42 commits from kevin-prototype into master 2017-01-13 10:47:48 +01:00
Showing only changes of commit 83c994468f - Show all commits

View File

@@ -1,9 +1,5 @@
.platform { .platform {
margin: auto; 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; min-width: 800px;
} }
@@ -19,6 +15,10 @@
padding: 5px; padding: 5px;
}*/ }*/
input[type="radio"], input[type="checkbox"] {
height: auto;
}
.admin-actions { .admin-actions {
display: inline-block; display: inline-block;
padding: 8px; padding: 8px;
@@ -35,8 +35,6 @@
} }
.admin-searchinput { .admin-searchinput {
border: 2px solid #B78996;
border-radius: 2px;
margin-bottom: 10px; margin-bottom: 10px;
} }