diff options
author | marijus <mario@mariovavti.com> | 2014-05-27 16:44:18 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-27 16:44:18 +0200 |
commit | c0e1139a46c851845cb90f8df0b2f932df78a886 (patch) | |
tree | f69235b2f5a9db660c013b85a4f2c2237b2f8585 /view/css | |
parent | f67d54c542d6590ba99cb8505a01592fcd297b48 (diff) | |
download | volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.tar.gz volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.tar.bz2 volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.zip |
some fixes and cleanup
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 1a614d2f0..b32a08486 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -6,7 +6,7 @@ border: 0px; margin: 0px; padding: 8px; - height: 3.4em; + height: 39px; width: 70%; margin-bottom: 5px; } @@ -16,7 +16,7 @@ } #profile-jot-text { - height: 40px; + height: 39px; padding: 8px; width: 100%; } @@ -72,22 +72,6 @@ margin-right: 10px; } -.wallwall .wwto { - left: 50px; - margin: 0; - position: absolute; - width: 30px -} - -.wallwall .wwto img { - width: 30px !important; - height: 30px !important; -} - -.wallwall .wall-item-photo-end { - clear: both; -} - .wall-item-photo-wrapper { margin-top: 0px; margin-bottom: 20px; @@ -206,8 +190,8 @@ } .comment-edit-text-empty { - height: 2.8em; - overflow: auto; + height: 30px; + overflow: hidden; resize: none; } |