]> git.mxchange.org Git - friendica.git/commitdiff
Transferred link link from Neptune theme (by 23n) to frost-mobile
authorSilke Meyer <silke@silkemeyer.net>
Mon, 23 Sep 2013 22:28:35 +0000 (00:28 +0200)
committerSilke Meyer <silke@silkemeyer.net>
Mon, 23 Sep 2013 22:28:35 +0000 (00:28 +0200)
view/theme/frost-mobile/images/link.png [new file with mode: 0644]
view/theme/frost-mobile/style.css
view/theme/frost-mobile/templates/jot.tpl

diff --git a/view/theme/frost-mobile/images/link.png b/view/theme/frost-mobile/images/link.png
new file mode 100644 (file)
index 0000000..7c5c8ed
Binary files /dev/null and b/view/theme/frost-mobile/images/link.png differ
index 30c3e97c498cc90f95e544df34cf09b3d28b565d..e76ceac77d6df4686b28293eb80b35ab8f5e6b6d 100644 (file)
@@ -3790,7 +3790,14 @@ aside input[type='text'] {
        background-repeat: no-repeat;\r
        opacity: 0.5;\r
 }\r
-.icon.link { display: none; background-position: -144px 0px;}\r
+\r
+.icon.link {\r
+    display: block;  width: 22px; height: 24px;\r
+    background-size: 100% 100%;\r
+    background-image: url('images/link.png');\r
+    background-repeat: no-repeat;\r
+    opacity: 0.5;\r
+}\r
 \r
 /*.globe { background-position: 0px -16px;}*/\r
 .icon.globe {\r
index 1dcfc0b21cbf172715e9603f2e8632c65e6a62ae..663d9b3d319ab6e9102c3e1d0dc55c4c768528a3 100644 (file)
        <div id="profile-upload-wrapper" style="display: {{$visitor}};" >
                <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="icon camera" title="{{$upload}}"></a></div>
        </div> 
-       <div id="profile-attach-wrapper" style="display: {{$visitor}};" >
+    {{*<!--<div id="profile-attach-wrapper" style="display: {{$visitor}};" >
                <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="icon attach" title="{{$attach}}"></a></div>
-       </div> 
-
-       {{*<!--<div id="profile-link-wrapper" style="display: {{$visitor}};" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
-               <a id="profile-link" class="icon link" title="{{$weblink}}" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>-->*}}
+       </div> -->*}}
+    {{*<!--<div id="profile-link-wrapper" style="display: {{$visitor}};" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >-->*}}
        <div id="profile-link-wrapper" style="display: {{$visitor}};" >
-               <a id="profile-link" class="icon link" title="{{$weblink}}" onclick="jotGetLink(); return false;"></a>
-       </div> 
+    <a id="profile-link" class="icon link" title="{{$weblink}}" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
+       </div>
        <div id="profile-video-wrapper" style="display: {{$visitor}};" >
                <a id="profile-video" class="icon video" title="{{$video}}" onclick="jotVideoURL();return false;"></a>
        </div>