Merge branch 'master' of git://github.com/friendica/friendica
This commit is contained in:
commit
8bd6858bfa
19 changed files with 99 additions and 68 deletions
BIN
view/theme/frost-mobile/images/link.png
Normal file
BIN
view/theme/frost-mobile/images/link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 488 B |
|
@ -3790,7 +3790,14 @@ aside input[type='text'] {
|
|||
background-repeat: no-repeat;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.icon.link { display: none; background-position: -144px 0px;}
|
||||
|
||||
.icon.link {
|
||||
display: block; width: 22px; height: 24px;
|
||||
background-size: 100% 100%;
|
||||
background-image: url('images/link.png');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
/*.globe { background-position: 0px -16px;}*/
|
||||
.icon.globe {
|
||||
|
|
|
@ -40,15 +40,13 @@
|
|||
<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>
|
||||
|
|
|
@ -863,19 +863,21 @@ aside {
|
|||
/* display: table-cell; */
|
||||
vertical-align: top;
|
||||
width: 185px;
|
||||
padding: 32px 10px 10px 20px;
|
||||
/* padding: 32px 10px 10px 20px; */
|
||||
padding: 10px 10px 0px 20px;
|
||||
/* border-right: 1px solid #D2D2D2; */
|
||||
/* background-color: #ECECF2; */
|
||||
background-color: #F2F2F2;
|
||||
font-size: 13px;
|
||||
/* background: #F1F1F1; */
|
||||
top: 0px;
|
||||
/* top: 0px; */
|
||||
top: 32px;
|
||||
overflow-y: auto;
|
||||
z-index: 2;
|
||||
|
||||
position: fixed;
|
||||
/* overflow: auto; */
|
||||
height: 100%;
|
||||
height: calc(100% - 42px);
|
||||
/* overflow: scroll; */
|
||||
}
|
||||
aside .vcard .fn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue