opensourcedesign.github.io icon indicating copy to clipboard operation
opensourcedesign.github.io copied to clipboard

jobs/css/bootstrap.min.css values conflict with css/main.css

Open evalica opened this issue 8 years ago • 5 comments

The job form uses a full bootstrap.min.css that has different defaults than main.css.

Some example:

  • .navbar-nav>li>a: padding from 20px to 15px
  • .navbar-nav>li>a: font-size from 16px to 14px
  • etc.

This is visible here for example:

  • Job Form nav: jobform

  • Main nav: main

I'm sure other values also conflict.

Solutions:

  1. see if jobs/css/bootstrap.min.css can be removed or what it brings in addition. those values can be added in main.css
  2. use the same Bootstrap values in jobs/css/bootstrap.min.css as main.css

evalica avatar Apr 02 '17 06:04 evalica

Thankyou @evalica :) Even I have noticed this issue. Using the same values will bring the consistent to the website. Is there any other view on this issue? or will I change the values

gaja6413 avatar Apr 02 '17 11:04 gaja6413

It should be investigated why that file was added in the first place.

evalica avatar Apr 03 '17 10:04 evalica

I'm fairly sure it uses bootstrap to do most of its styling. If that file were removed we'd lose a lot of the basic styles - which is not necessarily a bad thing, it's a lot of styles for a simple web form.

simonv3 avatar Apr 03 '17 14:04 simonv3

Yep. This should be harmonized to be using the same global CSS styles and template in mail site repo!

bnvk avatar Apr 21 '17 13:04 bnvk

Is this still an issue? can it be closed?

Erioldoesdesign avatar Jun 22 '21 22:06 Erioldoesdesign