mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
fixed contact action button bar, typo correction
This commit is contained in:
parent
5f9845d235
commit
9a8d106414
6 changed files with 9 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
{{include file="contact_template.tpl"}}
|
||||
{{/foreach}}
|
||||
<div id="contact-edit-end"></div>
|
||||
<div id="contats-actions">
|
||||
<div id="contacts-actions">
|
||||
{{foreach $batch_actions as $n=>$l}}
|
||||
<input class="batch-action" name="{{$n}}" value="{{$l}}" type="submit">
|
||||
{{/foreach}}
|
||||
|
|
|
@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
#contats-actions {
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
#contats-actions {
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
#contats-actions {
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -788,7 +788,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-select { position: absolute; top:64px; left:64px; display:none; }
|
||||
.contact-select:checked,
|
||||
.contact-photo:hover .contact-select { display:block; }
|
||||
#contats-actions { clear: both; }
|
||||
#contacts-actions { clear: both; }
|
||||
.contact-photo {
|
||||
width: 48px; height: 48px;
|
||||
img { width: 48px; height: 48px; }
|
||||
|
|
|
@ -246,6 +246,10 @@ div.pager {
|
|||
float: left;
|
||||
}
|
||||
|
||||
#contacts-actions {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#contact-edit-drop-link-end {
|
||||
/* clear: both; */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue