Git Product home page Git Product logo

scraperstrap's People

Contributors

zarino avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pombredanne

scraperstrap's Issues

Search inputs are too wide – will break tight layouts

Search inputs have a padding-left: 30px, which is 24px larger than normal.

Because of the stupid CSS box-model, padding is included in element width, meaning all search inputs are now 24px wider than expected.

This is fine in free-floating forms, but everywhere else the new, wider search inputs stick out like a sore thumb. eg: .form-horizontal, .span1 etc

Conflict between scraperstrap 320/620/920 containers and bootstrap 940px containers

bootstrap.css defines .container to be 940px. All of the .spanN measurements are based off this.

scraperstrap.css specifies four breakpoints, based on multiples of 300:

  • 0–619px (320px container width)
  • 620–919px (620px container width)
  • 920–1219px (920px container width)
  • 1220px+ (1220px container width)

While we're at it, bootstrap-responsive.css, if we wanted to include it, sets breakpoints at:

  • 0–767px (100% container width)
  • 768–979px (724px container width)
  • 980–1199px (940px container width)
  • 1200px+ (1170px container width)

We need to work out a way to make bootstrap containers and scraperstrap containers coexist harmoniously. Possibly by defining our own .spanN measurements (eeeek).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.