mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Merge pull request #16 from filkaris/notifications_expand_less
Add css directives in less file & compile
This commit is contained in:
commit
91ce0f9811
@ -3553,6 +3553,8 @@ td.lettersearch {
|
||||
cursor: pointer;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message {
|
||||
height: 140px;
|
||||
overflow: scroll;
|
||||
padding: 10px;
|
||||
background-color: #fafafa;
|
||||
border-radius: 3px;
|
||||
@ -3576,11 +3578,33 @@ td.lettersearch {
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 26px;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message .notification_expanded {
|
||||
position: fixed;
|
||||
top: 5vh;
|
||||
height: 90vh;
|
||||
left: 20vw;
|
||||
width: 60vw;
|
||||
box-shadow: 0 0 40px #666;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message .notification_expanded:hover {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
|
||||
cursor: auto;
|
||||
background: none;
|
||||
border-color: #666c6e;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_expand {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url(../images/search.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#egwpopup div#egwpopup_header {
|
||||
font-size: 16px;
|
||||
color: silver;
|
||||
|
@ -79,6 +79,8 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.egwpopup_message {
|
||||
height: 140px;
|
||||
overflow: scroll;
|
||||
padding: 10px;
|
||||
background-color: #fafafa;
|
||||
border-radius: 3px;
|
||||
@ -101,10 +103,32 @@
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 26px;
|
||||
}
|
||||
.notification_expanded {
|
||||
position: fixed;
|
||||
top: 5vh;
|
||||
height: 90vh;
|
||||
left: 20vw;
|
||||
width: 60vw;
|
||||
box-shadow: 0 0 40px #666;
|
||||
&:hover {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
}
|
||||
}
|
||||
.egwpopup_message_seen {
|
||||
.egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;}
|
||||
}
|
||||
.egwpopup_expand {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url(../images/search.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
div#egwpopup_header {
|
||||
font-size: 16px;
|
||||
@ -311,4 +335,4 @@
|
||||
|
||||
|
||||
|
||||
//
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user