display inline instead of floating
This commit is contained in:
parent
dc34bf18bb
commit
6eed7eb540
@ -1166,7 +1166,6 @@ function preview_mail() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function unpause() {
|
function unpause() {
|
||||||
// unpause auto reloads if they are currently stopped
|
// unpause auto reloads if they are currently stopped
|
||||||
totStopped = false;
|
totStopped = false;
|
||||||
|
@ -473,7 +473,6 @@ footer {
|
|||||||
|
|
||||||
#contact-block {
|
#contact-block {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-block-numcontacts {
|
#contact-block-numcontacts {
|
||||||
@ -482,12 +481,10 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contact-block-div {
|
.contact-block-div {
|
||||||
float: left;
|
display: inline;
|
||||||
width: 50px;
|
|
||||||
height: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-block-textdiv {
|
.contact-block-textdiv {
|
||||||
float: left;
|
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
}
|
}
|
||||||
@ -495,12 +492,11 @@ footer {
|
|||||||
#contact-block-end {
|
#contact-block-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.contact-block-link {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.contact-block-img {
|
.contact-block-img {
|
||||||
width:48px;
|
width:47px;
|
||||||
height:48px;
|
height:47px;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tag-remove {
|
#tag-remove {
|
||||||
|
@ -1 +1 @@
|
|||||||
<div class="contact-block-div{{if $class}} {{$class}}{{/if}}"><a class="contact-block-link{{if $class}} {{$class}}{{/if}}{{if $click}} fakelink{{/if}}" href="{{if $click}}#{{else}}{{$url}}{{/if}}" {{if $click}}onclick="{{$click}}"{{/if}}><img class="contact-block-img{{if $class}} {{$class}}{{/if}}" src="{{$photo}}" title="{{$title}}" alt="{{$name}}" /></a></div>
|
<div class="contact-block-div{{if $class}} {{$class}}{{/if}}"><a class="contact-block-link{{if $class}} {{$class}}{{/if}}{{if $click}} fakelink{{/if}}" href="{{if $click}}#{{else}}{{$url}}{{/if}}" {{if $click}}onclick="{{$click}}"{{/if}}><img class="contact-block-img{{if $class}} {{$class}}{{/if}}" src="{{$photo}}" title="{{$title}}" alt="" /></a></div>
|
||||||
|
Reference in New Issue
Block a user