From: samhenri <samuel.guimaraes@eldorado.org.br> This patch corrects some screen width problems with small screens in desktos / laptops. Please note that these changes were made without any mockup for different sets of screen resolutions other than the design spec. This doesn't include mobile support yet. The second patch fixes the wok.message.js delay and fade-out. It was too fast for long messages. Delay was changed to 10s and fade-out to 4s. Regards, Samuel samhenri (2): [Wok] Adding Media Queries for different screen sizes [Wok] Fixed wok.message.js fade-out timing ui/css/src/bootstrap.custom.scss | 1 - ui/css/src/modules/_guests.scss | 52 ++++++++-- ui/css/src/modules/_menu-flat.scss | 3 +- ui/css/src/modules/_navbar-flat.scss | 106 ++++++++------------- ui/css/src/modules/_network.scss | 6 +- ui/css/src/modules/_toolbar.scss | 25 ++++- ui/css/src/modules/_wok-variables.scss | 15 +-- .../vendor/bootstrap-sass/bootstrap/_alerts.scss | 17 +++- .../src/vendor/bootstrap-sass/bootstrap/_grid.scss | 2 + ui/css/src/wok.scss | 83 ++++++++-------- ui/js/src/wok.message.js | 4 +- 11 files changed, 180 insertions(+), 134 deletions(-)