Merge pull request #862 from fabrixxm/manage_contacts
change action container div class to id. fix bug in quattro theme
This commit is contained in:
commit
76604f62da
|
@ -19,7 +19,7 @@
|
|||
{{include file="contact_template.tpl"}}
|
||||
{{/foreach}}
|
||||
<div id="contact-edit-end"></div>
|
||||
<div class="submit">
|
||||
<div id="contats-actions">
|
||||
{{foreach $batch_actions as $n=>$l}}
|
||||
<input class="batch-action" name="{{$n}}" value="{{$l}}" type="submit">
|
||||
{{/foreach}}
|
||||
|
|
|
@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
.submit {
|
||||
#contats-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
.submit {
|
||||
#contats-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
|
|||
.contact-photo:hover .contact-select {
|
||||
display: block;
|
||||
}
|
||||
.submit {
|
||||
#contats-actions {
|
||||
clear: both;
|
||||
}
|
||||
.contact-photo {
|
||||
|
|
|
@ -742,7 +742,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; }
|
||||
.submit { clear: both; }
|
||||
#contats-actions { clear: both; }
|
||||
.contact-photo {
|
||||
width: 48px; height: 48px;
|
||||
img { width: 48px; height: 48px; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user