Extracted default values for dialogbox layout and uniqe for form_repeat
This commit is contained in:
parent
fd527b8de1
commit
42679a22dc
|
@ -1104,10 +1104,9 @@ left:0;
|
|||
|
||||
.dialogbox {
|
||||
position:absolute;
|
||||
top:-4px;
|
||||
right:29px;
|
||||
top:0;
|
||||
right:0;
|
||||
z-index:9;
|
||||
min-width:199px;
|
||||
float:none;
|
||||
padding:11px;
|
||||
border-radius:7px;
|
||||
|
@ -1142,6 +1141,12 @@ outline:none;
|
|||
text-indent:-9999px;
|
||||
}
|
||||
|
||||
.form_repeat.dialogbox {
|
||||
top:-4px;
|
||||
right:29px;
|
||||
min-width:199px;
|
||||
}
|
||||
|
||||
.notice-options {
|
||||
position:relative;
|
||||
font-size:0.95em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user