Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/11978] Fix width of topic search text field
This commit is contained in:
Joas Schilling 2014-04-17 23:32:04 +02:00
commit e77d7638f2

View file

@ -284,7 +284,7 @@ fieldset.submit-buttons input {
input.inputbox { width: 85%; }
input.medium { width: 50%; }
input.narrow { width: 25%; }
input.tiny { width: 125px; }
input.tiny { width: 150px; }
textarea.inputbox {
width: 85%;