forked from extern/egroupware
1253 lines
42 KiB
CSS
Executable File
1253 lines
42 KiB
CSS
Executable File
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
|
|
* ADDRESSBOOK
|
|
*
|
|
* 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 Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package addressbook
|
|
* @version $Id$
|
|
*/
|
|
/**
|
|
* CRM view with contact data in sidebox
|
|
*/
|
|
.addressbook_sidebox_name {
|
|
font-weight: bold;
|
|
}
|
|
.addressbook_sidebox_name,
|
|
.addressbook_sidebox_org {
|
|
font-size: 130%;
|
|
padding: 2px 0 2px 0;
|
|
}
|
|
td.addressbook_sidebox_header {
|
|
font-weight: bold;
|
|
height: 20px;
|
|
vertical-align: bottom;
|
|
}
|
|
div#addressbook-view.et2_container {
|
|
height: 0;
|
|
}
|
|
td.addressbook_sidebox_toolbar {
|
|
vertical-align: bottom;
|
|
height: 32px;
|
|
}
|
|
div#divGenTime_addressbook {
|
|
display: none;
|
|
}
|
|
div#addressbook_view_sidebox img.photo {
|
|
width: 68px;
|
|
padding-right: 3px;
|
|
height: auto;
|
|
vertical-align: bottom;
|
|
}
|
|
/**
|
|
* new addressbook.edit
|
|
*/
|
|
div#addressbook-edit.et2_container {
|
|
width: 842px;
|
|
}
|
|
div.addressbook_edit_general_picture {
|
|
position: relative;
|
|
}
|
|
div.addressbook_edit_general_picture img {
|
|
position: absolute;
|
|
width: auto;
|
|
max-width: 80px;
|
|
height: 105px;
|
|
left: 2px;
|
|
}
|
|
.uploadphoto {
|
|
position: absolute;
|
|
top: 70px;
|
|
left: 0;
|
|
display: none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
z-index: 1;
|
|
}
|
|
.typeIcon {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
.editname {
|
|
position: absolute;
|
|
display: none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
top: 55px;
|
|
left: 102px;
|
|
z-index: 1;
|
|
}
|
|
.custom_country {
|
|
display: none;
|
|
}
|
|
tr.dialogHeader td,
|
|
tr.dialogHeader2 td,
|
|
tr.dialogHeader3 td,
|
|
tr.dialogHeader4 td,
|
|
tr.dialogOperators td,
|
|
.dialogFooterToolbar {
|
|
padding: 5px 0 5px 0;
|
|
vertical-align: middle;
|
|
}
|
|
input.et2_radiobox {
|
|
position: relative;
|
|
left: -16px;
|
|
}
|
|
#addressbook-edit_tel_prefer-tel_work,
|
|
#addressbook-edit_tel_prefer-tel_cell {
|
|
left: -13px;
|
|
}
|
|
/**
|
|
* Index page
|
|
*/
|
|
img.iphoto {
|
|
width: 100%;
|
|
}
|
|
@media all {
|
|
/* #############################################################################
|
|
// iframe
|
|
// Rahmen + padding**/
|
|
/*################## iframe ####################*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # Addressbook #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# ############################### #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # infolog #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*##############################################*/
|
|
/**
|
|
* Give space to both contact view & infolog list
|
|
*/
|
|
#addressbook-index {
|
|
/*height: 99%;*/
|
|
}
|
|
#addressbook-edit {
|
|
height: auto;
|
|
min-height: 390px;
|
|
overflow: auto;
|
|
}
|
|
div#addressbook-index div.et2_hbox_left {
|
|
padding: 0px 17px 0 13px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
|
|
/*.box_shadow_standard_light;*/
|
|
width: auto;
|
|
margin: 5px 0em 5px 5px;
|
|
padding: 3px;
|
|
outline: none;
|
|
display: inline-block;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
cursor: pointer;
|
|
height: 24px;
|
|
margin-top: 0;
|
|
margin-left: 2px;
|
|
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
|
-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
|
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
|
}
|
|
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
div#addressbook-index div.et2_hbox_right {
|
|
padding: 0px 11px 0px 0px;
|
|
width: auto;
|
|
margin-right: 0em;
|
|
margin-top: -5px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
|
|
/*.box_shadow_standard_light;*/
|
|
width: auto;
|
|
margin: 5px 0em 5px 5px;
|
|
padding: 3px;
|
|
outline: none;
|
|
display: inline-block;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
cursor: pointer;
|
|
height: 24px;
|
|
margin-left: 5px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
}
|
|
div#addressbook-index div.et2_hbox_right select.et2_selectbox:focus {
|
|
outline: 0;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #b4b4b4;
|
|
-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);
|
|
/*.box_shadow_standard_light;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #b4b4b4;
|
|
padding-left: 30px !important;
|
|
background-position: 6px center !important;
|
|
background-repeat: no-repeat !important;
|
|
background-size: 20px auto !important;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
background-image: url('../../../pixelegg/images/advanced-search.png') !important;
|
|
padding-left: 0px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
|
|
background-image: url('../../../pixelegg/images/advanced-search.png');
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
/*.box_shadow_standard_light;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #b4b4b4;
|
|
padding-left: 30px !important;
|
|
background-position: 6px center !important;
|
|
background-repeat: no-repeat !important;
|
|
background-size: 20px auto !important;
|
|
/*.Button_size_h32_auto;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
height: 24px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
|
|
background-image: url('../../../pixelegg/images/advanced-search.png');
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
/*.box_shadow_standard_light;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #b4b4b4;
|
|
padding-left: 30px !important;
|
|
background-position: 6px center !important;
|
|
background-repeat: no-repeat !important;
|
|
background-size: 20px auto !important;
|
|
/*.Button_size_h32_auto;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
height: 24px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
|
|
width: 32px;
|
|
border: 1px solid #0C5DA5;
|
|
margin: 6px 2px;
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
|
padding: -0.5em;
|
|
background-color: #e6e6e6 !important;
|
|
background-size: 16px 16px;
|
|
height: 24px;
|
|
margin-right: 0px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
|
content: "";
|
|
font-size: 2em;
|
|
color: #0c5da5;
|
|
line-height: 0.6em;
|
|
padding-left: 0.1em;
|
|
padding-right: 4em;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:active {
|
|
background-color: #1aa200;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
|
background-color: #66a1d2 !important;
|
|
color: #ffc200;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
}
|
|
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:active {
|
|
background-color: #1aa200 !important;
|
|
}
|
|
div#addressbook-index div.filters select#infolog-index_cat_id {
|
|
width: 10%;
|
|
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 table.egwGridView_outer {
|
|
width: 99%;
|
|
}
|
|
/*##################################################################*/
|
|
/*Infolog*/
|
|
.et2_container[id^="infolog-index-addressbook"] {
|
|
/*height: auto;*/
|
|
/*padding: 1em;*/
|
|
/*min-height: 250px;*/
|
|
/*ADD Button */
|
|
/* div.et2_hbox,
|
|
div.et2_box_widget*/
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget {
|
|
/*border: 1px solid rgba(0, 0, 0, 0.15);*/
|
|
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
|
|
text-shadow: none;
|
|
height: 32px;
|
|
margin-top: 5px;
|
|
background-image: none !important;
|
|
transition: all 0.5s linear;
|
|
-webkit-transition: all 0.5s linear;
|
|
/* Safari */
|
|
/*Text ""hinzufügen" "*/
|
|
/*MouseOver*/
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:before {
|
|
content: "+";
|
|
font-size: 2em;
|
|
color: #ffc200;
|
|
line-height: 0.5em;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget span {
|
|
display: none;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img {
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px 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;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 0.5em;
|
|
padding: 0px;
|
|
margin-top: 0px;
|
|
vertical-align: middle;
|
|
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:active {
|
|
/*.background_color_30_gray;*/
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-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);
|
|
background-color: #1aa200;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:last-child {
|
|
margin-right: 5px;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: #0c5da5 !important;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 10px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 10px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 10px;
|
|
height: 32px;
|
|
/*Text*/
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover:before {
|
|
content: "";
|
|
font-size: 1em;
|
|
padding-left: 5px;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover span {
|
|
visibility: hidden;
|
|
display: none;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover img {
|
|
-webkit-transform: scale(1.5);
|
|
-moz-transform: scale(1.5);
|
|
-o-transform: scale(1.5);
|
|
-ms-transform: scale(1.5);
|
|
transform: scale(1.5);
|
|
margin: 0.5em;
|
|
background: #ffffff;
|
|
}
|
|
.et2_container[id^="infolog-index-addressbook"] .egwGridView_scrollarea {
|
|
overflow-y: scroll !important;
|
|
overflow-x: hidden !important;
|
|
}
|
|
/*###########################################
|
|
# #
|
|
# dialogHeader #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# dialog #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# #
|
|
# buttons #
|
|
# #
|
|
# #
|
|
##############################################*/
|
|
#addressbook-edit_addressbook-edit-general table.addressbook_edit_general {
|
|
width: 100%;
|
|
height: 286px;
|
|
}
|
|
#addressbook-edit_addressbook-edit-general table.addressbook_edit_general td.addressbook_edit_general_right {
|
|
width: 20%;
|
|
vertical-align: top;
|
|
text-align: center;
|
|
}
|
|
#addressbook-edit tr.dialogFooterToolbar label.et2_label {
|
|
top: 0px !important;
|
|
}
|
|
button[id="addressbook-edit_button[delete]"] {
|
|
/*position: absolute;*/
|
|
right: 0.5em;
|
|
}
|
|
/*#######################################################*/
|
|
/*State: Address selected*/
|
|
/*Layout*/
|
|
/*##############################
|
|
# # #
|
|
# # Phone #
|
|
# Address # #
|
|
# # Email #
|
|
# # #
|
|
# left # right #
|
|
################################ */
|
|
td.addressbook_edit_left_td {
|
|
min-width: 500px;
|
|
max-width: 100%;
|
|
width: 70%;
|
|
}
|
|
td.addressbook_edit_right_td {
|
|
min-width: 300px;
|
|
max-width: 100%;
|
|
width: 30%;
|
|
}
|
|
.egw_fw_ui_tab_content #addressbook-edit .et2_tabs {
|
|
max-height: 25em;
|
|
height: 296px;
|
|
}
|
|
/* popup window */
|
|
#popupMainDiv #addressbook-edit .et2_tabs {
|
|
height: 400px;
|
|
}
|
|
/*############ tabbox##############################################*/
|
|
/*# et2_tabheader # et2_tabheader # et2_tabheader # et2_tabheader #*/
|
|
/*#################################################################*/
|
|
/*# #*/
|
|
/*# #*/
|
|
/*# #*/
|
|
/*# et2_tabs #*/
|
|
/*# #*/
|
|
/*# #*/
|
|
/*#################################################################*/
|
|
/*#######################################################*/
|
|
/* Tab Generell */
|
|
.leftPad5 {
|
|
padding-left: 3px;
|
|
}
|
|
/*##################
|
|
# #
|
|
# #
|
|
# Picture #
|
|
# #
|
|
# #
|
|
##################*/
|
|
/*Div Image*/
|
|
div.addressbook_edit_general_picture {
|
|
/*Picture*/
|
|
}
|
|
div.addressbook_edit_general_picture img {
|
|
width: 180% !important;
|
|
max-width: 100px !important;
|
|
height: auto !important;
|
|
}
|
|
div.addressbook_edit_general_picture img.photo {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
/*.box_shadow_standard_light;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #b4b4b4;
|
|
}
|
|
div.addressbook_edit_general_picture img.photo:hover {
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: inherit;
|
|
}
|
|
div.addressbook_edit_general_picture table.uploadphoto {
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
background-color: #f0f0f0;
|
|
width: auto;
|
|
border-top: solid 1px #000000;
|
|
border-left: solid 1px #000000;
|
|
border-right: solid 1px #000000;
|
|
border-bottom: solid 1px #000000;
|
|
left: 30%;
|
|
top: 289px;
|
|
}
|
|
/*Search*/
|
|
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: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px 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.et2_grid img,
|
|
div#addressbook-search table.et2_grid img {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general,
|
|
div#addressbook-search table.addressbook_edit_general {
|
|
border-top: 0px;
|
|
/*POPUP*/
|
|
/* edit Name */
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general tr td:first-child,
|
|
div#addressbook-search table.addressbook_edit_general tr td:first-child {
|
|
width: 20%;
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general tr td,
|
|
div#addressbook-search table.addressbook_edit_general tr td {
|
|
width: auto;
|
|
}
|
|
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: 95%;
|
|
}
|
|
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: 1em;*/
|
|
}
|
|
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: 40% !important;
|
|
font-weight: bold;
|
|
padding: 3px 0;
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title,
|
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title {
|
|
width: 95%;
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role,
|
|
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role {
|
|
width: 95%;
|
|
}
|
|
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: 95%;
|
|
}
|
|
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: 95%;
|
|
}
|
|
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: 95%;
|
|
}
|
|
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: 15%;
|
|
}
|
|
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: 78%;
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general .chzn-container,
|
|
div#addressbook-search table.addressbook_edit_general .chzn-container {
|
|
width: 95% !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: 95%;
|
|
}
|
|
div#addressbook-edit table.addressbook_edit_general select.owner,
|
|
div#addressbook-search table.addressbook_edit_general select.owner {
|
|
width: 300px;
|
|
}
|
|
div#addressbook-edit div#addressbook-edit_addressbook-editphones,
|
|
div#addressbook-search div#addressbook-edit_addressbook-editphones {
|
|
margin-left: 1em;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup,
|
|
div#addressbook-search fieldset.phoneGroup {
|
|
border: none;
|
|
margin-bottom: 0;
|
|
margin-top: 12px;
|
|
margin-left: 1em;
|
|
height: auto;
|
|
font-size: 100%;
|
|
/*.background_color_15_gray;*/
|
|
-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 .fixedHeight,
|
|
div#addressbook-search fieldset.phoneGroup .fixedHeight,
|
|
div#addressbook-edit fieldset.phoneGroup .telNumbers,
|
|
div#addressbook-search fieldset.phoneGroup .telNumbers {
|
|
height: auto;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup table.et2_grid,
|
|
div#addressbook-search fieldset.phoneGroup table.et2_grid {
|
|
margin-left: -7px;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup table.et2_grid tr:nth-child(even),
|
|
div#addressbook-search fieldset.phoneGroup table.et2_grid tr:nth-child(even) {
|
|
background: #ffffff;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup table.et2_grid tr:nth-child(odd),
|
|
div#addressbook-search fieldset.phoneGroup table.et2_grid tr:nth-child(odd) {
|
|
background: #fafafa;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup table.et2_grid td,
|
|
div#addressbook-search fieldset.phoneGroup table.et2_grid td {
|
|
padding: 3px 0px;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup table.et2_grid td.telNumbers,
|
|
div#addressbook-search fieldset.phoneGroup table.et2_grid td.telNumbers {
|
|
width: 155px;
|
|
}
|
|
div#addressbook-edit fieldset.phoneGroup table.et2_grid td.telNumbers input,
|
|
div#addressbook-search fieldset.phoneGroup table.et2_grid td.telNumbers input {
|
|
width: 140px !important;
|
|
}
|
|
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;
|
|
margin-left: 1em;
|
|
height: auto;
|
|
font-size: 100%;
|
|
/*.background_color_15_gray;*/
|
|
-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 table.et2_grid,
|
|
div#addressbook-search fieldset.emailGroup table.et2_grid {
|
|
margin-left: -7px;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup table.et2_grid tr:nth-child(even),
|
|
div#addressbook-search fieldset.emailGroup table.et2_grid tr:nth-child(even) {
|
|
background: #ffffff;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup table.et2_grid tr:nth-child(odd),
|
|
div#addressbook-search fieldset.emailGroup table.et2_grid tr:nth-child(odd) {
|
|
background: #fafafa;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup table.et2_grid td,
|
|
div#addressbook-search fieldset.emailGroup table.et2_grid td {
|
|
padding: 3px 0px;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup td,
|
|
div#addressbook-search fieldset.emailGroup td {
|
|
/* a.et2_url:after {
|
|
content: "\221E";
|
|
font-size: 1.2em;
|
|
}*/
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup td input,
|
|
div#addressbook-search fieldset.emailGroup td input {
|
|
width: 82%;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup td a.et2_url,
|
|
div#addressbook-search fieldset.emailGroup td a.et2_url {
|
|
margin-left: 5px;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup td a.et2_url:hover,
|
|
div#addressbook-search fieldset.emailGroup td a.et2_url:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup td a.et2_url.url,
|
|
div#addressbook-search fieldset.emailGroup td a.et2_url.url {
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px 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;
|
|
background-size: 16px 16px;
|
|
background-image: url('images/url.png');
|
|
}
|
|
div#addressbook-edit fieldset.emailGroup td a.et2_url.email,
|
|
div#addressbook-search fieldset.emailGroup td a.et2_url.email {
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px 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;
|
|
background-size: 16px 16px;
|
|
background-image: url('images/email.png');
|
|
}
|
|
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-general td.addressbook_edit_general_left table.et2_grid {
|
|
margin-left: 2px;
|
|
/* tr:nth-child(even) {background: @color-even;}
|
|
tr:nth-child(odd) {background: @color-odd;} */
|
|
}
|
|
#addressbook-edit_addressbook-edit-general td.addressbook_edit_general_left table.et2_grid td {
|
|
padding: 5px 0px 5px 3px;
|
|
}
|
|
#addressbook-edit_addressbook-edit-general td.addressbook_edit_general_left table.et2_grid div#addressbook-edit_addressbook-edit-name table.et2_grid {
|
|
background-color: #b4b4b4;
|
|
border-top: solid 1px #b4b4b4;
|
|
border-left: solid 1px #b4b4b4;
|
|
border-right: solid 1px #b4b4b4;
|
|
border-bottom: solid 1px #b4b4b4;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
margin-left: 2px;
|
|
border-top: 1px solid #b4b4b4 !important;
|
|
/*tr:nth-child(even) {background: @color_even;}*/
|
|
/*tr:nth-child(odd) {background: @color_odd;}*/
|
|
}
|
|
#addressbook-edit_addressbook-edit-general td.addressbook_edit_general_left table.et2_grid div#addressbook-edit_addressbook-edit-name table.et2_grid td {
|
|
padding: 5px 0px 5px 3px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-cats {
|
|
overflow: scroll;
|
|
}
|
|
#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-home {
|
|
/*Birthday + Timezone*/
|
|
/*row*/
|
|
}
|
|
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn {
|
|
width: 200px !important;
|
|
padding-top: 0em;
|
|
}
|
|
#addressbook-edit_addressbook-edit-home .add_bday_timezone {
|
|
/*Birthday Label*/
|
|
}
|
|
#addressbook-edit_addressbook-edit-home .add_bday_timezone #addressbook_edit_tz_chzn {
|
|
width: 15% !important;
|
|
padding-top: 0em;
|
|
}
|
|
#addressbook-edit_addressbook-edit-home .add_bday_timezone label.et2_label {
|
|
padding-left: 1em;
|
|
}
|
|
/*################## Tab 4 Details ###############################*/
|
|
#addressbook-edit_addressbook-edit-details table.et2_grid {
|
|
margin-left: 2px;
|
|
border-top: 1px solid #b4b4b4 !important;
|
|
/*tr:nth-child(even) {background: @color_even;}*/
|
|
/*tr:nth-child(odd) {background: @color_odd;}*/
|
|
}
|
|
#addressbook-edit_addressbook-edit-details table.et2_grid td {
|
|
padding: 5px 0px 5px 3px;
|
|
}
|
|
#addressbook-edit_addressbook-edit-details .et2_selectbox .ui-multiselect-checkboxes li {
|
|
text-indent: -17px;
|
|
}
|
|
/*################## Tab 5 Verknüpfungen ###############################*/
|
|
#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-links tr:first td,
|
|
#addressbook-search_addressbook-edit-links tr:first td {
|
|
height: 150px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links {
|
|
/*overflow-y: scroll;*/
|
|
/*neue verknüpfung erstellen - div*/
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links table.et2_grid tr:first td {
|
|
height: 150px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to {
|
|
width: 550px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to input {
|
|
width: 86%;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
/*.box_shadow_standard_light;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #b4b4b4;
|
|
height: 3.1ex;
|
|
background-color: #e6e6e6;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button background-image[src$="svg"] {
|
|
background-color: #b4b4b4;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjYjRiNGI0IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
|
|
background-image: -moz-linear-gradient(top, #b4b4b4, #b4b4b4);
|
|
background-image: -ms-linear-gradient(top, #b4b4b4, #b4b4b4);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4b4b4), to(#b4b4b4));
|
|
background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4);
|
|
background-image: -o-linear-gradient(top, #b4b4b4, #b4b4b4);
|
|
background-image: linear-gradient(top, #b4b4b4, #b4b4b4);
|
|
background-repeat: repeat-x;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button:hover {
|
|
/*background-color: @gray_30;*/
|
|
text-shadow: 0px 0px;
|
|
color: #ffffff;
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
background-color: #1aa200;
|
|
background-size: 20px 20px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to button:active {
|
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry {
|
|
margin-top: 11px;
|
|
width: 100%;
|
|
/*div.et2_link_entry {*/
|
|
/*}*/
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry select {
|
|
width: 39%;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div#addressbook-edit_link_to_link_entry input.ui-autocomplete-input {
|
|
width: 56%;
|
|
padding-bottom: 1px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to img.et2_button_icon {
|
|
/*.background_color_10_gray;*/
|
|
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0px 1px 0px 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;
|
|
float: left;
|
|
/*margin: 0.5em 2em;*/
|
|
padding: 5px;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to img.et2_button_icon:hover {
|
|
/*.background_color_20_gray;*/
|
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to img.et2_button_icon:active {
|
|
/*.background_color_30_gray;*/
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-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);
|
|
background-color: #1aa200;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to div.et2_file {
|
|
width: 350px;
|
|
margin-left: 100px;
|
|
}
|
|
div#addressbook-edit_addressbook-edit-links table#addressbook-edit_link_to {
|
|
overflow-y: scroll;
|
|
}
|
|
/*################## Tab 6 Verteilerlisten ###############################*/
|
|
/*seems to be ok*/
|
|
#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;
|
|
}
|
|
/*################## Tab 7 Extra ###############################*/
|
|
/*seems to be ok*/
|
|
#addressbook-edit_addressbook-edit-custom,
|
|
#addressbook-search_addressbook-edit-custom {
|
|
max-width: 560px;
|
|
}
|
|
#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 table#addressbook-edit_custom_fields,
|
|
#addressbook-search_addressbook-edit-custom table#addressbook-edit_custom_fields {
|
|
max-width: 550px;
|
|
}
|
|
/*################## Tab 8 Extra Privat###############################*/
|
|
/*seems to be ok*/
|
|
/*################## Tab 9 History ###############################*/
|
|
#addressbook-edit_addressbook-edit-history .th {
|
|
height: 20px;
|
|
}
|
|
#addressbook-edit_addressbook-edit-history tbody {
|
|
display: table-header-group;
|
|
vertical-align: top;
|
|
}
|
|
#addressbook-edit_addressbook-edit-history .et2_historylog div:first-child,
|
|
#addressbook-edit_addressbook-edit-history #addressbook-edit_history div:first-child {
|
|
height: auto !important;
|
|
}
|
|
#addressbook-edit_addressbook-edit-history .et2_historylog table.egwGridView_outer th.optcol span.selectcols,
|
|
#addressbook-edit_addressbook-edit-history #addressbook-edit_history table.egwGridView_outer th.optcol span.selectcols {
|
|
position: relative !important;
|
|
}
|
|
/*################################################################
|
|
################################################################*/
|
|
button.button_more {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
/*.box_shadow_standard_light;*/
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
-webkit-appearance: none;
|
|
-webkit-transition-property: background-color;
|
|
-moz-transition-property: background-color;
|
|
-o-transition-property: background-color;
|
|
transition-property: background-color;
|
|
-webkit-transition-duration: 0.5s;
|
|
-moz-transition-duration: 0.5s;
|
|
-o-transition-duration: 0.5s;
|
|
transition-duration: 0.5s;
|
|
-webkit-transition-timing-function: linear;
|
|
-moz-transition-timing-function: linear;
|
|
-o-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
background-color: #b4b4b4;
|
|
padding-left: 30px !important;
|
|
background-position: 6px center !important;
|
|
background-repeat: no-repeat !important;
|
|
background-size: 20px auto !important;
|
|
/*.Button_size_h32_auto;*/
|
|
height: 24px;
|
|
background-image: url('../images/edit.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 {
|
|
width: 150px;
|
|
}
|
|
.custom_country input {
|
|
display: none;
|
|
}
|
|
.contactid:before {
|
|
content: "#";
|
|
}
|
|
.emailCol div {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.redItalic {
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
.fileas select,
|
|
.fileas,
|
|
.owner select,
|
|
.owner {
|
|
font-weight: bold;
|
|
width: 100%;
|
|
}
|
|
.iphoto img {
|
|
width: 60px;
|
|
}
|
|
.photo img {
|
|
height: auto;
|
|
}
|
|
.uploadphoto {
|
|
background-color: #cdcdcd;
|
|
border: 1px solid black !important;
|
|
display: none;
|
|
left: 48px;
|
|
padding: 4px;
|
|
position: absolute;
|
|
top: 168px;
|
|
}
|
|
table.uploadphoto {
|
|
width: 360px !important;
|
|
background-color: #cdcdcd !important;
|
|
-webkit-border-radius: 9px;
|
|
-moz-border-radius: 9px;
|
|
border-radius: 9px;
|
|
}
|
|
.checkAllArrow {
|
|
padding-right: 5px;
|
|
}
|
|
.typeIcon {
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
.editphones,
|
|
.editname {
|
|
background-color: #FFFFFF;
|
|
border: 2px solid black;
|
|
display: none;
|
|
left: 30%;
|
|
padding: 4px;
|
|
position: absolute;
|
|
top: 10%;
|
|
}
|
|
.editname {
|
|
left: 137px;
|
|
top: 160px;
|
|
}
|
|
.windowheader {
|
|
background-image: url("../../../phpgwapi/templates/idots/images/appbox-header-background.png");
|
|
background-repeat: repeat-x;
|
|
border-bottom: 1px solid #9C9C9C;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
height: 20px;
|
|
}
|
|
.emailGroup table {
|
|
height: 87px;
|
|
}
|
|
.space {
|
|
width: 80px;
|
|
}
|
|
.noWrap {
|
|
white-space: nowrap;
|
|
}
|
|
.customfields td {
|
|
line-height: 12px;
|
|
white-space: nowrap;
|
|
}
|
|
.image16 img {
|
|
height: 16px;
|
|
}
|
|
.fixedHeight,
|
|
.telNumbers {
|
|
height: auto;
|
|
}
|
|
}
|
|
/*#################################### Media Queries #####################################################*/
|
|
@media only screen and (min-width: 980px) and (max-width: 1279px) {
|
|
.nextmatch_header > .filters select {
|
|
margin: 0px;
|
|
}
|
|
}
|