mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
WIP framework:
- Fix sidebar header for active app - Fix sidebar apps not scrollable when is toggled on - Fix notification popup note is one pixel off
This commit is contained in:
parent
e8d0c061c6
commit
888e457888
@ -389,7 +389,7 @@
|
||||
background-size: 12px 12px;
|
||||
padding: 0px;
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
.et2_vfs td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/delete.svg");
|
||||
background-position: center;
|
||||
@ -4598,9 +4598,6 @@ td.message span.message {
|
||||
display: block !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_sidemenu .egw_fw_ui_scrollarea {
|
||||
top: -4px !important;
|
||||
}
|
||||
/** DON"T MOVE THIS **/
|
||||
.egw_fw_ui_splitter_vertical {
|
||||
background-image: url(../images/splitter_vert.png);
|
||||
@ -4949,7 +4946,8 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 252px;
|
||||
top: -13px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0px;
|
||||
border-left: 14px solid transparent;
|
||||
@ -4957,13 +4955,12 @@ td.message span.message {
|
||||
border-bottom: 12px solid #aaa;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 1px;
|
||||
top: -12px;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 252px;
|
||||
top: -11px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 15px solid transparent;
|
||||
@ -5016,6 +5013,7 @@ td.message span.message {
|
||||
position: absolute;
|
||||
right: -54px !important;
|
||||
top: 47px;
|
||||
min-width: 160px !important;
|
||||
width: 160px !important;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
@ -378,7 +378,7 @@
|
||||
background-size: 12px 12px;
|
||||
padding: 0px;
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
.et2_vfs td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/delete.svg");
|
||||
background-position: center;
|
||||
@ -4587,9 +4587,6 @@ td.message span.message {
|
||||
display: block !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_sidemenu .egw_fw_ui_scrollarea {
|
||||
top: -4px !important;
|
||||
}
|
||||
/** DON"T MOVE THIS **/
|
||||
.egw_fw_ui_splitter_vertical {
|
||||
background-image: url(../images/splitter_vert.png);
|
||||
@ -4938,7 +4935,8 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 252px;
|
||||
top: -13px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0px;
|
||||
border-left: 14px solid transparent;
|
||||
@ -4946,13 +4944,12 @@ td.message span.message {
|
||||
border-bottom: 12px solid #aaa;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 1px;
|
||||
top: -12px;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 252px;
|
||||
top: -11px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 15px solid transparent;
|
||||
@ -5005,6 +5002,7 @@ td.message span.message {
|
||||
position: absolute;
|
||||
right: -54px !important;
|
||||
top: 47px;
|
||||
min-width: 160px !important;
|
||||
width: 160px !important;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
@ -4598,9 +4598,6 @@ td.message span.message {
|
||||
display: block !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_sidemenu .egw_fw_ui_scrollarea {
|
||||
top: -4px !important;
|
||||
}
|
||||
/** DON"T MOVE THIS **/
|
||||
.egw_fw_ui_splitter_vertical {
|
||||
background-image: url(../images/splitter_vert.png);
|
||||
@ -4949,7 +4946,8 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 252px;
|
||||
top: -13px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0px;
|
||||
border-left: 14px solid transparent;
|
||||
@ -4957,13 +4955,12 @@ td.message span.message {
|
||||
border-bottom: 12px solid #aaa;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 1px;
|
||||
top: -12px;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 252px;
|
||||
top: -11px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 15px solid transparent;
|
||||
@ -5016,6 +5013,7 @@ td.message span.message {
|
||||
position: absolute;
|
||||
right: -54px !important;
|
||||
top: 47px;
|
||||
min-width: 160px !important;
|
||||
width: 160px !important;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
@ -102,7 +102,8 @@
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 252px;
|
||||
top: -13px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0px;
|
||||
border-left: 14px solid transparent;
|
||||
@ -110,13 +111,12 @@
|
||||
border-bottom: 12px solid #aaa;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 1px;
|
||||
top: -12px;
|
||||
}
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 252px;
|
||||
top: -11px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 15px solid transparent;
|
||||
@ -185,6 +185,7 @@
|
||||
position: absolute;
|
||||
right: -54px !important;
|
||||
top: 47px;
|
||||
min-width: 160px !important;
|
||||
width: 160px !important;
|
||||
background: @gray_0;
|
||||
&:before {
|
||||
|
@ -427,9 +427,6 @@
|
||||
height: 24px !important;
|
||||
}
|
||||
}
|
||||
.egw_fw_ui_scrollarea {
|
||||
top: -4px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
/** DON"T MOVE THIS **/
|
||||
|
@ -400,7 +400,7 @@
|
||||
background-size: 12px 12px;
|
||||
padding: 0px;
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
.et2_vfs td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/delete.svg");
|
||||
background-position: center;
|
||||
@ -4609,9 +4609,6 @@ td.message span.message {
|
||||
display: block !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_sidemenu .egw_fw_ui_scrollarea {
|
||||
top: -4px !important;
|
||||
}
|
||||
/** DON"T MOVE THIS **/
|
||||
.egw_fw_ui_splitter_vertical {
|
||||
background-image: url(../images/splitter_vert.png);
|
||||
@ -4960,7 +4957,8 @@ td.message span.message {
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 252px;
|
||||
top: -13px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0px;
|
||||
border-left: 14px solid transparent;
|
||||
@ -4968,13 +4966,12 @@ td.message span.message {
|
||||
border-bottom: 12px solid #aaa;
|
||||
margin-bottom: 12px;
|
||||
margin-left: 1px;
|
||||
top: -12px;
|
||||
}
|
||||
#egw_fw_topmenu_info_items #topmenu_info_notifications .popup_note:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 252px;
|
||||
top: -11px;
|
||||
left: 251px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 15px solid transparent;
|
||||
@ -5027,6 +5024,7 @@ td.message span.message {
|
||||
position: absolute;
|
||||
right: -54px !important;
|
||||
top: 47px;
|
||||
min-width: 160px !important;
|
||||
width: 160px !important;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user