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