added user list with export

This commit is contained in:
Tóth Richárd
2019-10-28 21:59:24 +01:00
parent 331be6e03d
commit 84357ba921
6 changed files with 141 additions and 2 deletions

View File

@@ -569,12 +569,17 @@ img.no-lease {
filter: alpha(opacity=30); /* For IE8 and earlier */
}
.apply_table {
.apply_table, .user_export {
width: 100%;
text-align: center;
min-width: 800px;
border-collapse: collapse;
margin: 0px 0px 20px 0px;
white-space: nowrap;
}
.user_export, .user_export td {
border: 1px solid black;
}
.smaller {
@@ -588,7 +593,7 @@ img.no-lease {
padding: 5px;
}
.apply_table td {
.apply_table td, .user_export td {
padding: 5px;
}
@@ -615,6 +620,13 @@ h1.apply {
margin: 30px auto 50px auto;
}
.outer.export {
height: calc(100vh - 200px);
width: 95%;
display: block;
margin: 10px auto;
}
#footer_control {
position: fixed;
bottom: 0;