Updated review interface
authorThierry Florac <thierry.florac@onf.fr>
Tue, 16 Jan 2018 14:23:57 +0100
changeset 324 3825da899917
parent 323 bedd601d32bf
child 325 5e0acd7fc5f5
Updated review interface
src/pyams_content/skin/resources/css/pyams_content.css
src/pyams_content/skin/resources/css/pyams_content.min.css
src/pyams_content/skin/resources/less/pyams_content.less
--- 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;
--- 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)}
--- 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;