More style generalisation for dialogbox
This commit is contained in:
parent
42679a22dc
commit
b57e3dfae2
@ -1104,8 +1104,8 @@ left:0;
|
||||
|
||||
.dialogbox {
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:0;
|
||||
top:-1px;
|
||||
right:-1px;
|
||||
z-index:9;
|
||||
float:none;
|
||||
padding:11px;
|
||||
@ -1119,6 +1119,7 @@ border-width:1px;
|
||||
.dialogbox legend {
|
||||
display:block !important;
|
||||
margin-right:18px;
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
.dialogbox button.close {
|
||||
@ -1127,11 +1128,22 @@ right:3px;
|
||||
top:3px;
|
||||
}
|
||||
|
||||
.dialogbox .form_guide {
|
||||
font-weight:normal;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.dialogbox .submit_dialogbox {
|
||||
font-weight:bold;
|
||||
text-indent:0;
|
||||
min-width:46px;
|
||||
}
|
||||
.dialogbox input {
|
||||
padding-left:4px;
|
||||
}
|
||||
.dialogbox fieldset {
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#wrap form.processing input.submit,
|
||||
.entity_actions a.processing,
|
||||
|
@ -30,7 +30,9 @@ border-radius:4px;
|
||||
input, textarea, select, option {
|
||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
}
|
||||
input, textarea, select {
|
||||
input, textarea, select,
|
||||
.entity_actions .dialogbox input,
|
||||
.mark-top {
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
@ -79,7 +81,8 @@ background-color:transparent;
|
||||
input:focus, textarea:focus, select:focus,
|
||||
.form_notice.warning #notice_data-text,
|
||||
.form_notice.warning #notice_text-count,
|
||||
.form_settings .form_note {
|
||||
.form_settings .form_note,
|
||||
.entity_actions .dialogbox .form_data input:focus {
|
||||
border-color:#9BB43E;
|
||||
}
|
||||
input.submit {
|
||||
@ -134,9 +137,6 @@ color:#002FA7;
|
||||
#content tbody tr {
|
||||
border-top-color:#C8D1D5;
|
||||
}
|
||||
.mark-top {
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
#aside_primary {
|
||||
background-color:#C8D1D5;
|
||||
@ -145,7 +145,9 @@ background-color:#C8D1D5;
|
||||
#notice_text-count {
|
||||
color:#333333;
|
||||
}
|
||||
.form_notice.warning #notice_text-count {
|
||||
.form_notice.warning #notice_text-count,
|
||||
.dialogbox,
|
||||
.entity_actions .dialogbox input {
|
||||
color:#000000;
|
||||
}
|
||||
.form_notice label[for=notice_data-attach] {
|
||||
|
@ -30,7 +30,9 @@ border-radius:4px;
|
||||
input, textarea, select, option {
|
||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
}
|
||||
input, textarea, select {
|
||||
input, textarea, select,
|
||||
.entity_actions .dialogbox input,
|
||||
.mark-top {
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
@ -135,9 +137,6 @@ color:#002FA7;
|
||||
#content tbody tr {
|
||||
border-top-color:#CEE1E9;
|
||||
}
|
||||
.mark-top {
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
#aside_primary {
|
||||
background-color:#CEE1E9;
|
||||
@ -146,7 +145,9 @@ background-color:#CEE1E9;
|
||||
#notice_text-count {
|
||||
color:#333333;
|
||||
}
|
||||
.form_notice.warning #notice_text-count {
|
||||
.form_notice.warning #notice_text-count,
|
||||
.dialogbox,
|
||||
.entity_actions .dialogbox input {
|
||||
color:#000000;
|
||||
}
|
||||
.form_notice label[for=notice_data-attach] {
|
||||
|
Loading…
Reference in New Issue
Block a user