mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
setting huge z-index for message, to are completly above "icons" in top right
This commit is contained in:
parent
9cee688e82
commit
1beb73db9e
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user