File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -117,19 +117,17 @@ block content
117117 #dev-div-controls ( style ="display:none;" )
118118 #start_script_row
119119 div.run-option.dev-div-run-option
120- table
120+ table( style = "width:260px;" )
121121 thead
122122 tr
123123 th
124124 th
125125 tbody
126- < tr style =" width :100% " >
127- < td style =" text-align :left ;width :80% ;" > URL for start-script</ td >
128- < td style =" text-align :right ;width :20% ;" >
126+ tr ( style ="width:100%" )
127+ td ( style ="text-align:left;width:80%;" ) URL for start-script
128+ td ( style ="text-align:right;width:20%;" )
129129 <span class =in-circle onclick =' helpOnClick("start-script");' >?</span >
130- </td >
131- </tr >
132- <input type =" url" id =" start_script_url" name =" start_script_url" class =" url-input" style =" width :100% ;margin-bottom :12px ;" >
130+ input( type ="url" id ="start_script_url" name ="start_script_url" class ="url-input" style ="width:100%;margin-bottom:12px;" )
133131 #custom_sysout_row
134132 label.run-option.dev-div-run-option .
135133 <input type =" checkbox" id =" custom_sysout_cb" class =" checkbox-input" >  ; Run custom sysout
You can’t perform that action at this time.
0 commit comments