de-IDifying labels in notice form to fix issue with geo pin activating the wrong place when cloning the form
Note that changes to the attachment from <label for/><input id/> to <label><input></label> affect some of the existing styles which attempt to place them both in the same place based on having a common parent. Only 'neo' has been fully tested and fixed for this case, as the others all fail due to the new layout anyway. :)
This commit is contained in:
@@ -152,14 +152,14 @@ color:#333333;
|
||||
.entity_actions .dialogbox input {
|
||||
color:#000000;
|
||||
}
|
||||
.form_notice label[for=notice_data-attach] {
|
||||
.form_notice label.notice_data-attach {
|
||||
background-position:0 -328px;
|
||||
}
|
||||
.form_notice #notice_data-attach {
|
||||
.form_notice input.notice_data-attach {
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.form_notice label[for=notice_data-attach],
|
||||
.form_notice label.notice_data-attach,
|
||||
#export_data li a.rss,
|
||||
#export_data li a.atom,
|
||||
#export_data li a.foaf,
|
||||
|
@@ -16,7 +16,7 @@ background-color:#C8D1D5;
|
||||
.form_notice .count + label {
|
||||
background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
|
||||
}
|
||||
.form_notice #notice_data-attach {
|
||||
.form_notice input.notice_data-attach {
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
.notice-options form.form_favor input.submit {
|
||||
|
Reference in New Issue
Block a user