eviltofu

Topic: Text and Password Input Fields With Different Sizes

In tripoli.base.css, there exists the following line.

.content textarea,.content input[type='text']

When I'm creating a login type form, I get two different sized text fields. Adding the following line makes both types of text field have the same width.

.content textarea,.content input[type='text'],.content input[type='password']