##// END OF EJS Templates
Added bottom margin to text widget
Jonathan Frederic -
Show More
@@ -101,6 +101,7 b''
101 height : 5px;
101 height : 5px;
102 max-height : 5px;
102 max-height : 5px;
103 margin-top : 11px;
103 margin-top : 11px;
104 margin-bottom: 10px;
104
105
105 /* Style the slider track */
106 /* Style the slider track */
106 .slide-track();
107 .slide-track();
@@ -165,7 +166,7 b''
165 .widget-text {
166 .widget-text {
166 /* String Textbox - used for TextBoxView and TextAreaView */
167 /* String Textbox - used for TextBoxView and TextAreaView */
167 width : 350px;
168 width : 350px;
168 margin-bottom : 0px;
169 margin : 0px !important;
169 }
170 }
170
171
171 .widget-listbox {
172 .widget-listbox {
General Comments 0
You need to be logged in to leave comments. Login now