Fix some indentations in pixelegg template, and add some missing classes

for mobile framework.
This commit is contained in:
Hadi Nategh 2017-09-15 11:34:30 +02:00
parent 91ce0f9811
commit 70302bbd04
3 changed files with 128 additions and 90 deletions

View File

@ -354,6 +354,9 @@
background-color: transparent; background-color: transparent;
left: 0px; left: 0px;
} }
.et2_link_to .et2_link_entry .ui-icon-triangle-1-s {
background: #ffffff url(../images/selectarrowdown.png) no-repeat center right;
}
.et2_link_to .et2_file span { .et2_link_to .et2_file span {
background-position: center; background-position: center;
background-size: 16px 16px; background-size: 16px 16px;
@ -362,6 +365,10 @@
-moz-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
.et2_link_entry .ui-icon-triangle-1-s {
background: #ffffff url(../images/selectarrowdown.png) no-repeat center right;
background-size: contain;
}
.et2_link { .et2_link {
color: #0C5DA5; color: #0C5DA5;
} }
@ -3557,6 +3564,8 @@ td.lettersearch {
cursor: pointer; cursor: pointer;
} }
#egwpopup #egwpopup_list .egwpopup_message { #egwpopup #egwpopup_list .egwpopup_message {
height: 140px;
overflow: scroll;
padding: 10px; padding: 10px;
background-color: #fafafa; background-color: #fafafa;
border-radius: 3px; border-radius: 3px;
@ -3580,11 +3589,33 @@ td.lettersearch {
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 26px; 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 { #egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
cursor: auto; cursor: auto;
background: none; background: none;
border-color: #666c6e; 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 { #egwpopup div#egwpopup_header {
font-size: 16px; font-size: 16px;
color: silver; color: silver;

View File

@ -36,26 +36,22 @@
&:hover {.Complete_Button_hover;} &:hover {.Complete_Button_hover;}
&:active {background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;}
} }
#egwpopup_list::-webkit-scrollbar-track #egwpopup_list::-webkit-scrollbar-track {
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #fafafa; background-color: #fafafa;
} }
#egwpopup_list::-webkit-scrollbar #egwpopup_list::-webkit-scrollbar {
{
width: 4px; width: 4px;
background-color: #fafafa; background-color: #fafafa;
} }
#egwpopup_list::-webkit-scrollbar-thumb #egwpopup_list::-webkit-scrollbar-thumb {
{
background-color: #6a6f71; background-color: #6a6f71;
} }
#egwpopup_list { #egwpopup_list {
overflow-y: auto; overflow-y: auto;
height: ~"calc(100% - 52px)"; height: ~"calc(100% - 52px)";
span.egwpopup_delete { span.egwpopup_delete {
display: inline-block; display: inline-block;
float: right; float: right;
@ -208,7 +204,6 @@
} }
} }
} }
} }
#egwpopup_fw_notifications { #egwpopup_fw_notifications {
@ -272,23 +267,17 @@
} }
/*popup Messsage*/ /*popup Messsage*/
div#egwpopup_message { div#egwpopup_message {
background-color: .color_gray_0; background-color: .color_gray_0;
padding: 1em; padding: 1em;
overflow-y: auto; overflow-y: auto;
} }
#msg,.message { #msg,.message {
color: red; color: red;
font-style: italic; font-style: italic;
background: @gray_0; background: @gray_0;
} }
// Container für Meldungen / Message Container // Container für Meldungen / Message Container
.egw_fw_ui_app_header_container { .egw_fw_ui_app_header_container {
border-width: 1px 0px 0px 0px; border-width: 1px 0px 0px 0px;
@ -307,21 +296,13 @@
} }
} }
.colselection.ui-widget-content { .colselection.ui-widget-content {width: 33%;}
width: 33%;
// margin-left: 49%;
}
/*Calendar ##############*/ /*Calendar ##############*/
td.message { td.message {
background-color: @gray_10 !important; background-color: @gray_10 !important;
height: 0px; height: 0px;
padding: 0px; padding: 0px;
span.message { span.message {
height: 35px; height: 35px;
border-bottom: 2px solid @gray_10; border-bottom: 2px solid @gray_10;
@ -330,9 +311,4 @@
height: auto; height: auto;
width: 100%; width: 100%;
} }
} }
//

View File

@ -365,6 +365,9 @@
background-color: transparent; background-color: transparent;
left: 0px; left: 0px;
} }
.et2_link_to .et2_link_entry .ui-icon-triangle-1-s {
background: #ffffff url(../images/selectarrowdown.png) no-repeat center right;
}
.et2_link_to .et2_file span { .et2_link_to .et2_file span {
background-position: center; background-position: center;
background-size: 16px 16px; background-size: 16px 16px;
@ -373,6 +376,10 @@
-moz-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
.et2_link_entry .ui-icon-triangle-1-s {
background: #ffffff url(../images/selectarrowdown.png) no-repeat center right;
background-size: contain;
}
.et2_link { .et2_link {
color: #0C5DA5; color: #0C5DA5;
} }
@ -3568,6 +3575,8 @@ td.lettersearch {
cursor: pointer; cursor: pointer;
} }
#egwpopup #egwpopup_list .egwpopup_message { #egwpopup #egwpopup_list .egwpopup_message {
height: 140px;
overflow: scroll;
padding: 10px; padding: 10px;
background-color: #fafafa; background-color: #fafafa;
border-radius: 3px; border-radius: 3px;
@ -3591,11 +3600,33 @@ td.lettersearch {
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 26px; 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 { #egwpopup #egwpopup_list .egwpopup_message_seen .egwpopup_mark {
cursor: auto; cursor: auto;
background: none; background: none;
border-color: #666c6e; 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 { #egwpopup div#egwpopup_header {
font-size: 16px; font-size: 16px;
color: silver; color: silver;