Small css adjustments for better results on Firefox 47.

This commit is contained in:
Mateus Machado Luna 2018-08-08 11:40:05 -03:00
parent 24aed99716
commit 82bcead23c
4 changed files with 4 additions and 3 deletions

View File

@ -111,6 +111,7 @@
position: absolute;
z-index: 99;
top: 192px;
left: 0px;
max-width: 25px;
height: 20px;
width: 25px;

View File

@ -111,7 +111,7 @@ UserPrefsPlugin.install = function (Vue, options = {}) {
slug: 'creation_date',
name: 'Creation Date'
},
'view_mode': 'table',
'view_mode': 'cards',
'admin_view_mode': 'table',
'fetch_only': {
0: 'thumbnail',

View File

@ -1086,7 +1086,7 @@
} else {
let prefsAdminViewMode = !this.isRepositoryLevel ? 'admin_view_mode_' + this.collectionId : 'admin_view_mode';
if (this.$userPrefs.get(prefsAdminViewMode) == undefined)
this.$eventBusSearch.setInitialAdminViewMode('table');
this.$eventBusSearch.setInitialAdminViewMode('cards');
else
this.$eventBusSearch.setInitialAdminViewMode(this.$userPrefs.get(prefsAdminViewMode));
}

View File

@ -33,7 +33,7 @@ html {
}
#tainacan-admin-app {
background: #ffffffff;
background: #ffffff;
position: fixed;
top: 0;
left: 0;