|
|
@@ -768,7 +768,7 @@ a:visited {
|
|
|
}
|
|
|
|
|
|
.page-content .navbar.navbar-inverse.navbar-fixed-top {
|
|
|
- position: static;
|
|
|
+ position: static!important;
|
|
|
}
|
|
|
|
|
|
.page-content .navbar .navbar-inner {
|
|
|
@@ -792,8 +792,8 @@ a:visited {
|
|
|
|
|
|
#searchComponents {
|
|
|
.search-bar, .card-toolbar {
|
|
|
- position: static;
|
|
|
- width: auto;
|
|
|
+ position: static!important;
|
|
|
+ width: auto!important;
|
|
|
}
|
|
|
.card-toolbar {
|
|
|
a, .draggable-widget {
|
|
|
@@ -810,8 +810,8 @@ a:visited {
|
|
|
|
|
|
/* oozie workflow */
|
|
|
.oozie_workflowComponents .card-toolbar {
|
|
|
- position: static;
|
|
|
- width: auto;
|
|
|
+ position: static!important;
|
|
|
+ width: auto!important;
|
|
|
}
|
|
|
|
|
|
.tooltip, .ui-autocomplete {
|