Browse Source

small tweaks to stylesheet

pull/40/head
czaks 9 years ago
parent
commit
388e87746e
  1. 6
      stylesheets/style.css

6
stylesheets/style.css

@ -93,13 +93,17 @@ input[type="text"],input[type="password"],textarea {
text-shadow: none; text-shadow: none;
text-transform: none; text-transform: none;
word-spacing: normal; word-spacing: normal;
max-width: 75%; max-width: 100%;
} }
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea { #quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
max-width: 100%; max-width: 100%;
} }
textarea {
width: 100%;
}
form table tr td { form table tr td {
text-align: left; text-align: left;
margin: 0; margin: 0;

Loading…
Cancel
Save