]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added geotag icon from http://www.geotagicons.com/
authorSarven Capadisli <csarven@status.net>
Fri, 1 Jan 2010 21:11:32 +0000 (21:11 +0000)
committerSarven Capadisli <csarven@status.net>
Fri, 1 Jan 2010 21:11:32 +0000 (21:11 +0000)
theme/base/css/display.css
theme/base/images/icons/icons-01.gif
theme/identica/css/display.css

index d6a50ac60f2a7f5fabbc8c35182098cd2f1d575f..d876460e1ab4eb54b3ec93c5f0c8d235a33c3363 100644 (file)
@@ -569,6 +569,7 @@ font-size:0.8em;
 .form_notice #notice_data-location_wrap input {
 margin-right:7px;
 float:left;
+top:3px;
 }
 .form_notice #notice_data-location_wrap label {
 font-weight:normal;
@@ -577,9 +578,7 @@ font-size:1em;
 .form_notice #notice_data-location_name {
 display:block;
 line-height:1.6;
-}
-.form_notice span#notice_data-location_name {
-padding-left:18px;
+padding-left:21px;
 }
 
 button.close {
index 417327881cca88cf17a416642ea8ad15d0589a0e..cda9321611a67f2363122e04c1e31ae6b23aefb3 100644 (file)
Binary files a/theme/base/images/icons/icons-01.gif and b/theme/base/images/icons/icons-01.gif differ
index 78a0707cee2fdce4da13cc373fc049ef669a22b3..34be6eefae6ea8aeea51e3d4ee3656ab00b5a065 100644 (file)
@@ -111,9 +111,12 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
 text-shadow:none;
 }
 
-.form_notice #notice_data-location_name {
+.form_notice span#notice_data-location_name {
 background-position:0 47%;
 }
+.form_notice a#notice_data-location_name {
+background-position:0 -1711px;
+}
 
 a,
 .form_settings input.form_action-primary,
@@ -181,7 +184,8 @@ button.close,
 .entity_sandbox input.submit,
 .entity_silence 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-repeat:no-repeat;
 background-color:transparent;