deleted: view/theme/smoothly/match.tpl
modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
ee6044a6e4
commit
49098ed11d
|
@ -1,13 +0,0 @@
|
||||||
<div class="profile-match-wrapper">
|
|
||||||
<div class="profile-match-photo">
|
|
||||||
<a href="$url">
|
|
||||||
<img src="$photo" alt="$name" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<span><a href="$url">$name</a>$inttxt<br />$tags</span>
|
|
||||||
<div class="profile-match-break"></div>
|
|
||||||
{{ if $connlnk }}
|
|
||||||
<div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
|
|
||||||
{{ endif }}
|
|
||||||
<div class="profile-match-end"></div>
|
|
||||||
</div>
|
|
|
@ -3,7 +3,7 @@
|
||||||
Smoothly
|
Smoothly
|
||||||
|
|
||||||
Created by Anne Walk and Devlon Duthie on 2011-09-24
|
Created by Anne Walk and Devlon Duthie on 2011-09-24
|
||||||
Modified by alex@friendica.pixelbits.de on 2012-09-17
|
Modified by alex@friendica.pixelbits.de on 2012-09-20
|
||||||
|
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
|
@ -3795,7 +3795,7 @@ ul.menu-popup {
|
||||||
}
|
}
|
||||||
|
|
||||||
.qcomment {
|
.qcomment {
|
||||||
opacity: 0;
|
opacity: 0.8;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
||||||
* Version: Version 0.9.19-4
|
* Version: Version 0.9.20-1
|
||||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||||
|
|
Loading…
Reference in a new issue