]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/identica/css/display.css
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / theme / identica / css / display.css
index 34be6eefae6ea8aeea51e3d4ee3656ab00b5a065..2818196c2091020a4bdf1175cb8cddad3c62a35c 100644 (file)
@@ -111,11 +111,11 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
 text-shadow:none;
 }
 
-.form_notice span#notice_data-location_name {
-background-position:0 47%;
+.form_notice label[for=notice_data-geo] {
+background-position:0 -1780px;
 }
-.form_notice a#notice_data-location_name {
-background-position:0 -1711px;
+.form_notice label[for=notice_data-geo].checked {
+background-position:0 -1846px;
 }
 
 a,
@@ -128,7 +128,9 @@ color:#002FA7;
 }
 
 .notice,
-.profile {
+.profile,
+.application,
+#content tbody tr {
 border-top-color:#CEE1E9;
 }
 .mark-top {
@@ -185,7 +187,9 @@ button.close,
 .entity_silence input.submit,
 .entity_delete input.submit,
 .notice-options .repeated,
-.form_notice a#notice_data-location_name {
+.form_notice label[for=notice_data-geo],
+button.minimize,
+.form_reset_key input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -246,6 +250,9 @@ background-color:#EFF3DC;
 button.close {
 background-position:0 -1120px;
 }
+button.minimize {
+background-position:0 -1912px;
+}
 
 #anon_notice {
 background-color:#87B4C8;
@@ -326,6 +333,9 @@ background-position: 5px -1445px;
 .entity_delete input.submit {
 background-position: 5px -1511px;
 }
+.form_reset_key input.submit {
+background-position: 5px -1973px;
+}
 
 /* NOTICES */
 .notice .attachment {
@@ -371,7 +381,9 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 }
-#content .notices li:hover {
+#content .notices li:hover,
+#content .applications li:hover,
+#content tbody tr:hover {
 background-color:rgba(240, 240, 240, 0.2);
 }
 #conversation .notices li:hover {