Get the socialMedia icons out of table and append it to form if it is pixelegg template

This commit is contained in:
Hadi Nategh 2014-07-25 07:55:17 +00:00
parent 69b83a6ead
commit 2ae847d619
3 changed files with 6 additions and 7 deletions

View File

@ -2120,8 +2120,9 @@ body {
@import-once "def_colors.less";
#socialMedia {
position: relative;
top: 22px;
left: 408px;
bottom: 20px;
float: right;
right: -10px;
}
#socialMedia a {
margin-left: 10px;

View File

@ -19,8 +19,9 @@
#socialMedia {
position: relative;
top: 22px;
left: 408px;
bottom: 20px;
float: right;
right: -10px;
}
#socialMedia a {
margin-left: 10px;

View File

@ -64,9 +64,6 @@
</td>
</tr>
<!-- END registration -->
<tr>
<td id="socialBox"></td>
</tr>
</table>
</form>
</div>