diff --git a/lib/GUI/css/responsive.less b/lib/GUI/css/responsive.less index fa87ce928c62..63f00af777ed 100644 --- a/lib/GUI/css/responsive.less +++ b/lib/GUI/css/responsive.less @@ -1,6 +1,11 @@ @media (max-width: 992px) { .body { .main-header { + .npm-logo { + width: 100px; + float: left; + } + .packages-header { border-bottom: none; } diff --git a/lib/GUI/css/styles.less b/lib/GUI/css/styles.less index 3a94d8505e53..e1f31f271097 100644 --- a/lib/GUI/css/styles.less +++ b/lib/GUI/css/styles.less @@ -162,7 +162,7 @@ } .white { - color: @white; + color: @white !important; } .red-bg { @@ -174,11 +174,11 @@ } .no-bg { - background: none; + background: none !important; } .no-border { - border: none; + border: none !important; } .no-rnd-cnr { .border-radius( 0 ); @@ -192,3 +192,11 @@ margin-left: 10px; margin-top: 5px; } + +.pad-right-10 { + padding-right: 10px; +} + +.inline-block { + display: inline-block; +} diff --git a/lib/GUI/index.hbs b/lib/GUI/index.hbs index f2f0357a569b..bb08ed4cbaea 100644 --- a/lib/GUI/index.hbs +++ b/lib/GUI/index.hbs @@ -12,27 +12,47 @@