hey..thanks for this nice admin theme, its very handy for me..

i made some modifications and just wanna share them, maybe they´re good for someone else as well

i made just some additional css uhm settings and only in core.css

i never realised d sticky header in admin..last time when i worked on the permissions table i thought why there is no sticky header? cause the list is pretty long..
then i saw the only problem comes from the admin_menu module, cause there is no extra margin if admin_menu is enabled
so if you are using the admin_menu just put this line in your core.css to see the sticky table header

/* sticky Header*/
table.sticky-header {margin-top:20px;} 

i really like the extra save buttons on the top right
but sometimes i´m in the middle of a node and just wanna safe it..so where to go..up or down?
on the right there is a lot of unused space so why not make the additional save button fixed?
just change the following class to something like this

.form-layout-default .column-side .buttons {
    margin: 0 0 10px;
    position: fixed;
    width: 410px;
}

and the tables are great, but a bit to wide on a 24" screen so i needed to check if i´m on the right line before editing a node or something so i made a hover background for each line

table tr:hover {
    background: none repeat scroll 0 0 #FFFFCC;
}

these changes are very little but they helped me a lot to speed up my workflow and make the admin more intuitive

if you´ve made some changes as well feel free to share them with the community
maybe we can make this great admin theme become an absolutely awesome admin tool ;-)

Comments

aramboyajyan’s picture

Status: Active » Closed (won't fix)

All old and outdated 6.x issues are being closed.
Maintainer support will be provided only for major / blocking issues.

If you feel like this issue should be re-opened, feel free to do so.

Thanks!