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

@ -16,7 +16,7 @@
//############################################################################################################## //##############################################################################################################
#egwpopup{ #egwpopup {
top: 43px !important; top: 43px !important;
right:0px !important; right:0px !important;
left: auto !important; left: auto !important;
@ -29,33 +29,29 @@
/*Button*/ /*Button*/
input#egwpopup_ok_button, input#egwpopup_ok_button,
button#desktop_perms{ button#desktop_perms {
.Complete_Button_normal; .Complete_Button_normal;
.dimension_height_m; .dimension_height_m;
padding: 0 5px; padding: 0 5px;
&: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;
@ -103,32 +99,32 @@
background-repeat: no-repeat; background-repeat: no-repeat;
padding-left: 26px; padding-left: 26px;
} }
.notification_expanded { .notification_expanded {
position: fixed; position: fixed;
top: 5vh; top: 5vh;
height: 90vh; height: 90vh;
left: 20vw; left: 20vw;
width: 60vw; width: 60vw;
box-shadow: 0 0 40px #666; box-shadow: 0 0 40px #666;
&:hover { &:hover {
background-color: #fafafa; background-color: #fafafa;
} }
} }
} }
.egwpopup_message_seen { .egwpopup_message_seen {
.egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;} .egwpopup_mark {cursor: auto;background:none;border-color: #666c6e;}
} }
.egwpopup_expand { .egwpopup_expand {
display: inline-block; display: inline-block;
float: right; float: right;
width: 24px; width: 24px;
height: 24px; height: 24px;
background-image: url(../images/search.png); background-image: url(../images/search.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 12px; background-size: 12px;
cursor: pointer; cursor: pointer;
} }
} }
div#egwpopup_header { div#egwpopup_header {
font-size: 16px; font-size: 16px;
@ -208,26 +204,25 @@
} }
} }
} }
} }
#egwpopup_fw_notifications { #egwpopup_fw_notifications {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
float: right; float: right;
margin-right: 1em; margin-right: 1em;
margin-top: 0px; margin-top: 0px;
z-index: 200; z-index: 200;
width: 26px; width: 26px;
height: 16px; height: 16px;
top: 9px; top: 9px;
position: fixed; position: fixed;
right: 109px; right: 109px;
border: 1px solid #656565; border: 1px solid #656565;
border-radius: 3px; border-radius: 3px;
text-align: center; text-align: center;
color: #646464; color: #646464;
font-weight: bold; font-weight: bold;
.popup_note { .popup_note {
position: absolute; position: absolute;
position: absolute; position: absolute;
@ -271,23 +266,17 @@
border-color:#b9436c; border-color:#b9436c;
} }
/*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 {
color: red;
font-style: italic;
background: @gray_0;
} }
#msg,.message {
color: red;
font-style: italic;
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 {
@ -307,32 +296,19 @@
} }
} }
.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 {
height: 35px;
span.message { border-bottom: 2px solid @gray_10;
height: 35px; color: red;
border-bottom: 2px solid @gray_10; background: @gray_10;
color: red; height: auto;
background: @gray_10; width: 100%;
height: auto; }
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;