Updated to the latest fancy-settings with my textarea support added in.

This commit is contained in:
Kerrick Long
2011-07-18 19:56:07 -05:00
parent ec0c1f5bd1
commit 66743fd565
6 changed files with 145 additions and 26 deletions
+8
View File
@@ -31,6 +31,14 @@
margin-bottom: 5px;
}
.setting.label.textarea {
display: block;
}
.setting.element.textarea {
width:100%;
}
.setting.bundle.list-box {
margin-bottom: 10px;
}