Extracted default values for dialogbox layout and uniqe for form_repeat

This commit is contained in:
Sarven Capadisli 2010-02-12 12:04:14 +01:00
parent fd527b8de1
commit 42679a22dc
1 changed files with 8 additions and 3 deletions

View File

@ -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;