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"; @import-once "def_colors.less";
#socialMedia { #socialMedia {
position: relative; position: relative;
top: 22px; bottom: 20px;
left: 408px; float: right;
right: -10px;
} }
#socialMedia a { #socialMedia a {
margin-left: 10px; margin-left: 10px;

View File

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

View File

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