File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
themes/default/assets/stylesheets Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
4949 </ div >
5050 </ div >
5151 < div class ="form-group ">
52- < label class ="col-sm-2 control-label "> </ label >
52+ < label class ="col-sm-2 control-label control-label-plain "> </ label >
5353 < div class ="col-sm-1 ">
5454 < input type ="checkbox " value ="1 " id ="dmarc_fo0 " name ="dmarc_fo0 " {tmpl_var name ='dmarc_fo1 '} />
5555 </ div >
@@ -58,7 +58,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
5858 </ div >
5959 </ div >
6060 < div class ="form-group ">
61- < label class ="col-sm-2 control-label "> </ label >
61+ < label class ="col-sm-2 control-label control-label-plain "> </ label >
6262 < div class ="col-sm-1 ">
6363 < input type ="checkbox " value ="1 " id ="dmarc_fod " name ="dmarc_fod " {tmpl_var name ='dmarc_fod '} />
6464 </ div >
@@ -67,7 +67,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
6767 </ div >
6868 </ div >
6969 < div class ="form-group ">
70- < label class ="col-sm-2 control-label "> </ label >
70+ < label class ="col-sm-2 control-label control-label-plain "> </ label >
7171 < div class ="col-sm-1 ">
7272 < input type ="checkbox " value ="1 " id ="dmarc_fos " name ="dmarc_fos " {tmpl_var name ='dmarc_fos '} />
7373 </ div >
@@ -104,7 +104,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
104104 </ div >
105105 </ div >
106106 < div class ="form-group ">
107- < label class ="col-sm-2 control-label "> {tmpl_var name='dmarc_rf_iodef'}</ label >
107+ < label class ="col-sm-2 control-label control-label-plain "> {tmpl_var name='dmarc_rf_iodef'}</ label >
108108 < div class ="col-sm-1 ">
109109 < input type ="checkbox " value ="1 " id ="dmarc_rf_iodef " name ="dmarc_rf_iodef " {tmpl_var name ='dmarc_rf_iodef '} />
110110 </ div >
Original file line number Diff line number Diff line change 3030 .control-label : after {
3131 content : ":" ; }
3232
33+ .control-label-plain : after {
34+ content : "" ; }
35+
3336.formbutton-default {
3437 padding : 6px 10px ;
3538 border-bottom-style : solid;
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
129129
130130< div class ="form-group ">
131131 < div class ="col-sm-1 "> < input class ="form-control " type ="checkbox " id ="resync_client " value ="1 " name ="resync_client "> </ div >
132- < label for ="resync_client " class ="col-sm-2 control-label "> {tmpl_var name="resync_client_txt"}</ label >
132+ < label for ="resync_client " class ="col-sm-2 control-label control-label-plain "> {tmpl_var name="resync_client_txt"}</ label >
133133</ div >
134134
135135< input type ="hidden " name ="id " value ="{tmpl_var name='id'} ">
You can’t perform that action at this time.
0 commit comments