pixelegg changes from yesterday

This commit is contained in:
Ralf Becker 2013-11-20 08:41:17 +00:00
parent 1f1ea27078
commit cd99f101a1
7 changed files with 334 additions and 3207 deletions

View File

@ -9,440 +9,8 @@
* @package addressbook * @package addressbook
* @version $Id$ * @version $Id$
*/ */
/** .cursorHand {
* EGroupware: CSS with less preprocessor cursor: hand;
*
* Please do NOT change app.css directly, instead change app.less and compile it!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package addressbook
* @version $Id$
*/
div#addressbook-index {
min-height: 700px;
height: auto !important;
}
div#addressbook-index div.et2_hbox_left {
padding: 1em;
}
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
-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);
width: auto;
margin: 0.5em 0em 0.5em 0.5em;
padding: 3px;
outline: none;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
height: 35px;
margin-top: 0;
}
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view: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);
}
div#addressbook-index div.et2_hbox_right {
width: 360px;
margin-right: 1em;
}
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
-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);
width: auto;
margin: 0.5em 0em 0.5em 0.5em;
padding: 3px;
outline: none;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
height: 35px;
margin-left: 5px;
}
div#addressbook-index div.et2_hbox_right select.et2_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);
}
div#addressbook-index div.et2_hbox_right select.et2_selectbox:focus {
outline: 0;
border-width: 1px;
border-style: solid;
border-color: #bfbfbf;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
div#addressbook-index div.et2_hbox_right button#addressbook-index_search {
background-color: #f0f0f0;
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);
color: #000000;
padding-left: 30px !important;
background-position: 6px center;
background-repeat: no-repeat;
background-size: 20px auto;
width: auto;
height: 32px;
background-image: url('../images/erweiterte-suche.png') !important;
}
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
background-image: url('../images/erweiterte-suche.png');
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);
color: #000000;
padding-left: 30px !important;
background-position: 6px center;
background-repeat: no-repeat;
background-size: 20px auto;
width: auto;
height: 32px;
-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);
}
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
background-image: url('../images/erweiterte-suche.png');
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);
color: #000000;
padding-left: 30px !important;
background-position: 6px center;
background-repeat: no-repeat;
background-size: 20px auto;
width: auto;
height: 32px;
-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);
}
div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
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;
}
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
background-color: #66a1d2 !important;
color: #ffc200;
-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;
}
div#addressbook-index #addressbook-index_favorite_wrapper img {
width: 16px;
}
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown {
background-color: #f0f0f0;
-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);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown button#addressbook-index_favorite img {
width: 16px;
background-color: #f0f0f0;
-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);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-state-default,
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-content .ui-state-default,
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-header .ui-state-default {
background-color: #bfbfbf;
color: #000;
background-image: none !important;
}
div#addressbook-index .filters #addressbook-index_cat_id {
width: 7%;
}
div#addressbook-index .filters #addressbook-index_filter {
width: 7%;
}
div#addressbook-index .filters #addressbook-index_filter2 {
width: 10%;
}
div#addressbook-index table.egwGridView_outer {
width: 99%;
}
#egw_fw_sidemenu .egw_fw_ui_category_content table {
margin-left: -14px;
}
#egw_fw_sidemenu select {
margin-top: -5px;
}
div#addressbook-edit,
div#addressbook-search {
margin: 0;
padding: 0.5em;
}
div#addressbook-edit .chzn-container,
div#addressbook-search .chzn-container {
width: 60% !important;
}
div#addressbook-edit .et2_tabheader,
div#addressbook-search .et2_tabheader {
margin-top: 0px;
background-color: transparent;
}
div#addressbook-edit table.editphones,
div#addressbook-search table.editphones {
width: auto !important;
top: 5%;
-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);
}
div#addressbook-edit table.addressbook_edit_general,
div#addressbook-search table.addressbook_edit_general {
border-top: 0px;
}
div#addressbook-edit table.addressbook_edit_general tr td:first-child,
div#addressbook-search table.addressbook_edit_general tr td:first-child {
width: 100px;
}
div#addressbook-edit table.addressbook_edit_general tr td,
div#addressbook-search table.addressbook_edit_general tr td {
width: 200px;
}
div#addressbook-edit table.addressbook_edit_general table tr td:first-child,
div#addressbook-search table.addressbook_edit_general table tr td:first-child {
width: 60px;
}
div#addressbook-edit table.addressbook_edit_general table tr td,
div#addressbook-search table.addressbook_edit_general table tr td {
width: 200px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_n_fn,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_n_fn {
width: 200px;
}
div#addressbook-edit table.addressbook_edit_general table.editname,
div#addressbook-search table.addressbook_edit_general table.editname {
background-color: #f0f0f0;
z-index: 10;
font-size: 1.5em;
}
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child,
div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
width: 100px !important;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title {
width: 200px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role {
width: 200px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_name,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_name {
width: 286px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_unit,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_unit {
width: 286px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street,
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street2,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street2 {
width: 286px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode {
width: 50px;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_locality,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_locality {
width: 225px;
}
div#addressbook-edit table.addressbook_edit_general .chzn-container,
div#addressbook-search table.addressbook_edit_general .chzn-container {
width: 300px !important;
}
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_region,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_region {
width: 286px;
}
div#addressbook-edit table.addressbook_edit_general select.owner,
div#addressbook-search table.addressbook_edit_general select.owner {
width: 300px;
}
div#addressbook-edit fieldset.phoneGroup,
div#addressbook-search fieldset.phoneGroup {
border: none;
margin-bottom: 0;
margin-top: 12px;
height: auto;
background-color: #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#addressbook-edit fieldset.phoneGroup legend,
div#addressbook-search fieldset.phoneGroup legend {
text-transform: uppercase;
}
div#addressbook-edit fieldset.phoneGroup * img,
div#addressbook-search fieldset.phoneGroup * img {
display: none !important;
width: 20px;
}
div#addressbook-edit fieldset.emailGroup,
div#addressbook-search fieldset.emailGroup {
border: none;
margin-bottom: 0;
margin-top: 10px;
height: auto;
background-color: #d9d9d9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#addressbook-edit fieldset.emailGroup legend,
div#addressbook-search fieldset.emailGroup legend {
text-transform: uppercase;
}
div#addressbook-edit fieldset.emailGroup a.et2_url:after,
div#addressbook-search fieldset.emailGroup a.et2_url:after {
content: "\221E";
font-size: 1.5em;
}
div#addressbook-edit fieldset.emailGroup a.et2_url,
div#addressbook-search fieldset.emailGroup a.et2_url {
margin-left: -40px;
}
div#addressbook-edit fieldset.emailGroup a.et2_url.url,
div#addressbook-search fieldset.emailGroup a.et2_url.url {
background-size: 15px 15px;
background-image: none;
}
div#addressbook-edit fieldset.emailGroup * img,
div#addressbook-search fieldset.emailGroup * img {
display: none !important;
width: 20px;
}
#addressbook-edit_addressbook-edit-general #addressbook_edit_adr_one_countrycode_chzn {
width: 200px !important;
padding-top: 1em;
}
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn {
width: 200px !important;
padding-top: 1em;
}
#addressbook-edit_addressbook-edit-home #addressbook_edit_tz_chzn {
width: 15% !important;
padding-top: 1em;
}
#addressbook-edit_addressbook-edit-links .th,
#addressbook-search_addressbook-edit-links .th {
height: 20px;
}
#addressbook-edit_addressbook-edit-links tbody,
#addressbook-search_addressbook-edit-links tbody {
display: table-header-group;
vertical-align: top;
}
#addressbook-edit_addressbook-edit-distribution_list .th,
#addressbook-search_addressbook-edit-distribution_list .th {
height: 20px;
}
#addressbook-edit_addressbook-edit-distribution_list tbody,
#addressbook-search_addressbook-edit-distribution_list tbody {
display: table-header-group;
vertical-align: top;
}
#addressbook-edit_addressbook-edit-custom .th,
#addressbook-search_addressbook-edit-custom .th {
height: 20px;
}
#addressbook-edit_addressbook-edit-custom tbody,
#addressbook-search_addressbook-edit-custom tbody {
display: table-header-group;
vertical-align: top;
}
#addressbook-edit_addressbook-edit-custom_private .th,
#addressbook-search_addressbook-edit-custom_private .th {
height: 20px;
}
#addressbook-edit_addressbook-edit-custom_private tbody,
#addressbook-search_addressbook-edit-custom_private tbody {
display: table-header-group;
vertical-align: top;
}
#addressbook-edit_addressbook-edit-history .th {
height: 20px;
}
#addressbook-edit_addressbook-edit-history tbody {
display: table-header-group;
vertical-align: top;
}
button.button_more {
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);
color: #000000;
padding-left: 30px !important;
background-position: 6px center;
background-repeat: no-repeat;
background-size: 20px auto;
width: auto;
height: 32px;
background-image: url('../images/bearbeiten.png');
}
div.addressbook.edit.general table {
border-top: 0px;
}
div.addressbook.edit.general table tr td img {
display: none;
}
div.addressbook.edit.general table img:nth-child(1) {
display: none;
}
div.addressbook.edit.general table img:nth-child(2) {
cursor: pointer;
} }
.countrySelect select { .countrySelect select {
width: 150px; width: 150px;
@ -454,16 +22,13 @@ div.addressbook.edit.general table img:nth-child(2) {
content: "#"; content: "#";
} }
.emailCol div { .emailCol div {
overflow: hidden;
width: 100%; width: 100%;
} }
.redItalic {
color: red;
font-style: italic;
}
.fixedHeight, .fixedHeight,
.telNumbers { .telNumbers {
height: 30px; height: 12px;
overflow: hidden;
text-overflow: ellipsis;
} }
.telNumbers { .telNumbers {
white-space: nowrap; white-space: nowrap;
@ -478,21 +43,24 @@ div.addressbook.edit.general table img:nth-child(2) {
.fileas, .fileas,
.owner select, .owner select,
.owner { .owner {
font-weight: bold;
width: 100%; width: 100%;
font-weight: bold;
} }
.photo img, .photo img,
.iphoto img { .iphoto img {
width: 60px; width: 60px;
} }
.photo img {
cursor: hand;
}
.uploadphoto { .uploadphoto {
background-color: #FFFFFF;
border: 2px solid black;
display: none;
left: 48px;
padding: 4px;
position: absolute; position: absolute;
top: 168px; top: 168px;
left: 48px;
display: none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
} }
.checkAllArrow { .checkAllArrow {
padding-right: 5px; padding-right: 5px;
@ -503,25 +71,42 @@ div.addressbook.edit.general table img:nth-child(2) {
} }
.editphones, .editphones,
.editname { .editname {
background-color: #FFFFFF;
border: 2px solid black;
display: none;
left: 30%;
padding: 4px;
position: absolute; position: absolute;
top: 10%; top: 10%;
left: 30%;
display: none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
} }
.editname { .editname {
left: 137px; top: 97px;
top: 160px; left: 173px;
} }
.windowheader { .windowheader {
background-image: url("../../../phpgwapi/templates/idots/images/appbox-header-background.png"); background-image: url(../../../phpgwapi/templates/idots/images/appbox-header-background.png);
background-repeat: repeat-x; background-repeat: repeat-x;
border-bottom: 1px solid #9C9C9C;
border-collapse: collapse;
border-spacing: 0;
height: 20px; height: 20px;
border-spacing: 0px;
border-collapse: collapse;
border-bottom: #9c9c9c 1px solid;
}
fieldset.phoneGroup {
margin-top: 12px;
font-size: 110%;
height: 140px;
border: solid black 2px;
margin-bottom: 0px;
}
.phoneGroup table {
height: 122px;
}
fieldset.emailGroup {
margin-top: 10px;
font-size: 110%;
height: 112px;
border: solid black 2px;
margin-bottom: 0px;
} }
.emailGroup table { .emailGroup table {
height: 87px; height: 87px;
@ -533,8 +118,8 @@ div.addressbook.edit.general table img:nth-child(2) {
white-space: nowrap; white-space: nowrap;
} }
.customfields td { .customfields td {
line-height: 12px;
white-space: nowrap; white-space: nowrap;
line-height: 12px;
} }
.image16 img { .image16 img {
height: 16px; height: 16px;
@ -542,6 +127,48 @@ div.addressbook.edit.general table img:nth-child(2) {
div#addressbook-index { div#addressbook-index {
min-height: 700px; min-height: 700px;
height: auto !important; height: auto !important;
/*###########################
Favoriten dropdown Field
*/
/*definition in layout_nextmatch.less */
/* div#addressbook-index_favorite_wrapper{
top: 0px;
width: auto;
img{width: 16px;}
.et2_dropdown {
button#addressbook-index_favorite{
width: 18px;
img{
width: 16px;
text-align: left;
position: relative;
right: 20px;
}
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
width: 18px;
.background-color-25-gray;
color: #000;
background-image: none !important;
}
}
} // Favoriten*/
} }
div#addressbook-index div.et2_hbox_left { div#addressbook-index div.et2_hbox_left {
padding: 1em; padding: 1em;
@ -609,9 +236,9 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_search {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
color: #000000; color: #000000;
padding-left: 30px !important; padding-left: 30px !important;
background-position: 6px center; background-position: 6px center !important;
background-repeat: no-repeat; background-repeat: no-repeat !important;
background-size: 20px auto; background-size: 20px auto !important;
width: auto; width: auto;
height: 32px; height: 32px;
background-image: url('../../../pixelegg/images/advanced-search.png') !important; background-image: url('../../../pixelegg/images/advanced-search.png') !important;
@ -625,9 +252,9 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
color: #000000; color: #000000;
padding-left: 30px !important; padding-left: 30px !important;
background-position: 6px center; background-position: 6px center !important;
background-repeat: no-repeat; background-repeat: no-repeat !important;
background-size: 20px auto; background-size: 20px auto !important;
width: auto; width: auto;
height: 32px; height: 32px;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
@ -642,9 +269,9 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
color: #000000; color: #000000;
padding-left: 30px !important; padding-left: 30px !important;
background-position: 6px center; background-position: 6px center !important;
background-repeat: no-repeat; background-repeat: no-repeat !important;
background-size: 20px auto; background-size: 20px auto !important;
width: auto; width: auto;
height: 32px; height: 32px;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
@ -652,7 +279,7 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
} }
div#addressbook-index div.et2_hbox_right button#addressbook-index_add { div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
background-color: #0b5fa4; background-color: #0b5fa4 !important;
color: #FFF; color: #FFF;
text-shadow: none; text-shadow: none;
height: 35px; height: 35px;
@ -682,49 +309,24 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
border-radius: 3px; border-radius: 3px;
border-top-left-radius: 20px; border-top-left-radius: 20px;
} }
div#addressbook-index #addressbook-index_favorite_wrapper img {
width: 16px;
}
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown {
background-color: #f0f0f0;
-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);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown button#addressbook-index_favorite img {
width: 16px;
background-color: #f0f0f0;
-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);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-state-default,
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-content .ui-state-default,
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-header .ui-state-default {
background-color: #bfbfbf;
color: #000;
background-image: none !important;
}
div#addressbook-index div.filters { div#addressbook-index div.filters {
padding: 0 0 0 1em; padding: 0 0 1em 1em;
background-color: #f0f0f0; background-color: #f0f0f0;
margin-bottom: 3px;
margin: 0em;
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-color: #d9d9d9; border-color: #d9d9d9;
background-image: none; background-image: none;
padding-bottom: 1.5em;
} }
div#addressbook-index div.filters select#infolog-index_cat_id { div#addressbook-index div.filters select#infolog-index_cat_id {
width: 10%;
margin-left: 1em; margin-left: 1em;
} }
div#addressbook-index div.filters select#infolog-index_filter {
width: 10%;
}
div#addressbook-index div.filters select#infolog-index_filter2 {
width: 10%;
}
div#addressbook-index div.filters input#infolog-index_search { div#addressbook-index div.filters input#infolog-index_search {
height: 20px; height: 20px;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
@ -770,6 +372,41 @@ div#addressbook-index table.egwGridView_outer {
#egw_fw_sidemenu select { #egw_fw_sidemenu select {
margin-top: -5px; margin-top: -5px;
} }
/*State: Address selected*/
#infolog-index_infolog-index-header_right .et2_box_widget {
background-color: #0b5fa4 !important;
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;
height: 32px;
color: #ffffff;
}
#infolog-index_infolog-index-header_right .et2_box_widget:before {
content: "+";
font-size: 2em;
color: #ffc200;
}
#infolog-index_infolog-index-header_right .et2_box_widget:hover {
background-color: #66a1d2 !important;
color: #ffc200;
-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;
}
/*State: address edit*/
div#addressbook-edit, div#addressbook-edit,
div#addressbook-search { div#addressbook-search {
margin: 0; margin: 0;
@ -792,6 +429,11 @@ div#addressbook-search table.editphones {
-moz-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); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
} }
div#addressbook-edit table.et2_grid,
div#addressbook-search table.et2_grid {
width: 100%;
border-top: 0px;
}
div#addressbook-edit table.addressbook_edit_general, div#addressbook-edit table.addressbook_edit_general,
div#addressbook-search table.addressbook_edit_general { div#addressbook-search table.addressbook_edit_general {
border-top: 0px; border-top: 0px;
@ -830,6 +472,11 @@ div#addressbook-search table.addressbook_edit_general img.photo:hover {
div#addressbook-edit table.addressbook_edit_general .uploadphoto, div#addressbook-edit table.addressbook_edit_general .uploadphoto,
div#addressbook-search table.addressbook_edit_general .uploadphoto { div#addressbook-search table.addressbook_edit_general .uploadphoto {
background-color: #f0f0f0; background-color: #f0f0f0;
width: auto;
border-top: solid 1px #eeeeee;
border-left: solid 1px #eeeeee;
border-right: solid 1px #eeeeee;
border-bottom: solid 1px #eeeeee;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_n_fn, div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_n_fn,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_n_fn { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_n_fn {
@ -1009,9 +656,9 @@ button.button_more {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
color: #000000; color: #000000;
padding-left: 30px !important; padding-left: 30px !important;
background-position: 6px center; background-position: 6px center !important;
background-repeat: no-repeat; background-repeat: no-repeat !important;
background-size: 20px auto; background-size: 20px auto !important;
width: auto; width: auto;
height: 32px; height: 32px;
background-image: url('../images/bearbeiten.png'); background-image: url('../images/bearbeiten.png');

View File

@ -83,52 +83,65 @@ div#addressbook-index{
} // rechte Box } // rechte Box
// ########################### /*###########################
// Favoriten Favoriten dropdown Field
*/
#addressbook-index_favorite_wrapper{ /*definition in layout_nextmatch.less */
/* div#addressbook-index_favorite_wrapper{
top: 0px;
width: auto;
img{width: 16px;} img{width: 16px;}
.et2_dropdown { .et2_dropdown {
.Complete_Button_Icon_normal; button#addressbook-index_favorite{
// .background-color-25-gray; width: 18px;
button#addressbook-index_favorite { img{
img{width: 16px; .Complete_Button_Icon_normal;} width: 16px;
} text-align: left;
position: relative;
right: 20px;
}
}
button{}
.ui-state-default, .ui-state-default,
.ui-widget-content .ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default { .ui-widget-header .ui-state-default {
width: 18px;
.background-color-25-gray;
color: #000;
background-image: none !important;
.background-color-25-gray; }
color: #000;
background-image: none !important;
}
} }
} // Favoriten } // Favoriten*/
div.filters{ div.filters {
.Rectangle_filters; .nm_filters_rectangle;
padding-bottom: 1.5em;
// 1 Filter // 1 Filter
select#infolog-index_cat_id {margin-left: 1em;} select#infolog-index_cat_id {width: 10%; margin-left: 1em;}
// 2 Filter // 2 Filter
select#infolog-index_filter {} select#infolog-index_filter {width: 10%;}
// 3 Filter // 3 Filter
select#infolog-index_filter2 {} select#infolog-index_filter2 {width: 10%;}
// Suchfeld // Suchfeld
input#infolog-index_search { input#infolog-index_search {
@ -146,6 +159,9 @@ div.filters{
// Suchen Button // Suchen Button
button.et2_button {} button.et2_button {}
} }
// Filter // Filter
.filters{ .filters{
#addressbook-index_cat_id{width: 7%;} #addressbook-index_cat_id{width: 7%;}
@ -161,7 +177,8 @@ div.filters{
} }
// Einstellungen Listenausgabe
@ -202,6 +219,22 @@ div.filters{
// Dialog Addressbuch bearbeiten und alle weiteren // Dialog Addressbuch bearbeiten und alle weiteren
// ##################################################### // #####################################################
/*State: Address selected*/
#infolog-index_infolog-index-header_right{
.et2_box_widget{
.Complete_Button_add;
height: 32px;
.color-0-gray; // white
&:hover {.Complete_Button_add_hover;}
}
}
/*State: address edit*/
div#addressbook-edit, div#addressbook-edit,
div#addressbook-search{ div#addressbook-search{
@ -222,8 +255,10 @@ div#addressbook-search{
top: 5%; top: 5%;
.box_shadow_standard_light; .box_shadow_standard_light;
} }
table.et2_grid{
width: 100%;
border-top: 0px;
}
table.addressbook_edit_general{ table.addressbook_edit_general{
// background: red; // background: red;
@ -245,6 +280,8 @@ div#addressbook-search{
.uploadphoto { .uploadphoto {
.background-color-10-gray; .background-color-10-gray;
width: auto;
.bordered();
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
/*//****************************************************************** /*//******************************************************************
// iframe*/ // iframe*/
#filemanager-index .et2_file { #filemanager-index .et2_file {
background-color: #0b5fa4; background-color: #0b5fa4 !important;
color: #FFF; color: #FFF;
text-shadow: none; text-shadow: none;
height: 35px; height: 35px;

View File

@ -9,6 +9,80 @@
* @package infolog * @package infolog
* @version $Id$ * @version $Id$
*/ */
/* $Id: app.css 44587 2013-11-18 19:57:38Z ralfbecker $ */
.infolog_headertext {
color: black;
font-size: 120%;
}
.infolog_lpadding5 {
padding-left: 5px;
}
.low,
.low_done,
.normal,
.normal_done,
.high,
.high_done,
.urgent,
.urgent_done {
font-weight: bold;
}
.low,
.low_done {
color: #606060;
}
.normal,
.normal_done {
color: #000000;
}
.high {
color: #cc0000;
}
.high_done {
color: #800000;
}
.urgent {
color: #ff00ff;
}
.urgent_done {
color: #800080;
}
.infolog_overdue {
color: #cc0000;
font-weight: bold;
}
.private {
font-style: italic;
}
.infolog_planned {
font-style: italic;
}
table.infolog_fullWidth {
width: 100%;
}
td.infolog_infoId:before {
content: "#";
}
.infolog_fixedHeight {
height: 12px;
}
.noWrap {
white-space: nowrap;
}
.infolog_user_filter select {
width: 100px;
}
.inputFullWidth input {
width: 100%;
}
.infolog_image16 img {
height: 16px;
}
tr.infolog_rowHasParent > td:first-child {
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
background-repeat: no-repeat;
background-position: 6px -2px;
}
span#favorite_sidebox_infolog .favorites li a div.ui-icon-heart { span#favorite_sidebox_infolog .favorites li a div.ui-icon-heart {
background-image: none; background-image: none;
} }
@ -35,9 +109,10 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
} }
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget, #infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget,
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget { #infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget {
background-color: #0b5fa4; background-color: #0b5fa4 !important;
color: #FFF; color: #FFF;
text-shadow: none; text-shadow: none;
height: 35px;
background-image: none !important; background-image: none !important;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-webkit-border-top-left-radius: 20px; -webkit-border-top-left-radius: 20px;
@ -48,7 +123,7 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-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); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
height: 35px; height: 39px;
} }
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before, #infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-clearfix div.et2_hbox_right div.et2_box_widget:before,
#infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:before { #infolog-index #infolog-index_nm .nextmatch_header div.ui-helper-reset div.et2_hbox_right div.et2_box_widget:before {
@ -65,6 +140,7 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
-moz-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); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
background-color: #66a1d2 !important;
} }
#infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu { #infolog-index #infolog-index_nm .nextmatch_header div#infolog-index_favorite_wrapper ul#infolog-index_favorite_menu {
border-color: #bfbfbf; border-color: #bfbfbf;
@ -87,17 +163,23 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
height: 25px; height: 25px;
} }
#infolog-index #infolog-index_nm .nextmatch_header div.filters { #infolog-index #infolog-index_nm .nextmatch_header div.filters {
padding: 0 0 0 1em; padding: 0 0 1em 1em;
background-color: #f0f0f0; background-color: #f0f0f0;
margin-bottom: 3px;
margin: 0em;
border-width: 0 0 1px 0; border-width: 0 0 1px 0;
border-color: #d9d9d9; border-color: #d9d9d9;
background-image: none; background-image: none;
padding-bottom: 1.5em;
} }
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_cat_id { #infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_cat_id {
width: 10%;
margin-left: 1em; margin-left: 1em;
} }
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_filter {
width: 10%;
}
#infolog-index #infolog-index_nm .nextmatch_header div.filters select#infolog-index_filter2 {
width: 10%;
}
#infolog-index #infolog-index_nm .nextmatch_header div.filters input#infolog-index_search { #infolog-index #infolog-index_nm .nextmatch_header div.filters input#infolog-index_search {
height: 20px; height: 20px;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
@ -155,3 +237,4 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
#infolog-edit #infolog-edit_history { #infolog-edit #infolog-edit_history {
max-width: 785px; max-width: 785px;
} }
/**/

