|
@@ -785,7 +785,7 @@ a:visited {
|
|
|
|
|
|
|
|
/* sqoop */
|
|
/* sqoop */
|
|
|
#sqoopComponents .top-bar {
|
|
#sqoopComponents .top-bar {
|
|
|
- position: initial!important;
|
|
|
|
|
|
|
+ position: static!important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* context panel */
|
|
/* context panel */
|
|
@@ -893,7 +893,7 @@ a:visited {
|
|
|
|
|
|
|
|
#importerComponents {
|
|
#importerComponents {
|
|
|
.step-indicator-fixed {
|
|
.step-indicator-fixed {
|
|
|
- position: initial !important;
|
|
|
|
|
|
|
+ position: static!important;
|
|
|
}
|
|
}
|
|
|
.vertical-spacer {
|
|
.vertical-spacer {
|
|
|
height: 0 !important;
|
|
height: 0 !important;
|
|
@@ -905,8 +905,8 @@ a:visited {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.form-actions {
|
|
.form-actions {
|
|
|
- width: initial !important;
|
|
|
|
|
- position: initial !important;
|
|
|
|
|
|
|
+ width: initial!important;
|
|
|
|
|
+ position: static!important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#clearNotificationHistoryModal {
|
|
#clearNotificationHistoryModal {
|