pixelegg changes from today

This commit is contained in:
Ralf Becker 2013-11-15 17:05:59 +00:00
parent 3125070769
commit 8db8ec9440
15 changed files with 1293 additions and 1388 deletions

View File

@ -196,6 +196,8 @@ a.et2_url.url {
border: none;
background: transparent;
padding: 0px;
width: 16px;
height: 16px;
}
button.et2_button_text:hover,
input[type=button]:hover {
@ -885,6 +887,12 @@ div.message.floating {
float: right;
display: none;
}
.favorites .sideboxstar {
background-image: url("../images/bullet.png");
background-repeat: no-repeat;
height: 9px;
width: 9px;
}
.sidebox-favorites ul.favorites {
width: 99%;
padding: 0px;
@ -893,7 +901,7 @@ div.message.floating {
}
.sidebox-favorites ul.favorites li {
padding-left: 0 !important;
margin-left: -10px;
margin-left: 0px;
line-height: 1.5em;
}
.sidebox-favorites ul.favorites li img {
@ -911,14 +919,7 @@ div.message.floating {
}
.sidebox-favorites ul.favorites li img:hover {
height: 16px;
background-color: #b3b3b3 !important;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
/*.Complete_Button_Icon_hover ;*/
}
.sidebox-favorites ul.favorites li img.sideboxstar {
margin-right: 1ex;
@ -973,6 +974,9 @@ div.message.floating {
-moz-border-radius: 3px;
border-radius: 3px;
}
.sidebox-favorites .ui-menu .ui-menu-item:hover {
background-color: #ffdd73;
}
.sidebox-favorites .ui-menu .ui-menu-item a {
line-height: inherit;
padding: 2px 0px;
@ -980,18 +984,11 @@ div.message.floating {
}
.sidebox-favorites .ui-menu .ui-menu-item a:hover {
text-decoration: underline;
background-color: #b3b3b3 !important;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
/*.Complete_Button_Icon_hover ;*/
}
.sidebox-favorites .ui-menu .ui-menu-item a img {
height: 16px;
width: 16px;
height: 14px;
width: 14px;
}
.sidebox-favorites div.ui-icon-heart {
position: relative;
@ -1030,10 +1027,12 @@ div.message.floating {
.nextmatch_sortheader.asc {
font-weight: bold;
background-image: url(../images/up.png);
background-size: 12px 12px;
}
.nextmatch_sortheader.desc {
font-weight: bold;
background-image: url(../images/down.png);
background-size: 12px 12px;
}
.nextmatch_resize_helper {
border-right: 1px dotted gray;
@ -1069,9 +1068,9 @@ div.message.floating {
/* End of hierarchy */
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
.et2_nextmatch * .et2_link_to {
position: fixed;
position: relative;
left: 0px;
background-color: white;
background-color: inherit;
border: 1px gray;
padding: 5px;
}
@ -1281,6 +1280,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn {
overflow-x: hidden;
}
/*sadfs*/
/**
* EGroupware: Stylite Pixelegg template
*
@ -1351,7 +1351,7 @@ option:checked {
color: #ffffff;
font-weight: bold;
background-image: none;
background-color: #679fd2;
background-color: #0c5da5;
}
.ui-widget-header a {
color: #ffffff;
@ -1412,7 +1412,7 @@ option:checked {
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #e17009;
color: #808080;
text-decoration: none;
}
/* Interaction Cues
@ -1444,14 +1444,18 @@ option:checked {
color: #b3b3b3;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #b3b3b3;
.ui-widget-content .ui-state-error a {
color: #ff0000;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #b3b3b3;
color: #ff0000;
}
/*Schliessen x*/
.ui-icon-closethick {
color: #ffffff;
background-color: #ff0000;
}
/**
* EGroupware: Stylite Pixelegg template
@ -2014,56 +2018,6 @@ button[id*="note"]:focus {
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
button#mail-index_button[mailcreate],
button[id*="mailcreate"] {
background-color: #0b5fa4;
color: #FFF;
text-shadow: none;
height: 35px;
background-image: none !important;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 20px;
border-radius: 3px;
border-top-left-radius: 20px;
background-image: url("images/write_mail.png") !important;
background-position: right center !important;
background-repeat: no-repeat;
padding-left: 25px;
text-align: left;
width: 99%;
}
button#mail-index_button[mailcreate]:before,
button[id*="mailcreate"]:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
button#mail-index_button[mailcreate]:hover,
button[id*="mailcreate"]:hover {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 20px;
border-radius: 3px;
border-top-left-radius: 20px;
}
button#mail-index_button[mailcreate]:focus,
button[id*="mailcreate"]:focus {
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 20px;
border-radius: 3px;
border-top-left-radius: 20px;
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
button#mail-compose_button[send],
button#mail-compose_button[id*="send"],
.mail-compose_button {
@ -2142,9 +2096,16 @@ button[id*="add_alarm"]:focus {
/* @group Base */
.chzn-container {
color: #808080;
width: auto;
}
.chzn-container .chzn-drop {
width: auto;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single span {
width: auto;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
@ -2673,10 +2634,10 @@ a.textSidebox,
td.lettersearch {
background-image: none;
}
.nextmatch_header table {
/*.nextmatch_header table {
border: none !important;
width: 99% !important;
}
}*/
.egw_fw_ui_sidemenu_marker {
display: block;
height: 20px;
@ -2947,6 +2908,9 @@ table.et2_grid {
border-top: 3px solid;
border-color: #f0f0f0;
}
.innerContainer {
overflow: hidden;
}
.egwGridView_grid tr.th > td,
.nextmatch_header {
background-color: #d9d9d9;
@ -3045,9 +3009,10 @@ table.egwGridView_outer thead tr th.optcol .selectcols:active {
background-repeat: no-repeat;
}
table.egwGridView_grid {
font-size: 1.3em;
font-size: 1.4em;
background-color: #ffffff;
border-spacing: 0px;
border-spacing: 0px 1px;
width: 100%;
}
table.egwGridView_grid img {
width: 16px;
@ -3103,9 +3068,6 @@ table.egwGridView_grid tr td:active {
.nextmatch_header tr {
background: none;
}
.nextmatch_header {
padding: 0px;
}
/**
* EGroupware: Stylite Pixelegg template
*
@ -3287,7 +3249,7 @@ table.egwGridView_grid tr td:active {
float: left;
/* ###########################################################################################################################################
/* ###########################################################################################################################################
* Topmenu
* Topmenu / Home / Einstellungen / usw..
/* ###########################################################################################################################################
*/
}
@ -3312,18 +3274,6 @@ table.egwGridView_grid tr td:active {
#egw_fw_header #egw_fw_topmenu_info_items {
display: inline;
}
#egw_fw_header #egw_fw_topmenu {
display: block;
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
-ms-transition: all 1s linear;
transition: all 1s linear;
color: #000000;
-webkit-border-bottom-left-radius: none;
-moz-border-radius-bottomleft: none;
border-bottom-left-radius: none;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items {
float: left;
padding-top: 10px;
@ -3358,6 +3308,10 @@ table.egwGridView_grid tr td:active {
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
border: none;
}
/*#################################################
###################################################
Slide Effekt
###################################################*/
#egw_fw_topmenu_slide {
width: auto;
text-align: center;
@ -3384,14 +3338,50 @@ table.egwGridView_grid tr td:active {
margin-top: 10px;
margin-left: 40px;
}
/*#################################################
###################################################
Add / Print / Logout /
- Name / Date
###################################################*/
#egw_fw_topmenu_addons {
/* ###################################################################
* Topmenu
*
* Name + Datum + Hinzufügen
*
*
* */
/*Name / Datum / angemeldete User*/
}
#egw_fw_topmenu_addons span#quick_add {
position: fixed;
right: 88px;
top: 0;
z-index: 200;
padding: 0 0.8em 0.8em 0.5em;
}
#egw_fw_topmenu_addons span#quick_add:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox {
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
height: 30px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:hover {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:focus {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox option:first-child:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#egw_fw_topmenu_addons #egw_fw_logout {
background-image: url(../images/logout.png);
@ -3454,54 +3444,41 @@ table.egwGridView_grid tr td:active {
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items {
padding-right: 20px;
float: right;
white-space: nowrap;
float: right;
display: flex;
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
/*float: right;*/
margin-top: 0;
font-size: 1em;
padding-right: 5px;
}
#egw_fw_topmenu_addons span#quick_add {
position: fixed;
right: 88px;
top: 0;
z-index: 200;
padding: 0 0.8em 0.8em 0.5em;
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3) {
position: relative;
top: 0px;
display: inline-block;
}
#egw_fw_topmenu_addons span#quick_add:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox {
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
height: 30px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:hover {
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:focus {
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):focus {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox option:first-child:before {
content: "+";
font-size: 2em;
color: #ffc200;
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):before {
content: "| ";
font-size: 1em;
color: #0c5da5;
}
/* ################################################################################################################
################################################################################################################
################################################################################################################
* Sidebar
* ################################################################################################################
*/
* ################################################################################################################*/
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
@ -3533,9 +3510,9 @@ table.egwGridView_grid tr td:active {
background-color: #fafafa;
background-image: none;
border-color: #f0f0f0;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
background-color: #d9d9d9;
@ -3693,12 +3670,6 @@ table.egwGridView_grid tr td:active {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
background-color: inherit !important;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .favorites .sideboxstar {
background-image: url("../images/bullet.png");
background-repeat: no-repeat;
height: 9px;
width: 9px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px;
}
@ -3755,24 +3726,17 @@ table.egwGridView_grid tr td:active {
background-color: #ffffff;
border-color: #808080;
}
.egw_fw_ui_category_content .sidebox-favorites .favorites div.ui-icon-trash {
margin-right: 2px;
margin-top: -5px;
}
.egw_fw_ui_sidemenu_listitem {
display: block;
margin: 4px 0 5px 20px;
padding: 0.5em 0;
margin: 4px 0 5px 0px;
position: relative;
}
.egw_fw_ui_sidemenu_listitem img {
height: 9px;
width: 9px;
padding: 0px;
}
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
height: 9px;
width: 9p;
padding: 0px;
float: left;
background-image: url("../images/bullet.png");
}
.egw_fw_ui_sidemenu_listitem input {
height: 16px;
@ -3784,17 +3748,21 @@ table.egwGridView_grid tr td:active {
margin-left: 1px;
}
.egw_fw_ui_sidemenu_listitem select {
width: 86% !important;
max-width: 85% !important;
}
.egw_fw_ui_sidemenu_listitem img {
height: 9px;
width: 9px;
padding: 0px;
float: right;
}
.egw_fw_ui_sidemenu_listitem a {
padding: 5px 30px 5px 5px;
padding: 5px 0px 5px 5px;
text-decoration: none;
min-width: 5em;
display: block;
}
.egw_fw_ui_sidemenu_listitem a:hover {
color: #000000;
background-color: #679fd2;
}
.egw_fw_ui_sidemenu_listitem a:active {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
@ -3837,6 +3805,11 @@ table.egwGridView_grid tr td:active {
border-radius: 3px;
color: #ffffff;
}
.egw_fw_ui_sidemenu_listitem:hover {
color: #000000;
background-color: #ffdd73;
padding: 0.5em 0;
}
.egw_fw_ui_scrollarea {
overflow: hidden;
z-index: 0;
@ -4096,6 +4069,7 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
.et2_nextmatch input,
.et2_nextmatch select {
height: auto;
width: auto;
}
.et2_nextmatch .nextmatch_header {
border: none;
@ -4104,6 +4078,10 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
background-size: 80% 10;
margin-bottom: 3px;
}
.et2_nextmatch .nextmatch_header img {
height: 16px;
width: 16px;
}
.et2_nextmatch .nextmatch_header div.et2_hbox_right {
background: transparent;
}
@ -4120,7 +4098,7 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: -5px;
margin-top: 0px;
margin-right: 1em;
height: 16px;
width: 16px;
@ -4147,7 +4125,9 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
cursor: pointer;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
@ -4162,16 +4142,22 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
*/
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
height: 2em;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown img {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown img {
height: 16px;
width: 16px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown button {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button {
height: 3.0ex;
display: inline-block;
vertical-align: middle;
@ -4181,44 +4167,62 @@ div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2
background-image: none;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown button > div {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button > div {
vertical-align: middle;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown button:last-child {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button:last-child {
padding: 0px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown + ul.ui-menu {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown + ul.ui-menu {
position: absolute;
z-index: 2;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul {
border-color: #bfbfbf;
background-color: #ffffff;
color: #000000;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li {
background-color: #ffffff;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li:hover {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li:hover {
background-color: #f0f0f0;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li a {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a {
height: 40px;
border: none;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li a img {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a img {
height: 16px;
width: 16px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li a:hover {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a:hover {
background: none;
text-indent: -22px;
margin-left: 21px;

BIN
pixelegg/images/about.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -146,6 +146,13 @@ h6 {
}
/*TARP ICON*/
img#tarp {
width: 32px !important;
height: 32px !important;
}
//

View File

@ -10,17 +10,11 @@
@import (reference) "def_buttons.less";
/**
* Top level
*/
.et2_container {
// /*margin: 10px; border: 1px solid gray;*/
// /*margin: 10px; border: 1px solid gray;*/
padding: 0px;
background-color: transparent;
height: 100%;
@ -182,6 +176,7 @@ a.et2_url.url {
text-shadow: 1px 1px #E0E0E0;
}
// in Nextmatch definiert
//.et2_button_text, input[type=button] {
// background-color: #E0E0E0;
@ -202,6 +197,8 @@ a.et2_url.url {
border: none;
background: transparent;
padding: 0px;
width: 16px;
height: 16px;
}
button.et2_button_text:hover, input[type=button]:hover {
color: #050505;
@ -304,15 +301,15 @@ button.et2_button_text:focus, input[type=button]:focus {
.et2_selectbox .ui-multiselect-checkboxes li {
margin: 0px;
clear: both;
// padding-left: 26px;
// padding-right: 3px;
// padding-left: 26px;
// padding-right: 3px;
text-decoration: none;
list-style-image: none;
list-style-type: none;
// text-indent: -26px;
// max-width: 85%;
// text-indent: -26px;
// max-width: 85%;
// &:hover {background-color: @egw_color_2_e;}
// &:hover {background-color: @egw_color_2_e;}
}
.et2_selectbox .ui-multiselect-checkboxes ul {
margin: 0px auto;
@ -331,7 +328,7 @@ button.et2_button_text:focus, input[type=button]:focus {
border: 0px solid transparent;
padding: 0.1em 0.2em;
// &:hover {background-color: @egw_color_2_e;}
// &:hover {background-color: @egw_color_2_e;}
}
.et2_selectbox input[type="checkbox"] {
margin: 3px;
@ -661,11 +658,11 @@ ul.et2_link_string {
padding: 4px;
cursor: pointer;
.border-radius(3px,0,0,3px);
// .bordered (@egw_color_2_c, @egw_color_2_c, #bfbfbf, @egw_color_2_c);
// .bordered (@egw_color_2_c, @egw_color_2_c, #bfbfbf, @egw_color_2_c);
.background-color-25-gray;
// .border_radius_button_normal;
// .border_normal;
// .border_radius_button_normal;
// .border_normal;
-webkit-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5);
@ -677,16 +674,16 @@ ul.et2_link_string {
&:hover {
.color-5-gray;
// border: 1px solid gray;
// border: 1px solid gray;
.background-color-25-gray;
}
&:active{
.background-color-0-gray;
// border-width: 3px 1px 0px 0;
// border-style: solid;
// border-spacing: 0px;
// border-color: @active_button_border_bottom;
// border-width: 3px 1px 0px 0;
// border-style: solid;
// border-spacing: 0px;
// border-color: @active_button_border_bottom;
.color-0-gray;
}
@ -694,12 +691,12 @@ ul.et2_link_string {
.et2_tabflag.active {
// .background-color-50-gray !important;
// border-width: 8px 7px 0px 6px;
// border-style: solid;
// .background-color-50-gray !important;
// border-width: 8px 7px 0px 6px;
// border-style: solid;
border-spacing: 0px;
// border-color: @active_button_border_bottom;
// .color-0-gray;
// border-color: @active_button_border_bottom;
// .color-0-gray;
background-color: white;
.color-100-gray;
border-width: 1px 1px 0px 1px;
@ -707,7 +704,7 @@ ul.et2_link_string {
.border-color-25-gray;
&:hover {
.color-100-gray;
// border: 1px solid gray;
// border: 1px solid gray;
background-color: white;
}
}
@ -757,7 +754,7 @@ ul.et2_vfs {
[required] {
background-color: @egw_color_1_a;
input{
// border-color: #FFFFD0;
// border-color: #FFFFD0;
}
}
.invalid {
@ -799,7 +796,7 @@ table.et2_grid {
}
.et2_grid td {
/* border: 1px dashed silver;*/
/* border: 1px dashed silver;*/
}
/**
* Sortable grid
@ -875,7 +872,7 @@ div.message.floating {
*/
.et2_nextmatch {
/* background-color: silver;*/
/* background-color: silver;*/
}
/* Left & right headers*/
@ -907,9 +904,9 @@ div.message.floating {
.et2_nextmatch .nextmatch_header {
border: none;
background-image: none;
// background-color: transparent;
// background-color: transparent;
margin-bottom: 3px;
// margin-right: 3px;
// margin-right: 3px;
}
.et2_nextmatch .nextmatch_header > .filters {
border: 1px solid silver;
@ -969,20 +966,19 @@ div.message.floating {
float:right;
display:none;
}
// .sideboxstar {
// height: 9px;
// display: inline-block;
// padding: 0px 4px;
// margin: 0px 5px;
//
// /* TODO: This is template specific */
// background-image: url(../../../phpgwapi/templates/idots/images/orange-ball.png);
// }
} // Favoriten
// List Icon
.sideboxstar{
background-image: url("../images/bullet.png");
background-repeat: no-repeat;
height: 9px;
width: 9px
}
}
// sidebox-favorites
.sidebox-favorites {
ul.favorites {
@ -994,7 +990,7 @@ div.message.floating {
li {
padding-left: 0 !important;
margin-left: -10px;
margin-left: 0px;
line-height: 1.5em;
@ -1005,7 +1001,10 @@ div.message.floating {
.Complete_Button_Icon_normal;
&:hover {height: 16px; .Complete_Button_Icon_hover ;}
&:hover {
height: 16px;
/*.Complete_Button_Icon_hover ;*/
}
}
img.sideboxstar {
@ -1054,18 +1053,28 @@ div.message.floating {
.ui-menu-item {
&:hover {background-color: @egw_color_1_e;}
a {
line-height: inherit;
padding: 2px 0px;
padding-left: 0 !important;
&:hover {text-decoration: underline; .Complete_Button_Icon_hover ;}
&:hover {text-decoration: underline;
/*.Complete_Button_Icon_hover ;*/
}
img { height: 16px; width: 16px;}
img { height: 14px;
width: 14px;
}
}
}
}
div.ui-icon-heart{
position: relative;
float: left;
@ -1074,11 +1083,11 @@ div.message.floating {
background-image: none;
}
div.ui-icon-trash{
// margin-top: -5px;
// margin-right: 2px;
// margin-top: -5px;
// margin-right: 2px;
// background: transparent;
// background: transparent;
background-image:url(../images/delete.png);
background-size: 16px 16px;
@ -1122,11 +1131,13 @@ div.message.floating {
.nextmatch_sortheader.asc {
font-weight: bold;
background-image: url(../images/up.png);
background-size: 12px 12px;
}
.nextmatch_sortheader.desc {
font-weight: bold;
background-image: url(../images/down.png);
background-size: 12px 12px;
}
.nextmatch_resize_helper {
@ -1164,9 +1175,9 @@ div.message.floating {
/* Mangled link-to widget inside a nextmatch - used for DnD uploads */
.et2_nextmatch * .et2_link_to {
position: fixed;
position: relative;
left: 0px;
background-color: white;
background-color: inherit;
border: 1px gray;
padding: 5px;
}
@ -1297,7 +1308,6 @@ div.et2_progress > div {
margin: 0;
padding: 6px;
}
.et2_itempicker_app_select li.selected {
border: 1px solid #b6b6b6;
border-right: 1px solid transparent;
@ -1305,7 +1315,6 @@ div.et2_progress > div {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.et2_itempicker_search {
display: inline-block;
margin: 1em;
@ -1314,20 +1323,17 @@ div.et2_progress > div {
width: 67%;
padding: 0.2em;
}
.et2_itempicker_clear {
position: relative;
top: 3px;
left: -20px;
}
.et2_itempicker_button_action {
position: absolute;
margin: 1em;
top: 0;
right: 0;
}
.et2_itempicker_itemlist {
display: block;
border: 1px solid #b6b6b6;
@ -1338,13 +1344,11 @@ div.et2_progress > div {
background-color: #ffffff;
overflow: auto;
}
.et2_itempicker_itemlist ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.et2_itempicker_itemlist li {
display: block;
margin: 0;
@ -1357,16 +1361,13 @@ div.et2_progress > div {
-ms-user-select: none;
user-select: none;
}
.et2_itempicker_itemlist li.row_on {
background-color: #f2f9fe;
}
.et2_itempicker_itemlist li.selected {
color: #ffffff;
background-color: #3875d7;
}
/**
* et2_dialog: EGroupware left aligns all buttons, but [Delete]
*/
@ -1384,14 +1385,16 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.et2_prompt #value {
width: 100%;
}
/**
* et2_taglist
*/
.ms-ctn,.ms-res-ctn {
.ms-ctn,
.ms-res-ctn {
/* It doesn't really work smaller than this */
min-width: 150px;
}
.ms-ctn .loading {
position: relative;
margin: 0px auto -16px auto;
@ -1400,3 +1403,5 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
.ms-res-ctn {
overflow-x: hidden;
}
/*sadfs*/

View File

@ -71,7 +71,7 @@ option:checked {background-color: @egw_color_1_e;}
.color-0-gray;
font-weight: bold;
background-image: none;
background-color: @egw_color_2_e;
background-color: @egw_color_2_a;
}
.ui-widget-header a {
// color: #ffffff;
@ -124,14 +124,14 @@ option:checked {background-color: @egw_color_1_e;}
.bordered(1px, 1px, 1px,1px);
.border-color-25-gray;
background: @color-hint;
// background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
background-image: none;
font-weight: bold;
.color-50-gray;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #e17009;
.color-50-gray;
text-decoration: none;
}
@ -159,14 +159,19 @@ option:checked {background-color: @egw_color_1_e;}
.color-30-gray;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
.color-30-gray;
.ui-widget-content .ui-state-error a,{
color: @red;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
.color-30-gray;
color: @red;
}
//
/*Schliessen x*/
.ui-icon-closethick {
.color-0-gray;
background-color: @red;
}

View File

@ -238,29 +238,6 @@ button[id*="note"]{
}
// #####################################################
// Create Button (mail)
button#mail-index_button[mailcreate],
button[id*="mailcreate"]{
.Complete_Button_add;
background-image: url("images/write_mail.png") !important;
background-position: right center !important;
background-repeat: no-repeat;
padding-left: 25px;
text-align: left;
width: 99%;
&:hover {
.box_shadow_standard_light_hover;
.border_radius_button_lefttop ;
// background-image:url('../images/bearbeiten.png');
}
&:focus {.border_radius_button_lefttop ;.box_shadow_standard_light_inset;}
}
// #####################################################
// Senden Button (mail Dialog)

Binary file not shown.

View File

@ -449,10 +449,10 @@ td.lettersearch {
}
.nextmatch_header table {
/*.nextmatch_header table {
border: none !important;
width: 99% !important;
}
}*/
.egw_fw_ui_sidemenu_marker {

View File

@ -364,6 +364,7 @@
.et2_nextmatch input,
.et2_nextmatch select {
height: auto;
width: auto;
}
.et2_nextmatch .nextmatch_header {
border: none;
@ -372,6 +373,10 @@
background-size: 80% 10;
margin-bottom: 3px;
}
.et2_nextmatch .nextmatch_header img {
height: 16px;
width: 16px;
}
.et2_nextmatch .nextmatch_header div.et2_hbox_right {
background: transparent;
}
@ -388,7 +393,7 @@
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: -5px;
margin-top: 0px;
margin-right: 1em;
height: 16px;
width: 16px;
@ -415,7 +420,9 @@
cursor: pointer;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
@ -430,16 +437,22 @@
*/
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown {
height: 2em;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown img {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown img,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown img {
height: 16px;
width: 16px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown button {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button {
height: 3.0ex;
display: inline-block;
vertical-align: middle;
@ -449,44 +462,62 @@
background-image: none;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown button > div {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button > div,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button > div {
vertical-align: middle;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown button:last-child {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown button:last-child,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown button:last-child {
padding: 0px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite .et2_dropdown + ul.ui-menu {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper .et2_dropdown + ul.ui-menu,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper .et2_dropdown + ul.ui-menu {
position: absolute;
z-index: 2;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul {
border-color: #bfbfbf;
background-color: #ffffff;
color: #000000;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li {
background-color: #ffffff;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li:hover {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li:hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li:hover {
background-color: #f0f0f0;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li a {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a {
height: 40px;
border: none;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li a img {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a img,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a img {
height: 16px;
width: 16px;
}
.et2_nextmatch .nextmatch_header div#infolog-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div.addressbook-index_favorite ul li a:hover {
.et2_nextmatch .nextmatch_header div#addressbook-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#timesheet-index_favorite_wrapper ul li a:hover,
.et2_nextmatch .nextmatch_header div#projectmanager-list_favorite_wrapper ul li a:hover {
background: none;
text-indent: -22px;
margin-left: 21px;

Binary file not shown.

View File

@ -362,7 +362,7 @@
float: left;
/* ###########################################################################################################################################
/* ###########################################################################################################################################
* Topmenu
* Topmenu / Home / Einstellungen / usw..
/* ###########################################################################################################################################
*/
}
@ -387,18 +387,6 @@
#egw_fw_header #egw_fw_topmenu_info_items {
display: inline;
}
#egw_fw_header #egw_fw_topmenu {
display: block;
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
-ms-transition: all 1s linear;
transition: all 1s linear;
color: #000000;
-webkit-border-bottom-left-radius: none;
-moz-border-radius-bottomleft: none;
border-bottom-left-radius: none;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items {
float: left;
padding-top: 10px;
@ -433,6 +421,10 @@
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
border: none;
}
/*#################################################
###################################################
Slide Effekt
###################################################*/
#egw_fw_topmenu_slide {
width: auto;
text-align: center;
@ -459,14 +451,50 @@
margin-top: 10px;
margin-left: 40px;
}
/*#################################################
###################################################
Add / Print / Logout /
- Name / Date
###################################################*/
#egw_fw_topmenu_addons {
/* ###################################################################
* Topmenu
*
* Name + Datum + Hinzufügen
*
*
* */
/*Name / Datum / angemeldete User*/
}
#egw_fw_topmenu_addons span#quick_add {
position: fixed;
right: 88px;
top: 0;
z-index: 200;
padding: 0 0.8em 0.8em 0.5em;
}
#egw_fw_topmenu_addons span#quick_add:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox {
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
height: 30px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:hover {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:focus {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox option:first-child:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#egw_fw_topmenu_addons #egw_fw_logout {
background-image: url(../images/logout.png);
@ -529,54 +557,41 @@
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items {
padding-right: 20px;
float: right;
white-space: nowrap;
float: right;
display: flex;
}
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(2) {
/*float: right;*/
margin-top: 0;
font-size: 1em;
padding-right: 5px;
}
#egw_fw_topmenu_addons span#quick_add {
position: fixed;
right: 88px;
top: 0;
z-index: 200;
padding: 0 0.8em 0.8em 0.5em;
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3) {
position: relative;
top: 0px;
display: inline-block;
}
#egw_fw_topmenu_addons span#quick_add:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox {
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
height: 30px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:hover {
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox:focus {
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):focus {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_topmenu_addons span#quick_add select#quick_add_selectbox option:first-child:before {
content: "+";
font-size: 2em;
color: #ffc200;
#egw_fw_topmenu_addons #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):before {
content: "| ";
font-size: 1em;
color: #0c5da5;
}
/* ################################################################################################################
################################################################################################################
################################################################################################################
* Sidebar
* ################################################################################################################
*/
* ################################################################################################################*/
#egw_fw_sidebar {
position: fixed;
overflow: hidden;
@ -608,9 +623,9 @@
background-color: #fafafa;
background-image: none;
border-color: #f0f0f0;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header:hover {
background-color: #d9d9d9;
@ -768,12 +783,6 @@
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
background-color: inherit !important;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .favorites .sideboxstar {
background-image: url("../images/bullet.png");
background-repeat: no-repeat;
height: 9px;
width: 9px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content_bottom {
border-width: 0px 1px 1px 1px;
}
@ -830,24 +839,17 @@
background-color: #ffffff;
border-color: #808080;
}
.egw_fw_ui_category_content .sidebox-favorites .favorites div.ui-icon-trash {
margin-right: 2px;
margin-top: -5px;
}
.egw_fw_ui_sidemenu_listitem {
display: block;
margin: 4px 0 5px 20px;
padding: 0.5em 0;
margin: 4px 0 5px 0px;
position: relative;
}
.egw_fw_ui_sidemenu_listitem img {
height: 9px;
width: 9px;
padding: 0px;
}
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
height: 9px;
width: 9p;
padding: 0px;
float: left;
background-image: url("../images/bullet.png");
}
.egw_fw_ui_sidemenu_listitem input {
height: 16px;
@ -859,17 +861,21 @@
margin-left: 1px;
}
.egw_fw_ui_sidemenu_listitem select {
width: 86% !important;
max-width: 85% !important;
}
.egw_fw_ui_sidemenu_listitem img {
height: 9px;
width: 9px;
padding: 0px;
float: right;
}
.egw_fw_ui_sidemenu_listitem a {
padding: 5px 30px 5px 5px;
padding: 5px 0px 5px 5px;
text-decoration: none;
min-width: 5em;
display: block;
}
.egw_fw_ui_sidemenu_listitem a:hover {
color: #000000;
background-color: #679fd2;
}
.egw_fw_ui_sidemenu_listitem a:active {
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
@ -912,6 +918,11 @@
border-radius: 3px;
color: #ffffff;
}
.egw_fw_ui_sidemenu_listitem:hover {
color: #000000;
background-color: #ffdd73;
padding: 0.5em 0;
}
.egw_fw_ui_scrollarea {
overflow: hidden;
z-index: 0;

View File

@ -67,9 +67,9 @@
}
/* ###########################################################################################################################################
/* ###########################################################################################################################################
/* ###########################################################################################################################################
* Topmenu
* Topmenu / Home / Einstellungen / usw..
/* ###########################################################################################################################################
*/
@ -81,118 +81,7 @@
display: inline;
}
// // Feld für Menu und User + Hinzufügen
// #egw_fw_topmenu {
//// position: fixed;
//// z-index: 100;
// top: 0px;
//// float: left;
//// width: auto;
// margin: 0em;
//// margin-left: 255px;
//// text-align: right;
// padding-top: 0;
// padding-bottom: 5px;
//// padding-left: 2em;
// width: 100%;
//// display: none;
//// .color-5-gray;
//// .background-color-5-gray;
// border-bottom-left-radius: 5px;
//
// a {
// text-decoration: none;
// color: black;
// }
//
// // Menu : Home / Einstellungen / usw..
// #egw_fw_topmenu_items {
//
// float: left;
// padding-top: 10px;
//
// ul {
// padding: 10px;
//
// li{
//
// .color-5-gray;
// padding-right: 1em;
// padding: 0.5em 1em;
// .border-color-50-gray;
//
// a {
// .color-5-gray;
// height: 30px;
// padding: 0.2em;
// }
// a:hover {
// .color-5-gray;
// .border-color-50-gray;
// }
// }
//
//
//
// li:hover{
//// .background-color-15-gray;
// .border-color-50-gray;
//
// }
//
//
// // Zeichen
// li:first-child{
// padding-left: 1.5em;
// padding-right: 4em;
//
// margin-right: 5px;
// margin-top: 0px;
// margin-left: -28px;
// height: 30px;
//
//// // Das Symbol für das Ausklappen
//// :before {
//// content: "+";
////// color: red;
//// color: @egw_color_1;
//// font-size: 2em;
//// .Complete_Button_hinweis;
//// }
//
// }
//
// } // Ende ul
//
//
//
//
// select {
// margin-top: 0;
// }
//
// } // Ende items
// } // Ende
// Navigation wird sichtbar
#egw_fw_topmenu{
display:block;
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
-ms-transition: all 1s linear;
transition: all 1s linear;
.color-100-gray;
// .background-color-10-gray;
-webkit-border-bottom-left-radius: none;
-moz-border-radius-bottomleft: none;
border-bottom-left-radius: none;
#egw_fw_topmenu_items {
float: left;
@ -210,14 +99,6 @@
.Complete_Button_normal;
&:hover{.Complete_Button_hover;.color-100-gray;}
// Zeichen vor dem Link (klein)
// :before {
// content: "►";
// color: @egw_color_1;
// font-size: 1em;
// }
//
a {.color-100-gray;}
a:hover {
.color-50-gray;
@ -235,14 +116,16 @@
} // Ende Items
} // Ende Topmenu
} // Ende Header
} // Ende hover
}
/*#################################################
###################################################
Slide Effekt
###################################################*/
#egw_fw_topmenu_slide{
@ -276,9 +159,52 @@
}
}
#egw_fw_topmenu_addons{
// Logout
/*#################################################
###################################################
Add / Print / Logout /
- Name / Date
###################################################*/
#egw_fw_topmenu_addons{
// ########################################
// quick_add
span#quick_add{
position: fixed;
right: 88px;
top: 0;
z-index: 200;
padding: 0 0.8em 0.8em 0.5em;
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
select#quick_add_selectbox{
.border_normal;
.box_shadow_standard_light;
height: 30px;
padding: 0 0 0 10px;
font-size: 0.9em;
line-height: 1.1em;
&:hover {.box_shadow_standard_light_hover;}
&:focus {.box_shadow_standard_light_inset;}
option {
&:first-child{
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
}
}
}
}
// Logout
#egw_fw_logout {
background-image: url(../images/logout.png);
background-size: 16px 16px;
@ -330,109 +256,64 @@
&:focus {.box_shadow_standard_light_inset;}
}
/* ###################################################################
* Topmenu
*
* Name + Datum + Hinzufügen
*
*
* */
/*Name / Datum / angemeldete User*/
#egw_fw_topmenu_info_items {
padding-right: 20px;
float: right;
white-space: nowrap;
// &:hover {.background-color-25-gray;}
float: right;
display: flex;
.topmenu_info_item {
// select{.Complete_Button_select;}
// Info Bell
&:nth-child(1) {
}
// Name
&:nth-child(2) {
/*float: right;*/
margin-top: 0;
}
// ??
&:nth-child(3) {
font-size: 1em;
padding-right: 5px;
}
// angemeldete User
&:nth-child(3) {
position: relative;
top: 0px;
display: inline-block;
&:hover {.box_shadow_standard_light_hover;}
&:focus {.box_shadow_standard_light_inset;}
&:before {content: "| ";font-size: 1em;color: @egw_color_2_a;}
}
// Add
&:nth-child(4) {
}
}
} // Ende items
} // Ende Addons
// ########################################
// quick_add
span#quick_add{
position: fixed;
right: 88px;
top: 0;
z-index: 200;
// Button hinzufügen
// .border-radius (0, 0, 25px, 0);
// background-color: @egw_color_2_e;
// border-color: @egw_color_2_a;
padding: 0 0.8em 0.8em 0.5em;
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
// &:hover {background-color: @egw_color_2_a;}
//.Complete_Button_add;
select#quick_add_selectbox{
// .Button_size_square_16;
.border_normal;
.box_shadow_standard_light;
height: 30px;
padding: 0 0 0 10px;
// .Complete_Button_select;
// background-color: @egw_color_2_e;
font-size: 0.9em;
line-height: 1.1em;
// padding: 0;
&:hover {.box_shadow_standard_light_hover;}
&:focus {.box_shadow_standard_light_inset;}
option {
&:first-child{
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
}
}
}
}
}
/* ################################################################################################################
################################################################################################################
################################################################################################################
* Sidebar
* ################################################################################################################
*/
* ################################################################################################################*/
#egw_fw_sidebar {
position: fixed;
@ -467,24 +348,12 @@
height: 30px;
margin: 0 0;
padding: 4px 5px 5px 15px;
.background-color-5-gray;
background-image: none;
.border-color-10-gray;
border-radius: 5px 5px 5px 5px;
// border-style: solid;
// border-width: 0 1px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
&:hover {
.background-color-15-gray;
}
.rounded(5px);
&:hover { .background-color-15-gray;}
h1 {
font-size: 1em;
@ -631,13 +500,7 @@
}
}
.favorites .sideboxstar{
background-image: url("../images/bullet.png");
// background-size: 9px 9px;
background-repeat: no-repeat;
height: 9px;
width: 9px
}
}
.egw_fw_ui_sidemenu_entry_content_bottom {
@ -716,16 +579,10 @@
.background-color-0-gray;
.border-color-50-gray;
}
.sidebox-favorites{
.favorites div.ui-icon-trash {
margin-right: 2px;
margin-top: -5px;
}
.ui-icon {
// background: none;
}
}
// Favoriten anlegen und löschen
.sidebox-favorites{} // ist in etemplate2.less definiert
}
@ -736,16 +593,22 @@
// Sub Sub Menu Item
.egw_fw_ui_sidemenu_listitem {
display: block;
// margin-top: 0em;
margin: 4px 0 5px 20px;
padding: 0.5em 0;
margin: 4px 0 5px 0px;
position: relative;
img { height: 9px; width: 9px; padding: 0px;}
// Icon before
img.egw_fw_ui_sidemenu_listitem_icon {
height: 9px; width: 9p; padding: 0px;
height: 9px;
width: 9p;
padding: 0px;
float: left;
background-image: url("../images/bullet.png");
}
input {
@ -759,26 +622,30 @@
margin-left: 1px;
} // mehrere Benutzer auswählen
select { width: 86% !important; }
// normale Links
select { max-width: 85% !important; }
// Icon rechts der Liste - Auswahl Button
img {
height: 9px;
width: 9px;
padding: 0px;
float: right;
}
// normale Links
a {
// .Complete_Button_text;
padding: 5px 30px 5px 5px;
padding: 5px 0px 5px 5px;
text-decoration: none;
min-width: 5em;
display: block;
&:hover{
.color-100-gray;
background-color: @egw_color_2_e;
}
&:active {
.box_shadow_standard_light_inset;
}
}
@ -832,6 +699,13 @@
// Submenu Item
&:hover{
.color-100-gray;
background-color: @egw_color_1_e;
padding: 0.5em 0;
}
} // .egw_fw_ui_sidemenu_listitem
@ -1260,4 +1134,4 @@ div.et2_container {
}
}
}
//
//

View File

@ -34,8 +34,9 @@ table.et2_grid {
}
.innerContainer{
overflow:hidden;
}
// Table Head in Listen
.egwGridView_grid tr.th > td, /*legacy*/
@ -166,17 +167,14 @@ table.egwGridView_outer{
table.egwGridView_grid{
// border-collapse:collapse;
font-size: 1.3em;
font-size: 1.4em;
.background-color-0-gray;
border-spacing: 0px;
// width: 100%;
border-spacing: 0px 1px;
width: 100%;
img{ width: 16px;}
tbody {
border-bottom: 1px solid @lightgray;
padding: 2px 3px 2px 4px;
margin: 0;
@ -184,7 +182,6 @@ table.egwGridView_grid{
// Listendarstellung
// Reihen ohne Border left und right
// tr {border-bottom: 1px solid !important; }
tr.selected{
.background_linear_gradient; .background-color-25-gray;
@ -229,10 +226,6 @@ table.egwGridView_grid{
} // table
.nextmatch_header .selectcols {
background: none;
// height: auto;
@ -244,7 +237,5 @@ table.egwGridView_grid{
.nextmatch_header tr {
background: none;
}
.nextmatch_header {
padding: 0px;
}
//

View File

@ -18,7 +18,7 @@
body,td,textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-size: 16px;
}
select,input,button