Hi Samuel,

The second tab level is not aligned with the first level tab. It same behavior is identified for Kimchi and Ginger. As the tabs are built in Wok you need to update this patch to do this alignment.
I hope to have all the content aligned with the Kimchi log + localhost.
Also the content in the Guest tab does not have the margins properly set but I think you will go to send a separated patch for Kimchi.



Regards,
Aline Manera


On 04/12/2015 19:31, sguimaraes943@gmail.com wrote:
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(-)