some mobile ui fixes and fixing some en-lang statements (#1559)

* Update lang.en.php

* mobile ui fixes

* mobile ui fixes
This commit is contained in:
Phoenix Eve Aspacio
2018-07-12 23:23:52 +08:00
committed by GitHub
parent e9f60bf06c
commit 1522b83247
3 changed files with 9 additions and 3 deletions

View File

@@ -64,4 +64,10 @@ body.modal-open {
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
font-size:9pt;
background:transparent;
}
}
.bootstrap-select {
width: auto!important;
}
.table-condensed .input-sm {
width: 100%!important;
}