This commit is contained in:
Sarven Capadisli 2010-01-01 21:11:32 +00:00
parent 01dbee2ba5
commit f6ab4ea136
3 changed files with 8 additions and 5 deletions

View File

@ -569,6 +569,7 @@ font-size:0.8em;
.form_notice #notice_data-location_wrap input { .form_notice #notice_data-location_wrap input {
margin-right:7px; margin-right:7px;
float:left; float:left;
top:3px;
} }
.form_notice #notice_data-location_wrap label { .form_notice #notice_data-location_wrap label {
font-weight:normal; font-weight:normal;
@ -577,9 +578,7 @@ font-size:1em;
.form_notice #notice_data-location_name { .form_notice #notice_data-location_name {
display:block; display:block;
line-height:1.6; line-height:1.6;
} padding-left:21px;
.form_notice span#notice_data-location_name {
padding-left:18px;
} }
button.close { button.close {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -111,9 +111,12 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
text-shadow:none; text-shadow:none;
} }
.form_notice #notice_data-location_name { .form_notice span#notice_data-location_name {
background-position:0 47%; background-position:0 47%;
} }
.form_notice a#notice_data-location_name {
background-position:0 -1711px;
}
a, a,
.form_settings input.form_action-primary, .form_settings input.form_action-primary,
@ -181,7 +184,8 @@ button.close,
.entity_sandbox input.submit, .entity_sandbox input.submit,
.entity_silence input.submit, .entity_silence input.submit,
.entity_delete input.submit, .entity_delete input.submit,
.notice-options .repeated { .notice-options .repeated,
.form_notice a#notice_data-location_name {
background-image:url(../../base/images/icons/icons-01.gif); background-image:url(../../base/images/icons/icons-01.gif);
background-repeat:no-repeat; background-repeat:no-repeat;
background-color:transparent; background-color:transparent;