Skip to content

Commit 5ad2935

Browse files
committed
[FIX] fix style bag
1 parent 665187f commit 5ad2935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csp-data/csp/confpage.csp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ if sc=1 {
112112
else {set chkd = ""}
113113
</script>
114114
<div style="margin-bottom: 1px;" class="input-group">
115-
<span style="text-align: left; font-size: 12px; padding: 4px 12px;" class="input-group-addon" >
115+
<span style="text-align: left; font-size: 12px; padding: 4px 12px; border-right: 0px;" class="input-group-addon" >
116116
<input type="checkbox" name="#(i)#" value="#(Rset.GetData(1))#" #(chkd)# onclick="classChk(this.checked, this.value)">
117117
</span>
118-
<span style="text-align: left; font-size: 12px; padding: 4px 12px;" class="input-group-addon">
118+
<span style="text-align: left; font-size: 12px; padding: 4px 12px; border-left: 0px;" class="input-group-addon">
119119
<a name="#(i)#" href = "##(i)#" onClick="docLoc('#($p(Rset.GetData(1),"%",2))#'); return false;">#(Rset.GetData(1))#</a></br>
120120
</span>
121121
</div>

0 commit comments

Comments
 (0)