[Kimchi-devel] [PATCH 0/2] [Wok] Media Queries and wok.message

sguimaraes943 at gmail.com sguimaraes943 at gmail.com
Fri Dec 4 21:31:07 UTC 2015


From: samhenri <samuel.guimaraes at 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(-)

-- 
1.9.3




More information about the Kimchi-devel mailing list