more density on env var page

This commit is contained in:
Brad Rydzewski 2015-05-28 15:31:02 -07:00
parent 6a18db02af
commit 33b4a02787
2 changed files with 2 additions and 3 deletions

View file

@ -1622,7 +1622,7 @@ input:checked + .switch:active::before {
}
.row-env {
padding: 30px 0px;
padding: 15px 0px;
border-bottom: 1px solid #EEE;
position:relative;
color: #757575;
@ -1687,7 +1687,7 @@ input:checked + .switch:active::before {
.row-env .btn-remove {
position: absolute;
right: 0px;
top: 25px;
top: 12px;
}
.row-user .btn-remove {
position: absolute;

View file

@ -48,7 +48,6 @@ CREATE TABLE IF NOT EXISTS users (
,user_active BOOLEAN
,user_created INTEGER
,user_updated INTEGER
,UNIQUE(user_token)
,UNIQUE(user_login)
);
`