diff options
author | marijus <mario@mariovavti.com> | 2014-05-20 17:33:06 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-20 17:33:06 +0200 |
commit | c530a7a9366b1c89a63fc1782ec620db992efc3b (patch) | |
tree | 3fc623a4c7d675e99f80c00a99d919ee8c117c0b /view/css | |
parent | 6d01707a724504a34b8e84e87c6601a046de9739 (diff) | |
download | volse-hubzilla-c530a7a9366b1c89a63fc1782ec620db992efc3b.tar.gz volse-hubzilla-c530a7a9366b1c89a63fc1782ec620db992efc3b.tar.bz2 volse-hubzilla-c530a7a9366b1c89a63fc1782ec620db992efc3b.zip |
some work on comment_item.tpl
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 59 |
1 files changed, 9 insertions, 50 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 4e7b59f80..3fc82154b 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -199,60 +199,21 @@ /* comment_item */ -.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo { - width: 40px; -} - -.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty { - height: 1.5em; -} - -.comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit { - margin-left: 50px; -} - -.comment-edit-photo { - margin: 10px 10px 10px 7px; - float: left; -} - -[class^="comment-edit-bb"] { - display: none; - margin: 0px 0 -5px 0px; - padding: 0px; - width: 75%; - min-width: 170px -} - -[class^="comment-edit-bb"] > li { - display: inline-block; - margin: 10px 10px 0 0; - visibility: none; -} - -[class^="comment-edit-bb-end"] { - clear: both; -} - .comment-edit-text-empty, .comment-edit-text-full { float: left; - margin-top: 10px; - padding: 3px 1px 1px 3px; + width: 100%; padding: 8px; } .comment-edit-text-empty { height: 2.8em; - width: 30%; - min-width: 170px; overflow: auto; - margin-bottom: 10px; + resize: none; + } .comment-edit-text-full { height: 150px; - width: 50%; - min-width: 170px; overflow: auto; } @@ -280,14 +241,12 @@ filter:alpha(opacity=100); } -.comment-edit-text-end { - clear: both; -} - -.comment-edit-submit { - margin: 10px 0px 10px 52px; +.comment-tools { + display: none; + margin-top: 7px; } -.comment-preview-icon { - margin-left: 15px; +.comment-edit-preview { + display: none; + margin-top: 7px; } |