css cleanup
This commit is contained in:
parent
2b3b6268dd
commit
928f1bfa7b
@ -480,43 +480,12 @@ footer {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rconnect {
|
|
||||||
display: block;
|
|
||||||
color: $nav_active_icon_colour;
|
|
||||||
margin-top: 15px;
|
|
||||||
background-color: $nav_bg;
|
|
||||||
-webkit-border-radius: $radiuspx ;
|
|
||||||
-moz-border-radius: $radiuspx;
|
|
||||||
border-radius: $radiuspx;
|
|
||||||
border: 1px solid $nav_bd;
|
|
||||||
padding: 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.rateme, div.rateme {
|
|
||||||
display: block;
|
|
||||||
color: $nav_active_icon_colour;
|
|
||||||
background-color: $nav_bg;
|
|
||||||
-webkit-border-radius: $radiuspx ;
|
|
||||||
-moz-border-radius: $radiuspx;
|
|
||||||
border-radius: $radiuspx;
|
|
||||||
border: 1px solid $nav_bd;
|
|
||||||
padding: 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pause {
|
#pause {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#vcard-end {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
#contact-block {
|
#contact-block {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
{{include file="diaspora_vcard.tpl"}}
|
{{include file="diaspora_vcard.tpl"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div id="vcard-end"></div>
|
<div id="clear"></div>
|
||||||
|
|
||||||
{{$rating}}
|
{{$rating}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user