Better look of More menu in table structure

This commit is contained in:
Michal Čihař
2011-02-03 13:52:53 +01:00
parent 0eb21f75ea
commit 833b0b98f0

View File

@@ -1397,15 +1397,23 @@ a.close_enum_editor {
*/ */
.structure_actions_dropdown { .structure_actions_dropdown {
position: absolute; position: absolute;
padding: 3px; padding: 0;
display: none; display: none;
z-index: 100; z-index: 100;
border-collapse:collapse;
border: 1px solid #000;
padding: 0.2em;
} }
.structure_actions_dropdown a { .structure_actions_dropdown a {
display: block; display: block;
} }
.structure_actions_dropdown div {
margin: 0;
padding: 0;
}
td.more_opts { td.more_opts {
display: none; display: none;
white-space: nowrap; white-space: nowrap;
@@ -1634,3 +1642,4 @@ fieldset .disabled-field td {
#prefs_autoload { #prefs_autoload {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }