More Design Tweaks

This commit is contained in:
Belen Curcio
2017-01-12 09:16:23 -03:00
parent 7101d99187
commit 4a4affad70
14 changed files with 76 additions and 33 deletions
@@ -1,17 +1,22 @@
.roleButton {
display: block;
display: block;
}
.searchInput {
display: block;
padding-left: 40px;
width: auto;
display: block;
padding-left: 40px;
width: 100%
}
.searchBox {
background: white;
background: white;
max-width: 150px;
}
.email {
display: block;
display: block;
}
.dataTable {
white-space: normal;
}