Coder Social home page Coder Social logo

Comments (8)

darklow avatar darklow commented on July 25, 2024

What browser/version and OS is that?

from django-suit.

skndn60 avatar skndn60 commented on July 25, 2024

Mac OS X 10.8.2 running Chrome 25.0.1364.160

from django-suit.

darklow avatar darklow commented on July 25, 2024

Offtopic: If your description field is not required, it means it could be empty. But for empy textarea ir takes too much space. I suggest you use AutosizedTextarea in such situations, it will save you a lot of space! There is also link to demo in documentation.

from django-suit.

skndn60 avatar skndn60 commented on July 25, 2024

Thanks for the tip.

Noticed another thing while investigating this: there's a margin -1px on .control-group .controls which hides the horizontal border between controls in the control area of a fieldset. When I disable that border, the horizontal border between controls in the control area shows up.

Not sure whether this is intentional or not. I think either way looks good as the border is extremely subtle, as in "hardly noticeable"....

Screen Shot 2013-03-12 at 13 48 14

from django-suit.

darklow avatar darklow commented on July 25, 2024

It was intentional, in few situations that line can be good thing, but when you have lot of fields, every small detail creates additional mess and if you have lot of fields, it is better to avoid any additional lines if possible.
Here for example, with the lines form get's messy:
image

While without it looks much cleaner:
image

from django-suit.

darklow avatar darklow commented on July 25, 2024

Just tested on Mac and Chrome this form on demo app:
and to me drop downs look like they should be:

Screen Shot 2013-03-13 at 08 06 44

Are you sure you didn't override any style?

from django-suit.

skndn60 avatar skndn60 commented on July 25, 2024

I think it only happens when there's a TextArea above the dropdown...

from django-suit.

darklow avatar darklow commented on July 25, 2024

Could you please check this issue with latest develop version?
Fixing/refactoring multiline labels could fix this issue too

from django-suit.

Related Issues (20)

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.