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"}}
|
{{include file="contact_template.tpl"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
<div id="contact-edit-end"></div>
|
<div id="contact-edit-end"></div>
|
||||||
<div class="submit">
|
<div id="contats-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}}
|
||||||
|
|
|
@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
|
||||||
.contact-photo:hover .contact-select {
|
.contact-photo:hover .contact-select {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.submit {
|
#contats-actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.contact-photo {
|
.contact-photo {
|
||||||
|
|
|
@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
|
||||||
.contact-photo:hover .contact-select {
|
.contact-photo:hover .contact-select {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.submit {
|
#contats-actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.contact-photo {
|
.contact-photo {
|
||||||
|
|
|
@ -1359,7 +1359,7 @@ span[id^="showmore-wrap"] {
|
||||||
.contact-photo:hover .contact-select {
|
.contact-photo:hover .contact-select {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.submit {
|
#contats-actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.contact-photo {
|
.contact-photo {
|
||||||
|
|
|
@ -742,7 +742,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; }
|
||||||
.submit { clear: both; }
|
#contats-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; }
|
||||||
|
|
Loading…
Reference in a new issue