Added Roles, User Management, fixed bugs, added FlexTable component (should be renamed to GridTable), other table components and test code should be removed down the line, added admin function to fix broken data structures.
This commit is contained in:
@@ -7,7 +7,6 @@ html, body
|
||||
padding: 0
|
||||
left: 0
|
||||
top: 0
|
||||
font-size: 100%
|
||||
|
||||
/* ROOT FONT STYLES
|
||||
|
||||
@@ -69,13 +68,14 @@ p
|
||||
/* ==== GRID SYSTEM ====
|
||||
|
||||
.container
|
||||
width: 90%
|
||||
//width: 90%
|
||||
width: 100%
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
|
||||
.row
|
||||
position: relative
|
||||
width: 100%
|
||||
//width: 100%
|
||||
|
||||
[class^="col"]
|
||||
float: left
|
||||
@@ -84,6 +84,7 @@ p
|
||||
|
||||
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
|
||||
width: 96%
|
||||
margin: auto
|
||||
|
||||
.col-1-sm
|
||||
width: 4.33%
|
||||
|
||||
Reference in New Issue
Block a user