diff --git a/js/apps/system/aardvark/frontend/css/documentView.css b/js/apps/system/aardvark/frontend/css/documentView.css index 72e66de348..e089e76237 100644 --- a/js/apps/system/aardvark/frontend/css/documentView.css +++ b/js/apps/system/aardvark/frontend/css/documentView.css @@ -18,15 +18,6 @@ cursor: default !important; } -.docLink { -} - -.docPreview { - text-align: right; - float: right; - margin-right: -17px !important; -} - #collectionPrev, #collectionNext{ cursor: pointer; } @@ -89,13 +80,25 @@ color: #B30000; } +.editSecondAttribute, .editFirstAttribute, .docPreview { + text-align: right; + float: right; +} .editSecondAttribute, .editFirstAttribute { color: #444444; font-size: 16px; - float:right; padding-top: 4px; } +.editFirstAttribute, .docPreview{ + margin-right: -17px !important; +} + +.editSecondAttribute { + margin-right: -30px !important; + padding-bottom: 1px; +} + .addAttribute, .deleteAttribute { font-size: 20px; float:right; @@ -129,18 +132,7 @@ table.dataTable thead th { cursor: default !important; } -.editFirstAttribute { - float:right; - text-align:right; - margin-right: -17px !important; -} -.editSecondAttribute { - float:right; - text-align:right; - margin-right: -30px !important; - padding-bottom: 1px; -} #documentTableID .icon-edit { margin-top: 0; diff --git a/js/apps/system/aardvark/frontend/css/documentsView.css b/js/apps/system/aardvark/frontend/css/documentsView.css index 8020c5c27a..a9ebd084f0 100644 --- a/js/apps/system/aardvark/frontend/css/documentsView.css +++ b/js/apps/system/aardvark/frontend/css/documentsView.css @@ -82,14 +82,17 @@ table.dataTable thead th { margin-bottom: -10px; } -#filterHeader, #importHeader, .arangoDropdownIn { +#filterHeader, #importHeader, .arangoDropdownIn, #indexHeaderContent { + margin-left: 5px; + margin-right: 5px; background-color: white; +} + +#filterHeader, #importHeader, .arangoDropdownIn { padding-top: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; - margin-left: 5px; - margin-right: 5px; position:relative; } @@ -375,9 +378,6 @@ table.dataTable thead th { border-right-color: #8AA051; bottom: -10px; left: 1px; -} - -.badge .arrow:after { border-width: 10px; content: ""; } @@ -531,15 +531,6 @@ table.dataTable thead th { margin-left: 0px; } -#resetView, #filterSend, #confirmDocImport { -} - -#indexHeaderContent { - margin-left: 5px; - margin-right: 5px; - background-color: white; -} - #indexHeaderContent > div { padding: 10px; }