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