diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-21 15:43:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-21 15:43:03 +0200 |
commit | 4f62d7a78f63e4bae136f52d70d0af906d997b78 (patch) | |
tree | 9b66c3bd585bbaccdb44ee0e1a91050c21aeed6e /view/css | |
parent | e4244c0cac301c63e5f69cde24c889e15500d89e (diff) | |
download | volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.tar.gz volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.tar.bz2 volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.zip |
move jotnets to jot and some cleanup (mostly whitespace)
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 5af0c55e7..6c5171545 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -1,6 +1,6 @@ /* jot */ -.jothidden input { +.jothidden input[type="text"] { border: 0px; margin: 0px; height: 39px; @@ -70,6 +70,10 @@ margin-bottom: 30px; } +#profile-jot-plugin-wrapper { + margin-top: 10px; +} + #profile-rotator-wrapper { float: left; } @@ -78,14 +82,6 @@ padding: 15px 0px 0px 15px; } -.profile-jot-net { - float: left; - margin-right: 10px; - margin-top: 5px; - margin-bottom: 5px; - padding: 5px; -} - /* conversation */ .thread-wrapper.toplevel_item { |