]> git.mxchange.org Git - friendica.git/commitdiff
missed one
authorZach Prezkuta <fermion@gmx.com>
Mon, 17 Sep 2012 00:57:04 +0000 (18:57 -0600)
committerZach Prezkuta <fermion@gmx.com>
Mon, 17 Sep 2012 00:57:04 +0000 (18:57 -0600)
view/theme/frost/style.css

index bc0d57f0c2044f0ce0fb21e59edae746292ea9a2..9236a07fa758e7ee214ce6087a83911a72bedd7b 100644 (file)
@@ -1309,6 +1309,10 @@ input#dfrn-url {
 }
 
 .wall-item-content img {
+       display: block;
+       margin-top: 10px;
+       margin-right: auto;
+       margin-left: auto;
        max-width: 100%;
 }
 
@@ -3418,7 +3422,13 @@ aside input[type='text'] {
        background-image: url('images/globe.png');
        background-repeat: no-repeat;
 }
-.noglobe { background-position: -16px -16px;}
+/*.noglobe { background-position: -16px -16px;}*/
+.icon.noglobe {
+       display: block; width: 24px; height: 24px;
+       background-size: 100% 100%;
+       background-image: url('images/noglobe.png');
+       background-repeat: no-repeat;
+}
 .no { background-position: -32px -16px;}
 .pause { background-position: -48px -16px;}
 .play { background-position: -64px -16px;}