mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Change egw message box position
This commit is contained in:
parent
0c4c60dd42
commit
ad34029932
@ -3541,12 +3541,16 @@ div.admin-config form > table td b {
|
|||||||
*/
|
*/
|
||||||
body .egw_message_wrapper {
|
body .egw_message_wrapper {
|
||||||
background-color: #d9d9d9;
|
background-color: #d9d9d9;
|
||||||
right: 33%;
|
right: 0 !important;
|
||||||
|
max-width: 25%;
|
||||||
|
min-width: 25%;
|
||||||
box-shadow: 2px 3px 13px #666666;
|
box-shadow: 2px 3px 13px #666666;
|
||||||
-moz-box-shadow: 2px 3px 13px #666666;
|
-moz-box-shadow: 2px 3px 13px #666666;
|
||||||
-webkit-box-shadow: 2px 3px 13px #666666;
|
-webkit-box-shadow: 2px 3px 13px #666666;
|
||||||
-khtml-box-shadow: 2px 3px 13px #666666;
|
-khtml-box-shadow: 2px 3px 13px #666666;
|
||||||
top: 0px;
|
bottom: 0;
|
||||||
|
max-height: 60%;
|
||||||
|
overflow-y: auto;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
}
|
}
|
||||||
body .egw_message_wrapper > div:last-child {
|
body .egw_message_wrapper > div:last-child {
|
||||||
|
@ -441,9 +441,13 @@ div.admin-config form > table {
|
|||||||
*/
|
*/
|
||||||
body .egw_message_wrapper {
|
body .egw_message_wrapper {
|
||||||
.background_color_15_gray;
|
.background_color_15_gray;
|
||||||
right: 33%;
|
right: 0 !important;
|
||||||
|
max-width: 25%;
|
||||||
|
min-width: 25%;
|
||||||
.box_shadow;
|
.box_shadow;
|
||||||
top: 0px;
|
bottom: 0;
|
||||||
|
max-height: 60%;
|
||||||
|
overflow-y: auto;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
& > div:last-child {
|
& > div:last-child {
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user