Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile
This commit is contained in:
commit
aacc8ad3d7
|
@ -195,12 +195,12 @@ background-position: 0 -718px;
|
||||||
}
|
}
|
||||||
.entity_send-a-message a {
|
.entity_send-a-message a {
|
||||||
background-image:url(../../base/images/icons/icons-01.png);
|
background-image:url(../../base/images/icons/icons-01.png);
|
||||||
background-position: 0 -785px;
|
background-position: 0 -849px;
|
||||||
}
|
}
|
||||||
.entity_nudge p,
|
.entity_nudge p,
|
||||||
.form_user_nudge input.submit {
|
.form_user_nudge input.submit {
|
||||||
background-image:url(../../base/images/icons/icons-01.png);
|
background-image:url(../../base/images/icons/icons-01.png);
|
||||||
background-position: 0 -950px;
|
background-position: 0 -785px;
|
||||||
}
|
}
|
||||||
.form_user_block input.submit,
|
.form_user_block input.submit,
|
||||||
.form_user_unblock input.submit,
|
.form_user_unblock input.submit,
|
||||||
|
|
|
@ -7,8 +7,14 @@ color:#FFFFFF;
|
||||||
background-color:#D9DADB;
|
background-color:#D9DADB;
|
||||||
}
|
}
|
||||||
#form_notice .form_note + label {
|
#form_notice .form_note + label {
|
||||||
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
|
background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px;
|
||||||
}
|
}
|
||||||
#form_notice #notice_data-attach {
|
#form_notice #notice_data-attach {
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
|
.notice-options form.form_favor input.submit {
|
||||||
|
background-position:0 -460px;
|
||||||
|
}
|
||||||
|
.notice-options form.form_disfavor input.submit {
|
||||||
|
background-position:0 -526px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user