src/pyams_skin/resources/less/modal.less
changeset 118 391ad752903e
parent 75 74f191e6c96c
child 155 cd3ab32436f0
--- a/src/pyams_skin/resources/less/modal.less	Mon Jan 18 18:41:23 2016 +0100
+++ b/src/pyams_skin/resources/less/modal.less	Mon Jan 18 18:45:59 2016 +0100
@@ -38,6 +38,9 @@
 			min-height: 140px;
 		}
 	}
+	.close:hover {
+		background-color: white;
+	}
 	.suffix {
 		.alert {
 			margin-bottom: 0;
@@ -49,6 +52,16 @@
 	}
 }
 
+.modal-header {
+	position: relative;
+
+	.toolbar {
+		position: absolute;
+		right: 10px;
+		bottom: -19px;
+		z-index: 1;
+	}
+}
 .modal-title {
 	img {
 		margin: 0 15px 0 0;
@@ -60,6 +73,13 @@
 		overflow: hidden;
 	}
 }
+.modal-viewport {
+	fieldset {
+		.alert {
+			margin: 0 -5px 5px!important;
+		}
+	}
+}
 
 .ui-dialog {
 	position: absolute;