Mercurial > libervia-web
diff public/libervia.css @ 34:ed935f763cc8
browser side: misc css/layout fixes
- new ScrollPanelWrapper class, to try to handle correctly ScrollPanels in tables
- removed from EmptyPanel, because all td must appear empty, to use the absolute trick in ScrollPanelWrapper
- when an empty panel is changed to a normal panel, cells widths are recalculated
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 16 May 2011 03:10:11 +0200 |
parents | 8152f019d334 |
children | d43d6e4b9dc8 |
line wrap: on
line diff
--- a/public/libervia.css Sat May 14 01:11:08 2011 +0200 +++ b/public/libervia.css Mon May 16 03:10:11 2011 +0200 @@ -189,8 +189,7 @@ .microblogPanel { margin: auto; - width: 90%; - overflow: scroll; + width: 95% !important; } .mb_panel_header{ @@ -236,9 +235,13 @@ /* Chat & MUC Room */ .chatPanel { + height: 100%; + width: 100%; } .chatPanel_body { + height: 100%; + width: 100%; } .chatContent { @@ -250,6 +253,7 @@ } .chatArea { + height:100%; } .chat_text_timestamp { @@ -287,8 +291,7 @@ width: 100%; text-align: center; background-color: white; - border: 1px solid #87B3FF; - padding: 4px; + padding: 4px 0; } .warningTarget { @@ -372,3 +375,4 @@ */ border: 3px dashed red; } +