Added bottom margin to text widget

Jonathan Frederic 12 years ago committed by Jonathan Frederic
parent 41275b062a
commit 033ea6d88c

@ -97,10 +97,11 @@
overflow : visible;
/* Default size of the slider */
width : 348px;
height : 5px;
max-height : 5px;
margin-top : 11px;
width : 348px;
height : 5px;
max-height : 5px;
margin-top : 11px;
margin-bottom: 10px;
/* Style the slider track */
.slide-track();
@ -165,7 +166,7 @@
.widget-text {
/* String Textbox - used for TextBoxView and TextAreaView */
width : 350px;
margin-bottom : 0px;
margin : 0px !important;
}
.widget-listbox {

Loading…
Cancel
Save