Added custom gallery style
authorThierry Florac <tflorac@ulthar.net>
Sat, 21 Jul 2018 16:13:50 +0200
changeset 880 374cbe07b0ff
parent 879 47173c13e118
child 881 333143c2ba4d
Added custom gallery style
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	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;
+}
--- 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}
--- 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