@@ -31,7 +31,7 @@ from oozie.conf import ENABLE_DOCUMENT_ACTION, ENABLE_IMPALA_ACTION
${ commonheader(_("Workflow Editor"), "Oozie", user, request, "40px") | n,unicode }
%endif
-<div id="oozie_workflowComponents">
+<div id="oozie_workflowComponents" class="dashboard-container">
<%def name="buttons()">
<div class="pull-right" style="padding-right: 10px">
@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- */.dashboard-search .card-column,.dashboard-search .ui-sortable{min-height:0 !important}.dashboard-search .dashboard{margin-top:0 !important}.dashboard-search .card{padding-top:0 !important}.dashboard-search .card-widget{padding-top:10px !important}.dashboard-search .dashboard .container-fluid{padding:0 !important}.dashboard-search .form-search .input-append{width:100%}.dashboard-search .form-search .input-append input{width:80%}
+ */.dashboard-container .card-column,.dashboard-container .ui-sortable{min-height:0 !important}.dashboard-container .dashboard{margin-top:0 !important}.dashboard-container .card{padding-top:0 !important}.dashboard-container .card-widget{padding-top:10px !important}.dashboard-container .dashboard .container-fluid{padding:0 !important}.dashboard-container .form-search .input-append{width:100%}.dashboard-container .form-search .input-append input{width:80%}
@@ -16,7 +16,7 @@
*/
-.dashboard-search {
+.dashboard-container {
.dashboard .container-fluid {
padding: 6px;
}
.dropdown-menu li {
font-size: 14px;
.card-column, .ui-sortable {
min-height: 0 !important;
@@ -29,7 +29,7 @@ ${ commonheader(_('Dashboard'), "dashboard", user, request, "80px") | n,unicode
${ notebookKoComponents.downloadSnippetResults() }
-<div id="searchComponents" class="dashboard-search">
+<div id="searchComponents" class="dashboard-container">
${ common_search.page_structure(False, is_embeddable) }
</div>
@@ -29,7 +29,7 @@ ${ commonheader_m(_('Dashboard'), "dashboard", user, request, "80px") | n,unicod
${ common_search.page_structure(is_mobile=True) }