Reduce options height.

This commit is contained in:
Nicolas Stepien 2011-07-02 15:18:16 +02:00
parent 981fd019bb
commit acb6c53954
3 changed files with 3 additions and 2 deletions

View File

@ -2930,7 +2930,7 @@
float: left;\ float: left;\
}\ }\
#content > * {\ #content > * {\
height: 500px;\ height: 450px;\
overflow: auto;\ overflow: auto;\
}\ }\
#content textarea {\ #content textarea {\

View File

@ -1,5 +1,6 @@
- mayhem: - mayhem:
- prevent upload of too large files - prevent upload of too large files
- fix options height for netbooks
2.15.0 2.15.0
- mayhem: - mayhem:

View File

@ -2320,7 +2320,7 @@ main =
float: left; float: left;
} }
#content > * { #content > * {
height: 500px; height: 450px;
overflow: auto; overflow: auto;
} }
#content textarea { #content textarea {