Small css adjustments for better results on Firefox 47.
This commit is contained in:
parent
24aed99716
commit
82bcead23c
|
@ -111,6 +111,7 @@
|
|||
position: absolute;
|
||||
z-index: 99;
|
||||
top: 192px;
|
||||
left: 0px;
|
||||
max-width: 25px;
|
||||
height: 20px;
|
||||
width: 25px;
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ html {
|
|||
}
|
||||
|
||||
#tainacan-admin-app {
|
||||
background: #ffffffff;
|
||||
background: #ffffff;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue