added user list with export
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user