src/ztfy/myams/resources/less/modal.less
changeset 206 02a40997d8cb
parent 182 681edeb5c6ef
--- a/src/ztfy/myams/resources/less/modal.less	Fri May 12 14:03:02 2017 +0200
+++ b/src/ztfy/myams/resources/less/modal.less	Thu Oct 26 14:45:34 2017 +0200
@@ -15,6 +15,12 @@
 		width: 98%;
 		max-width: 98%;
 	}
+	&.modal-xlarge {
+		@media only screen and (min-width: 768px) {
+			width: 95%;
+			max-width: 1000px;
+		}
+	}
 	&.modal-large {
 		@media only screen and (min-width: 768px) {
 			width: 80%;
@@ -63,6 +69,8 @@
 	}
 }
 .modal-title {
+	min-height: 1.1em;
+
 	img {
 		margin: 0 15px 0 0;
 	}