Actions
Feature #29512
closedAdmin Panel position feature
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
Actions