View File

@ -10,9 +10,9 @@
* @version $Id$ * @version $Id$
*/ */
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less"; @import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../phpgwapi/templates/default/def_content_elements.less"; @import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less"; @import (less) "../default/app.css";
//******************************************** //********************************************
// Seitenleiste links // Seitenleiste links
@ -30,7 +30,8 @@ span#favorite_sidebox_infolog{
background-image: none; background-image: none;
} }
img.sideboxstar{
img.sideboxstar{
.box-shadow(none); .box-shadow(none);
border: 0px; border: 0px;
background-size: contain; background-size: contain;
@ -72,21 +73,30 @@ span#favorite_sidebox_infolog{
div.ui-helper-clearfix, div.ui-helper-clearfix,
div.ui-helper-reset{ div.ui-helper-reset{
// rechte Box mit add // right Box with add item
div.et2_hbox_right{ div.et2_hbox_right{
padding: 0 0em; padding: 0 0em;
margin-right: 0em; margin-right: 0em;
div.et2_box_widget{ div.et2_box_widget{
.Complete_Button_add; background-color: @egw_color_blue_lighter !important;
// .Complete_Button_text; color: #FFF;
text-shadow: none;
height: 35px;
background-image: none !important;
.border_radius_button_lefttop;
&:before {content: "+";font-size: 2em;color: @egw_color_1;}
.border_radius_button_lefttop; .border_radius_button_lefttop;
.box_shadow_standard_light; .box_shadow_standard_light;
height: 35px;
height: 39px; // hieght of add-item
.infolog_headertext{color: #FFF !important;} .infolog_headertext{color: #FFF !important;}
&:hover {.box_shadow_standard_light_hover;} &:hover {.box_shadow_standard_light_hover; background-color: @egw_color_blue_lightest !important;}
} }
@ -135,18 +145,20 @@ span#favorite_sidebox_infolog{
} //Favoriten } //Favoriten
div.filters{ div.filters {
.Rectangle_filters; .nm_filters_rectangle;
padding-bottom: 1.5em;
// 1 Filter // 1 Filter
select#infolog-index_cat_id {margin-left: 1em;} select#infolog-index_cat_id {width: 10%; margin-left: 1em;}
// 2 Filter // 2 Filter
select#infolog-index_filter {} select#infolog-index_filter {width: 10%;}
// 3 Filter // 3 Filter
select#infolog-index_filter2 {} select#infolog-index_filter2 {width: 10%;}
// Suchfeld // Suchfeld
input#infolog-index_search { input#infolog-index_search {
@ -253,3 +265,5 @@ input.infolog-edit_info_custom_from {}
td.inputFullWidth{ td.inputFullWidth{
input#infolog-edit_info_addr{} input#infolog-edit_info_addr{}
} }
/**/// Ende der APP INfolo