display: none;
}
+.popup-body-wrap {
+ display: flex;
+}
+
.popup-body {
background-color: #FFF;
max-height: 90%;
}
.popup-header, .popup-footer {
- display: block;
+ display: block !important;
position: relative;
height: 40px;
+ flex: none !important;
.popup-title {
color: #FFF;
padding: 8px $-m;
}
}
+body.flexbox-support #entity-selector-wrap .popup-body .form-group {
+ height: 444px;
+ min-height: 444px;
+}
#entity-selector-wrap .popup-body .form-group {
margin: 0;
}
+//body.ie #entity-selector-wrap .popup-body .form-group {
+// min-height: 60vh;
+//}
+
.image-manager-body {
- min-height: 60vh;
+ min-height: 70vh;
}
-#image-manager .dropzone-container {
+.dropzone-container {
position: relative;
border: 3px dashed #DDD;
}
border-right: 6px solid transparent;
border-bottom: 6px solid $negative;
}
+
+
+[tab-container] .nav-tabs {
+ text-align: left;
+ border-bottom: 1px solid #DDD;
+ margin-bottom: $-m;
+ .tab-item {
+ padding: $-s;
+ color: #666;
+ &.selected {
+ border-bottom-width: 3px;
+ }
+ }
+}
+
+.image-picker .none {
+ display: none;
+}
\ No newline at end of file