# HG changeset patch # User Thierry Florac # Date 1532182430 -7200 # Node ID 374cbe07b0ff917972e07235e139b2d3afa41fce # Parent 47173c13e1185efe2f9e5bdc65bc9b9f2fa5a583 Added custom gallery style diff -r 47173c13e118 -r 374cbe07b0ff src/pyams_content/skin/resources/css/pyams_content.css --- a/src/pyams_content/skin/resources/css/pyams_content.css Sat Jul 21 03:34:33 2018 +0200 +++ b/src/pyams_content/skin/resources/css/pyams_content.css Sat Jul 21 16:13:50 2018 +0200 @@ -46,3 +46,6 @@ .pictograms-manager .pictogram:last-child { border-bottom: none; } +.sortable.gallery { + max-height: 550px; +} diff -r 47173c13e118 -r 374cbe07b0ff src/pyams_content/skin/resources/css/pyams_content.min.css --- a/src/pyams_content/skin/resources/css/pyams_content.min.css Sat Jul 21 03:34:33 2018 +0200 +++ b/src/pyams_content/skin/resources/css/pyams_content.min.css Sat Jul 21 16:13:50 2018 +0200 @@ -1,1 +1,1 @@ -.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)}.pictograms-manager .pictogram{border-bottom:1px solid silver}.pictograms-manager .pictogram:last-child{border-bottom:none} +.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)}.pictograms-manager .pictogram{border-bottom:1px solid silver}.pictograms-manager .pictogram:last-child{border-bottom:none}.sortable.gallery{max-height:550px} diff -r 47173c13e118 -r 374cbe07b0ff src/pyams_content/skin/resources/less/pyams_content.less --- a/src/pyams_content/skin/resources/less/pyams_content.less Sat Jul 21 03:34:33 2018 +0200 +++ b/src/pyams_content/skin/resources/less/pyams_content.less Sat Jul 21 16:13:50 2018 +0200 @@ -50,3 +50,10 @@ border-bottom: none; } } + + +.sortable { + &.gallery { + max-height: 550px; + } +} \ No newline at end of file