Hi there,
i want do override the expandable settings of the toolbar window.
I put an override.css inside my default folder and set the following settings to
/**
* ExpressionEngine Corporate Theme
*/
/* -------------------------------------
/* Publish Page
/* -------------------------------------*/
#mainContent div#tools {
width: 296px;
float: right;
clear: left;
background: url('../images/tool_menu_background.png') repeat-y top;
display: none;
}
#mainContent #tools li a {
display: block;
background: url(../images/content_custom_tab_edit.png) no-repeat scroll left bottom;
padding-left: 32px;
padding-right: 4px;
line-height: 20px;
color: #37444d;
font-size: 11px;
text-decoration: none;
width: 230px;
overflow: hidden;
height: 20px;
}i changed also the publish_admin.js and set the settings for the holder margin-right and the toolbar link.
But i’m not able to set the tools anchors to a wider setting, i tried everything in side the developer tool of chrome, but i can’t get it?
Any ideas how to change the window, because i have longer description names for my custom fields and want them to show up?
Thanks
Peter