]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/identica/css/display.css
Added accept and reject icons to remote subscription authorization
[quix0rs-gnu-social.git] / theme / identica / css / display.css
index e195553789268a7bcbbba047fe312b150e7f9ae1..44ae4953b72d5b555c7d9bbbc094eba9f9c4742d 100644 (file)
@@ -190,7 +190,10 @@ button.close,
 .form_notice label[for=notice_data-geo],
 button.minimize,
 .form_reset_key input.submit,
-.entity_clear input.submit {
+.entity_clear input.submit,
+.entity_flag input.submit,
+.entity_flag p,
+.entity_subscribe input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -341,6 +344,16 @@ background-position: 5px -1973px;
 .entity_clear input.submit {
 background-position: 5px -2039px;
 }
+.entity_flag input.submit,
+.entity_flag p {
+background-position: 5px -2105px;
+}
+.entity_subscribe input.accept {
+background-position: 5px -2171px;
+}
+.entity_subscribe input.reject {
+background-position: 5px -2237px;
+}
 
 /* NOTICES */
 .notice .attachment {