diff options
author | Friendika <info@friendika.com> | 2011-02-11 02:35:19 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-11 02:35:19 -0800 |
commit | c16e86add81d9f2867a0da024954b5cbc14a9f4b (patch) | |
tree | 012c13873b4c876b5198d9c8c0c7f0e91a29455f /view/theme | |
parent | 40574589e27d9135a434dcc4f9dfa899fe5f8ec6 (diff) | |
download | volse-hubzilla-c16e86add81d9f2867a0da024954b5cbc14a9f4b.tar.gz volse-hubzilla-c16e86add81d9f2867a0da024954b5cbc14a9f4b.tar.bz2 volse-hubzilla-c16e86add81d9f2867a0da024954b5cbc14a9f4b.zip |
toggles "post to facebook, post to twitter", etc.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 11 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0c56c4233..45e5efb6c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -960,6 +960,17 @@ input#dfrn-url { #profile-jot-plugin-end{ clear: both; } +.profile-jot-net { + float: left; + margin-right: 10px; + margin-top: 5px; + margin-bottom: 5px; +} + +#profile-jot-networks-end { + clear: both; +} + #profile-jot-end { /*clear: both;*/ margin-bottom: 30px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d7d735d6d..2a037bf9f 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1085,6 +1085,17 @@ input#dfrn-url { #profile-jot-plugin-end { clear:both; } +.profile-jot-net { + float: left; + margin-right: 10px; + margin-top: 5px; + margin-bottom: 5px; +} + +#profile-jot-networks-end { + clear: both; +} + #profile-jot-end { clear: both; margin-bottom: 30px; |