dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Create User Window Too Damn High #89

Closed mateusduboli closed 10 years ago

mateusduboli commented 10 years ago

When you try to create a user, the modal-window is rendered to high, and the username field gets hidden.

I got it to work by changing the

.modal-content {
  position: absolute;  // Was relative
}

But I didn't managed to find where should I change it.

The file that declares this class, is the style.css, but it looks like the file is from bootstrap, which I find to be a bad idea to change.

It used to be those stly files, but they're not in the Makefile targets anymore.

So, could you show me where I can change?

abi commented 10 years ago

+1 I encountered this problem too when running the code locally (the version on scramble.io seems to be older). As @mateusduboli points out, we probably need to override the bootstrap behavior with custom css.

dcposch commented 10 years ago

Fixed, the new UI has much less jank Contacts tab!