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