added a table to manage users

This commit is contained in:
Ken Johnson
2013-05-17 14:08:18 -04:00
parent a279d06b4c
commit f7dbc482bb
5 changed files with 107 additions and 2 deletions
+3 -1
View File
@@ -811,7 +811,9 @@ table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0; }
border-spacing: 0;
table-layout: fixed;
}
.table {
width: 100%;