diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-20 08:17:07 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-20 08:17:07 +0100 |
commit | 030f6f306cba0f025d124fc7a2912a2bafb291be (patch) | |
tree | 7643c61b5d25671b3d79ba2d8c28fd7c9bb60b4a /view/theme | |
parent | 8e22c669a0668fc0498e9c1d822dcefd97bae1e5 (diff) | |
parent | 2ffe0d0b1d9589b6b37d8ade0114caef31339001 (diff) | |
download | volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.tar.gz volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.tar.bz2 volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 7 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 0457850dc..e34b622c6 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1989,3 +1989,10 @@ a.mail-list-link { #birthday-wrapper { margin-bottom: 20px; } + + +#network-new-link { + margin-top: 15px; + margin-bottom: 15px; +} + diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9d51c86f7..b00f24cc2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -667,6 +667,7 @@ input#dfrn-url { margin-left: 20px; } +#profile-edit-pdesc-desc, #profile-edit-keywords-desc { float: left; margin-left: 20px; @@ -1872,3 +1873,10 @@ a.mail-list-link { #birthday-wrapper { margin-bottom: 20px; } + +#network-new-link { + margin-top: 15px; + margin-bottom: 15px; +} + + |