|
@@ -1339,11 +1339,12 @@ width:100%;
|
|
|
/*60% width modal window end*/
|
|
|
|
|
|
/*****start styles for host component popup*****/
|
|
|
-.host-component-popup-wrap
|
|
|
-{
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+.host-progress-popup {
|
|
|
+ .modal-body, .modal-footer, .modal-header {
|
|
|
+ min-width: 600px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.host-component-popup-wrap {
|
|
|
#host-info, #service-info{
|
|
|
.task-list-line-cursor{
|
|
|
width: 100%;
|
|
@@ -1377,7 +1378,6 @@ width:100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
/*****end styles for host component popup*****/
|
|
|
|