CC-3174 : showbuilder

made width not inline.
This commit is contained in:
Naomi Aro 2012-02-23 22:54:13 +01:00
parent c665a3fa03
commit e0134ed6d1
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
@CHARSET "UTF-8";
#show_builder {
width:45%;
}
#show_builder input.input_text {
width:100px;
}