Aligning notice attach label from right instead of left
This commit is contained in:
parent
7fe1facc99
commit
81199d0258
|
@ -468,16 +468,15 @@ margin-bottom:7px;
|
|||
#form_notice #notice_data-attach {
|
||||
position:absolute;
|
||||
top:25px;
|
||||
right:10.5%;
|
||||
cursor:pointer;
|
||||
}
|
||||
#form_notice label[for=notice_data-attach] {
|
||||
text-indent:-9999px;
|
||||
left:86%;
|
||||
width:16px;
|
||||
height:16px;
|
||||
}
|
||||
#form_notice #notice_data-attach {
|
||||
left:40.6%;
|
||||
padding:0;
|
||||
height:16px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user