Project

General

Profile

Actions

Feature #29512

closed

Admin Panel position feature

Added by Anonymous about 13 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-09-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Hi there,

a nice feature for the T3 Admin-Panel would be that the position is not set to absolut but fixed.

The Advantage is, that you can always have you admin panel with you when working on a specific page and since most integrators work in a screen that is larger than the actual website, it can always be put somewhere, where it is not hiding the content.

Of course this fits not all integrators since people also work on laptops and netbooks, so maybe this feature should be activatable in the admin panel or somehing.

A way that already works is to include the following somewhere in a css file:


#TSFE_ADMIN_PANEL_FORM .typo3-adminPanel {
    background-color: #FFFFFF;
    box-shadow: 0 3px 15px #808080;
    position: fixed;
}

The Admin panel can still be moved and it still saves the last position but when you scroll, it stays right in place.

Greets

Tizian


Files

adminpanel-closed.png (11 KB) adminpanel-closed.png Closed admin panel displays on top right corner of the page Bernhard Eckl, 2011-09-08 14:56
adminpanel.png (20.5 KB) adminpanel.png Opened admin panel displays on top of the page Bernhard Eckl, 2011-09-08 14:56
Actions

Also available in: Atom PDF