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 {
|
.dialogbox {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-4px;
|
top:0;
|
||||||
right:29px;
|
right:0;
|
||||||
z-index:9;
|
z-index:9;
|
||||||
min-width:199px;
|
|
||||||
float:none;
|
float:none;
|
||||||
padding:11px;
|
padding:11px;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
|
@ -1142,6 +1141,12 @@ outline:none;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form_repeat.dialogbox {
|
||||||
|
top:-4px;
|
||||||
|
right:29px;
|
||||||
|
min-width:199px;
|
||||||
|
}
|
||||||
|
|
||||||
.notice-options {
|
.notice-options {
|
||||||
position:relative;
|
position:relative;
|
||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user