mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
Get the socialMedia icons out of table and append it to form if it is pixelegg template
This commit is contained in:
parent
69b83a6ead
commit
2ae847d619
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -64,9 +64,6 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END registration -->
|
<!-- END registration -->
|
||||||
<tr>
|
|
||||||
<td id="socialBox"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user