]> git.mxchange.org Git - friendica.git/commitdiff
fix 2 issues. contacts img in finder; wall filer title
authorSimon L'nu <simon.lnu@gmail.com>
Fri, 27 Apr 2012 06:33:58 +0000 (02:33 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Fri, 27 Apr 2012 06:33:58 +0000 (02:33 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/dark/style.css
view/theme/dispy/dark/style.less
view/theme/dispy/light/style.css
view/theme/dispy/light/style.less
view/theme/dispy/wall_item.tpl

index d151cfa1cda62096a3655a795515912a931b9b71..91dfde4ae4f10c4c9bca4a6161430fdb0b7f4b7c 100644 (file)
@@ -215,7 +215,12 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify,nav #nav-notifications-linkm
 .wall-item-body code{display:block;padding:0 0 10px 5px;border-color:#ccc;border-style:solid;border-width:1px 1px 1px 10px;background:#eee;color:#2e2f2e;width:95%;}
 div[id$="text"]{font-weight:bold;border-bottom:1px solid #ccc;}
 div[id$="wrapper"]{height:100%;margin-bottom:1em;}div[id$="wrapper"] br{clear:left;}
+.profile-match-wrapper{float:left;margin:0 5px 40px 0;width:120px;height:120px;padding:3px;position:relative;}
+.icon.drophide.profile-match-ignore{margin:0 6px 0 -3px;}
 [id$="-end"],[class$="end"]{clear:both;margin:0 0 10px 0;}
+.profile-match-end{margin:0 0 5px 0;}
+.profile-match-name{font-weight:bold;margin:auto auto auto 23px;}
+.profile-match-connect{font-style:italic;margin:auto auto auto 23px;}
 #advanced-profile-with{margin-left:200px;}
 .photos{height:auto;overflow:auto;}
 #photo-top-links{margin-bottom:30px;}
index 6bab0109a06cd4aa7f7ca88581bf46b1641a6d81..5efb44603b2a8f0d65099a9d3dbd1feb896057b5 100644 (file)
@@ -1385,10 +1385,36 @@ div {
     br {
       clear: left; } } }
 
+.profile-match-wrapper {
+       float: left;
+       margin: 0 5px 40px 0;
+       width: 120px;
+       height: 120px;
+       padding: 3px;
+       position: relative;
+}
+.icon.drophide.profile-match-ignore {
+       margin: 0 6px 0 -3px;
+}
+.profile-match-photo {
+       
+}
+
 [id$="-end"], [class$="end"] {
   clear: both;
   margin: 0 0 10px 0; }
 
+.profile-match-end {
+       margin: 0 0 5px 0;
+}
+.profile-match-name {
+       font-weight: bold;
+       margin: auto auto auto 23px;
+}
+.profile-match-connect {
+       font-style: italic;
+       margin: auto auto auto 23px;
+}
 #advanced-profile-with {
   margin-left: 200px; }
 
index 7c996f6f97db28efe49916fe6108c1b6941b2fb3..e38a712495fa61b1d85de5d9f7ecab5bfe92a571 100644 (file)
@@ -215,7 +215,12 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify,nav #nav-notifications-linkm
 .wall-item-body code{display:block;padding:0 0 10px 5px;border-color:#ccc;border-style:solid;border-width:1px 1px 1px 10px;background:#eee;color:#444;width:95%;}
 div[id$="text"]{font-weight:bold;border-bottom:1px solid #ccc;}
 div[id$="wrapper"]{height:100%;margin-bottom:1em;}div[id$="wrapper"] br{clear:left;}
+.profile-match-wrapper{float:left;margin:0 5px 40px 0;width:120px;height:120px;padding:3px;position:relative;}
+.icon.drophide.profile-match-ignore{margin:0 6px 0 -3px;}
 [id$="-end"],[class$="end"]{clear:both;margin:0 0 10px 0;}
+.profile-match-end{margin:0 0 5px 0;}
+.profile-match-name{font-weight:bold;margin:auto auto auto 23px;}
+.profile-match-connect{font-style:italic;margin:auto auto auto 23px;}
 #advanced-profile-with{margin-left:200px;}
 .photos{height:auto;overflow:auto;}
 #photo-top-links{margin-bottom:30px;}
index 141ff731b17f2658eabf1c1aee29adc441d26652..bbbc07742b18cb20bcf34dd4e20a870b698f6c79 100644 (file)
@@ -1386,10 +1386,36 @@ div {
     br {
       clear: left; } } }
 
+.profile-match-wrapper {
+       float: left;
+       margin: 0 5px 40px 0;
+       width: 120px;
+       height: 120px;
+       padding: 3px;
+       position: relative;
+}
+.icon.drophide.profile-match-ignore {
+       margin: 0 6px 0 -3px;
+}
+.profile-match-photo {
+       
+}
+
 [id$="-end"], [class$="end"] {
   clear: both;
   margin: 0 0 10px 0; }
 
+.profile-match-end {
+       margin: 0 0 5px 0;
+}
+.profile-match-name {
+       font-weight: bold;
+       margin: auto auto auto 23px;
+}
+.profile-match-connect {
+       font-style: italic;
+       margin: auto auto auto 23px;
+}
 #advanced-profile-with {
   margin-left: 200px; }
 
index 52af07532b7edf9fb2a0581b953371087de203ac..35e65f397d7aa2e66703dd7a5f72d042f26f614a 100644 (file)
@@ -40,7 +40,7 @@
                        </ul><br style="clear:left;" />
                        <ul class="wall-item-subtools2">
                                {{ if $item.filer }}
-                               <li><a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.star.filer"></a></li>
+                               <li><a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item icon file-as" title="$item.filer"></a></li>
                                {{ endif }}
                                {{ if $item.plink }}
                                <li class="wall-item-links-wrapper"><a href="$item.plink.href" title="$item.plink.title" target="external-link" class="icon remote-link"></a></li>