# HG changeset patch # User Thierry Florac # Date 1516109037 -3600 # Node ID 3825da8999171c0a35063954efbe46158456a901 # Parent bedd601d32bf191db75d3f90a8e6e9dbbec05f32 Updated review interface diff -r bedd601d32bf -r 3825da899917 src/pyams_content/skin/resources/css/pyams_content.css --- a/src/pyams_content/skin/resources/css/pyams_content.css Tue Jan 16 14:23:37 2018 +0100 +++ b/src/pyams_content/skin/resources/css/pyams_content.css Tue Jan 16 14:23:57 2018 +0100 @@ -1,6 +1,6 @@ .ams-widget.comments .widget-body { position: fixed; - height: calc(100% - 310px); + height: calc(100% - 337px); } .ams-widget.comments .widget-body .chat-body { position: relative; diff -r bedd601d32bf -r 3825da899917 src/pyams_content/skin/resources/css/pyams_content.min.css --- a/src/pyams_content/skin/resources/css/pyams_content.min.css Tue Jan 16 14:23:37 2018 +0100 +++ b/src/pyams_content/skin/resources/css/pyams_content.min.css Tue Jan 16 14:23:57 2018 +0100 @@ -1,1 +1,1 @@ -.ams-widget.comments .widget-body{position:fixed;height:calc(100% - 310px)}.ams-widget.comments .widget-body .chat-body{position:relative;height:100%}.ams-widget.comments .widget-body .chat-footer{position:fixed;bottom:10px}.ams-widget.comments .widget-body,.ams-widget.comments .widget-body .chat-footer{width:calc(100% - 240px)}@media(max-width:767px){.ams-widget.comments .widget-body,.ams-widget.comments .widget-body .chat-footer{width:calc(100% - 10px)}}@media(min-width:768px) and (max-width:979px){.ams-widget.comments .widget-body,.ams-widget.comments .widget-body .chat-footer{width:calc(100% - 20px)}}.minified .ams-widget.comments .widget-body,.minified .ams-widget.comments .widget-body .chat-footer{width:calc(100% - 65px)}@media(max-width:767px){.minified .ams-widget.comments .widget-body,.minified .ams-widget.comments .widget-body .chat-footer{width:calc(100% - 55px)}}.hidden-menu .ams-widget.comments .widget-body,.hidden-menu .ams-widget.comments .widget-body .chat-footer{width:calc(100% - 30px)} \ No newline at end of file +.ams-widget.comments .widget-body{position:fixed;height:calc(100% - 337px)}.ams-widget.comments .widget-body .chat-body{position:relative;height:100%}.ams-widget.comments .widget-body .chat-footer{position:fixed;bottom:10px}.ams-widget.comments .widget-body,.ams-widget.comments .widget-body .chat-footer{width:calc(100% - 240px)}@media (max-width:767px){.ams-widget.comments .widget-body,.ams-widget.comments .widget-body .chat-footer{width:calc(100% - 10px)}}@media (min-width:768px) and (max-width:979px){.ams-widget.comments .widget-body,.ams-widget.comments .widget-body .chat-footer{width:calc(100% - 20px)}}.minified .ams-widget.comments .widget-body,.minified .ams-widget.comments .widget-body .chat-footer{width:calc(100% - 65px)}@media (max-width:767px){.minified .ams-widget.comments .widget-body,.minified .ams-widget.comments .widget-body .chat-footer{width:calc(100% - 55px)}}.hidden-menu .ams-widget.comments .widget-body,.hidden-menu .ams-widget.comments .widget-body .chat-footer{width:calc(100% - 30px)} diff -r bedd601d32bf -r 3825da899917 src/pyams_content/skin/resources/less/pyams_content.less --- a/src/pyams_content/skin/resources/less/pyams_content.less Tue Jan 16 14:23:37 2018 +0100 +++ b/src/pyams_content/skin/resources/less/pyams_content.less Tue Jan 16 14:23:57 2018 +0100 @@ -2,7 +2,7 @@ .widget-body { position: fixed; - height: ~"calc(100% - 310px)"; + height: ~"calc(100% - 337px)"; .chat-body { position: relative;