setting huge z-index for message, to are completly above "icons" in top right

This commit is contained in:
Ralf Becker 2014-02-07 16:36:59 +00:00
parent 9cee688e82
commit 1beb73db9e
2 changed files with 5 additions and 5 deletions

View File

@ -5376,7 +5376,7 @@ body > div#egw_message {
background-position-x: 5px; background-position-x: 5px;
border: 2px gray solid; border: 2px gray solid;
min-width: 100px; min-width: 100px;
z-index: 10; z-index: 100000;
} }
/* /*
Printing Printing

View File

@ -89,7 +89,7 @@ div.et2_container {
margin-left: 32px; margin-left: 32px;
padding: 0px; padding: 0px;
.dimension_height_s; .dimension_height_s;
} }
table.et2_grid {.background_color_0_gray;} table.et2_grid {.background_color_0_gray;}
@ -180,7 +180,7 @@ table.dialog-main-view {width: 100%;}
} }
input.et2_textbox { input.et2_textbox {
font-size: 1.3em; font-size: 1.3em;
width: 550px; width: 550px;
margin-right: 20px; margin-right: 20px;
} }
@ -234,7 +234,7 @@ tr.dialog-header4{
margin-right: 55px; margin-right: 55px;
} }
} }
@ -381,5 +381,5 @@ body > div#egw_message {
background-position-x: 5px; background-position-x: 5px;
border: 2px gray solid; border: 2px gray solid;
min-width: 100px; min-width: 100px;
z-index: 10; z-index: 100000;
} }