Mercurial > libervia-web
comparison public/libervia.css @ 414:ae598511850d
browser_side: set microblog editor minimal width + fix the scrolling to comment
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 21 Mar 2014 09:20:27 +0100 |
parents | 6a6551de4414 |
children | 19bd203daa27 |
comparison
equal
deleted
inserted
replaced
413:7a8991cda2fa | 414:ae598511850d |
---|---|
881 display: block; | 881 display: block; |
882 height: 20; | 882 height: 20; |
883 width: 20; | 883 width: 20; |
884 } | 884 } |
885 | 885 |
886 .bubble-editbox { | 886 .bubble textarea{ |
887 width: 100%; | 887 width: 100%; |
888 } | 888 min-width: 300px; |
889 | |
890 .bubble-editbox textarea{ | |
891 width: 100%; | |
892 } | 889 } |
893 | 890 |
894 .mb_entry_timestamp { | 891 .mb_entry_timestamp { |
895 font-style: italic; | 892 font-style: italic; |
896 } | 893 } |