change action container div class to id. fix bug in quattro theme

This commit is contained in:
Fabrixxm 2013-12-18 06:38:57 -05:00
parent 9febcedf93
commit 06e8f31695
5 changed files with 5 additions and 5 deletions

View File

@ -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}}

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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; }