egroupware/addressbook/templates/pixelegg/app.less

1066 lines
23 KiB
Plaintext
Raw Normal View History

2013-11-14 20:29:55 +01:00
/**
* EGroupware: CSS with less preprocessor
2013-12-12 21:27:35 +01:00
* ADDRESSBOOK
2013-11-14 20:29:55 +01:00
*
* 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$
*/
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
2013-11-18 20:31:54 +01:00
@import (less) "../default/app.css";
2013-12-12 21:27:35 +01:00
@media all {
2013-12-08 22:38:36 +01:00
/* #############################################################################
2013-11-14 20:29:55 +01:00
// iframe
2013-12-08 22:38:36 +01:00
// Rahmen + padding**/
2013-12-12 04:46:53 +01:00
/*################## iframe ####################*/
/*# # #*/
/*# # #*/
/*# # Addressbook #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*# ############################### #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*# # infolog #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*##############################################*/
2013-12-08 22:38:36 +01:00
/**
* Give space to both contact view & infolog list
*/
2013-12-12 04:46:53 +01:00
2013-12-08 22:38:36 +01:00
#addressbook-index {
2013-12-20 15:32:40 +01:00
height: 99%;
2013-12-08 22:38:36 +01:00
}
#addressbook-edit {
height: auto;
min-height: 390px;
2013-12-12 21:27:35 +01:00
overflow: auto;
2013-12-08 22:38:36 +01:00
}
2013-11-14 20:29:55 +01:00
div#addressbook-index{
2013-11-27 08:21:32 +01:00
// min-height: 700px;
// height: auto !important;
2013-11-14 20:29:55 +01:00
// ###########################
// linke Box
// ##########################
div.et2_hbox_left{
2013-12-12 21:27:35 +01:00
padding: 4px 0px;
2013-11-14 20:29:55 +01:00
// Org View
select#addressbook-index_org_view{
.Complete_Button_select;
height: 35px;
margin-top: 0;
&:hover{
.Complete_Button_select_hover;
}
}
} // linke Box
// ###########################
// rechte Box
// ###########################
div.et2_hbox_right {
2013-11-18 20:31:54 +01:00
width: auto;
2013-11-14 20:29:55 +01:00
margin-right: 1em;
// Typ
select.et2_selectbox{
.Complete_Button_select;
height: 35px;
margin-left: 5px;
&:hover{.Complete_Button_select_hover;}
&:focus{.Complete_Button_select_focus;}
}
// erweiterte Suche
button#addressbook-index_search{
.background-color-10-gray;
.color-100-gray;
.Complete_Button_text_icon_before;
2013-11-18 20:31:54 +01:00
background-image:url('../../../pixelegg/images/advanced-search.png') !important;
2013-11-14 20:29:55 +01:00
padding-left: 0px;
2013-11-18 20:31:54 +01:00
&:hover{ background-image:url('../../../pixelegg/images/advanced-search.png'); .Complete_Button_text_icon_before_hover;}
&:focus{ background-image:url('../../../pixelegg/images/advanced-search.png'); .Complete_Button_text_icon_before_active;}
2013-11-14 20:29:55 +01:00
}
// hinzufügen
button#addressbook-index_add{
.Complete_Button_add;
&:hover {.Complete_Button_add_hover;}
}
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
2013-11-22 06:28:19 +01:00
} // rechte Box
2013-11-14 20:29:55 +01:00
2013-11-20 09:41:17 +01:00
div.filters {
2013-11-18 20:31:54 +01:00
// 1 Filter
2013-11-20 09:41:17 +01:00
select#infolog-index_cat_id {width: 10%; margin-left: 1em;}
2013-11-18 20:31:54 +01:00
// 2 Filter
2013-11-20 09:41:17 +01:00
select#infolog-index_filter {width: 10%;}
2013-11-18 20:31:54 +01:00
// 3 Filter
2013-11-20 09:41:17 +01:00
select#infolog-index_filter2 {width: 10%;}
2013-11-18 20:31:54 +01:00
// Suchfeld
input#infolog-index_search {
2013-11-22 06:28:19 +01:00
}
2013-11-14 20:29:55 +01:00
2013-11-18 20:31:54 +01:00
// Suchen Button
button.et2_button {}
}
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
// Filter
.filters{
2013-11-28 07:20:18 +01:00
// #addressbook-index_cat_id{width: 7%;}
// #addressbook-index_filter{width:7%;}
// #addressbook-index_filter2{width: 10%;}
2013-11-14 20:29:55 +01:00
}// Filter
table.egwGridView_outer{
// border-collapse: inherit;
width: 99%;
}
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
} // iframe
2013-12-12 04:46:53 +01:00
/*##################################################################*/
2013-12-16 10:37:11 +01:00
/*Infolog*/
2013-12-12 04:46:53 +01:00
.et2_container[id^="infolog-index-addressbook"] {
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
/*height: auto;*/
padding: 1em;
2013-12-16 10:37:11 +01:00
/*min-height: 250px;*/
2013-12-20 15:32:40 +01:00
/*ADD Button */
2013-12-16 10:37:11 +01:00
/* div.et2_hbox,
2013-12-12 04:46:53 +01:00
div.et2_box_widget*/
.et2_hbox_right[id*="_infolog-index-header_right"]{
2013-12-20 15:32:40 +01:00
/* .Complete_Button_add;
height: auto;
2013-12-12 04:46:53 +01:00
.color-0-gray; // white
font-size: 0.9em;
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
&:before {padding-left: 5px;}
&:hover {.Complete_Button_add_hover;}
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
span.et2_label {color: @gray-0; font-size: 0.9em;padding-right: 11px;}
2013-12-20 15:32:40 +01:00
img.et2_button {margin-top: -15px;}*/
div.et2_box_widget{
background-color: @egw_color_blue_lighter !important;
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;
.box_shadow_standard_light;
height: 39px; // hieght of add-item
.infolog_headertext{color: #FFF !important; font-size: 11px;}
&:hover {.box_shadow_standard_light_hover; background-color: @egw_color_blue_lightest !important;}
/*img#infolog-index_add[id="task"] {background-color: @gray-0; }*/
// IMG
img {
.Complete_Button_Icon_normal;
.dimension_width_height_s;
margin-right: 0.5em;
padding: 2px;
margin-top: -2px;
vertical-align: middle;
&:hover{.Complete_Button_Icon_hover ;}
&:active{.Complete_Button_Icon_active ;}
}
}
}
2013-12-16 10:37:11 +01:00
2013-12-20 15:32:40 +01:00
// Scrollarea in Infolog
.egwGridView_scrollarea{
overflow-y: scroll !important;
overflow-x: hidden !important;
}
}
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
2013-11-14 20:29:55 +01:00
//******************************************************************
// sidebar
#egw_fw_sidemenu{
//Tabelle mit Ansichten des Kalenders
.egw_fw_ui_category_content{
2013-12-04 06:23:51 +01:00
// table {margin-left: -14px;}
2013-11-14 20:29:55 +01:00
}
// Bilder für Favoriten
img.sideboxstar {
}
2013-12-04 06:23:51 +01:00
// select {margin-top: -5px;}
2013-11-14 20:29:55 +01:00
}
2013-12-08 22:38:36 +01:00
// #############################################################################
// Dialog addressbook
2013-11-22 06:28:19 +01:00
2013-12-08 22:38:36 +01:00
/*###########################################
# #
# dialog-header #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
#addressbook-edit_addressbook-edit-general {
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
table.addressbook_edit_general {
2013-12-12 04:46:53 +01:00
width:100%;
2013-12-08 22:38:36 +01:00
height:286px;
2013-12-12 04:46:53 +01:00
td.addressbook_edit_general_right {
widtH: 20%;
vertical-align: top;
text-align: center;
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
}
2013-11-14 20:29:55 +01:00
2013-11-22 06:28:19 +01:00
2013-12-16 10:37:11 +01:00
}
2013-11-22 06:28:19 +01:00
2013-12-16 10:37:11 +01:00
#addressbook-edit tr.dialog-footer-toolbar label.et2_label {top: 0px !important;}
2013-11-14 20:29:55 +01:00
2013-12-20 10:35:46 +01:00
// Button delete
button[id="addressbook-edit_button[delete]"]{
float: right;
margin-top: -37px;
}
2013-12-08 22:38:36 +01:00
/*#######################################################*/
2013-11-20 09:41:17 +01:00
/*State: Address selected*/
2013-12-10 08:52:15 +01:00
/*Layout*/
/*##############################
# # #
# # Phone #
# Address # #
# # Email #
# # #
2013-12-12 04:46:53 +01:00
# left # right #
2013-12-10 08:52:15 +01:00
################################ */
td.addressbook_edit_left_td {
2013-12-16 10:37:11 +01:00
min-width: 500px;
2013-12-10 08:52:15 +01:00
max-width: 100%;
2013-12-12 04:46:53 +01:00
width: 70%;
2013-12-10 08:52:15 +01:00
}
2013-12-08 22:38:36 +01:00
2013-12-12 04:46:53 +01:00
td.addressbook_edit_right_td {
2013-12-16 10:37:11 +01:00
min-width: 300px;
2013-12-12 04:46:53 +01:00
max-width: 100%;
width: 30%;
}
2013-12-08 22:38:36 +01:00
2013-12-12 04:46:53 +01:00
.egw_fw_ui_tab_content #addressbook-edit .et2_tabs {
2013-12-16 10:37:11 +01:00
max-height: 25em;
2013-12-12 21:27:35 +01:00
height: 296px;
2013-12-12 04:46:53 +01:00
}
2013-11-22 06:28:19 +01:00
2013-12-12 04:46:53 +01:00
/* popup window */
#popupMainDiv #addressbook-edit .et2_tabs {
2013-12-16 10:37:11 +01:00
height: 400px;
2013-12-12 04:46:53 +01:00
}
2013-11-20 09:41:17 +01:00
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
2013-12-12 04:46:53 +01:00
/*############ tabbox##############################################*/
/*# et2_tabheader # et2_tabheader # et2_tabheader # et2_tabheader #*/
/*#################################################################*/
2013-12-16 10:37:11 +01:00
/*# #*/
/*# #*/
/*# #*/
/*# et2_tabs #*/
/*# #*/
/*# #*/
2013-12-12 04:46:53 +01:00
/*#################################################################*/
2013-12-08 22:38:36 +01:00
2013-12-10 08:52:15 +01:00
/*#######################################################*/
/* Tab Generell */
2013-12-12 04:46:53 +01:00
.leftPad5 {
padding-left: 0px;
}
2013-12-08 22:38:36 +01:00
/*##################
# #
# #
# Picture #
# #
# #
##################*/
/*Div Image*/
div.addressbook_edit_general_picture {
2013-12-12 04:46:53 +01:00
// float: right;
2013-12-16 10:37:11 +01:00
// width: 180% !important;
// max-width: 100px !important;
// height: auto !important;
// margin-right: 10px;
2013-12-12 04:46:53 +01:00
img {
2013-12-16 10:37:11 +01:00
width: 180% !important;
max-width: 100px !important;
height: auto !important;
2013-12-10 08:52:15 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
/*Picture*/
// Photo
img.photo {
.Complete_Button_normal;
&:hover {.Complete_Button_hover;}
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
// Photo Upload - POPUP
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
table.uploadphoto {
2013-12-19 04:14:47 +01:00
.rounded (3px);
2013-12-08 22:38:36 +01:00
.background-color-10-gray;
width: auto;
2013-12-18 05:33:59 +01:00
.bordered(@gray-100, @gray-100, @gray-100, @gray-100);
left: 30%;
top: 289px;
2013-12-19 04:14:47 +01:00
2013-12-08 22:38:36 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
}
/*Search*/
2013-11-14 20:29:55 +01:00
div#addressbook-edit,
div#addressbook-search{
// .box_shadow_dialog;
// .border_radius_button_normal;
margin: 0;
padding: 0.5em;
// Choosen Adresse
.chzn-container { width: 60% !important;}
.et2_tabheader {margin-top: 0px;background-color:transparent;}
// Tabelle
table.editphones{
width: auto !important;
top: 5%;
.box_shadow_standard_light;
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
table.et2_grid{
2013-11-20 09:41:17 +01:00
width: 100%;
border-top: 0px;
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
img {width: 16px; height: 16px;}
2013-12-16 10:37:11 +01:00
2013-11-20 09:41:17 +01:00
}
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
table.addressbook_edit_general{
// background: red;
border-top: 0px;
2013-12-08 22:38:36 +01:00
tr td:first-child {width: 20%;}
tr td {width: auto;}
2013-11-14 20:29:55 +01:00
table tr td:first-child {width: 60px;}
table tr td {width: 200px;}
//Name
2013-12-08 22:38:36 +01:00
input#addressbook-edit_n_fn {width: 95%;}
2013-11-14 20:29:55 +01:00
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
/*POPUP*/
/* edit Name */
2013-11-14 20:29:55 +01:00
table.editname {
.background-color-10-gray;
z-index: 10;
2013-12-08 22:38:36 +01:00
font-size: 1em;
2013-11-14 20:29:55 +01:00
2013-12-08 22:38:36 +01:00
tr td:first-child {width: 40% !important;font-weight: bold; padding: 3px 0;}
2013-11-14 20:29:55 +01:00
}
//Titel
2013-12-08 22:38:36 +01:00
input#addressbook-edit_title {width: 95%;}
2013-11-14 20:29:55 +01:00
//Role
2013-12-08 22:38:36 +01:00
input#addressbook-edit_role {width: 95%;}
2013-11-14 20:29:55 +01:00
//Organisation
2013-12-08 22:38:36 +01:00
input#addressbook-edit_org_name {width: 95%;}
2013-11-14 20:29:55 +01:00
//unit
2013-12-08 22:38:36 +01:00
input#addressbook-edit_org_unit {width: 95%;}
2013-11-14 20:29:55 +01:00
// Street
input#addressbook-edit_adr_one_street,
2013-12-08 22:38:36 +01:00
input#addressbook-edit_adr_one_street2 {width: 95%;}
2013-11-14 20:29:55 +01:00
// PLZ + Ort
2013-12-08 22:38:36 +01:00
input#addressbook-edit_adr_one_postalcode {width: 10%;}
input#addressbook-edit_adr_one_locality {width: 83%;}
2013-11-14 20:29:55 +01:00
// Choosen Adresse
2013-12-08 22:38:36 +01:00
.chzn-container { width: 95% !important;}
2013-11-14 20:29:55 +01:00
//region
2013-12-08 22:38:36 +01:00
input#addressbook-edit_adr_one_region {width: 95%;}
2013-11-14 20:29:55 +01:00
//Owner
select.owner {width: 300px;}
} // generell
// Telefonnummer:
2013-12-16 10:37:11 +01:00
2013-11-18 20:31:54 +01:00
div#addressbook-edit_addressbook-editphones {margin-left: 1em;}
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
fieldset.phoneGroup {
border: none;
margin-bottom: 0;
margin-top: 12px;
2013-11-18 20:31:54 +01:00
margin-left: 1em;
2013-11-14 20:29:55 +01:00
height: auto;
.background-color-15-gray;
.border_radius_button_normal;
legend { text-transform: uppercase;}
2013-11-22 06:28:19 +01:00
// Phonenumber Input Fields
.fixedHeight, .telNumbers {
height: auto;
}
2013-12-20 10:35:46 +01:00
table.et2_grid {
margin-left: -7px;
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
td {padding: 3px 0px;}
}
2013-12-12 21:27:35 +01:00
table.et2_grid td.telNumbers{
width: 155px;
input { width: 140px !important; }
2013-12-16 10:37:11 +01:00
2013-11-22 06:28:19 +01:00
}
2013-11-14 20:29:55 +01:00
2013-12-12 21:27:35 +01:00
// Radio Box
input.et2_radiobox {};
2013-11-14 20:29:55 +01:00
}
fieldset.phoneGroup * img {display: none !important; width: 20px;} // Bilder ausblenden
.phoneGroup table {
// height: 122px;
}
// Email
fieldset.emailGroup {
border: none;
margin-bottom: 0;
margin-top: 10px;
2013-11-18 20:31:54 +01:00
margin-left: 1em;
2013-11-14 20:29:55 +01:00
height: auto;
.background-color-15-gray;
.border_radius_button_normal;
legend { text-transform: uppercase;}
2013-12-16 10:37:11 +01:00
2013-12-20 10:35:46 +01:00
table.et2_grid {
margin-left: -7px;
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
td {padding: 3px 0px;}
}
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
td {
input {width: 82%;}
2013-12-16 10:37:11 +01:00
// image after Link
2013-12-12 21:27:35 +01:00
a.et2_url {
margin-left: 5px;
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
&:hover {.Complete_Button_Icon_hover;}
}
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
/* a.et2_url:after {
2013-11-14 20:29:55 +01:00
content: "\221E";
2013-12-12 21:27:35 +01:00
font-size: 1.2em;
}*/
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
a.et2_url.url {
.Complete_Button_Icon_normal;
2013-12-16 10:37:11 +01:00
background-size: 16px 16px;
2013-12-12 21:27:35 +01:00
background-image: url('images/url.png');
2013-11-14 20:29:55 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
a.et2_url.email {
.Complete_Button_Icon_normal;
2013-12-16 10:37:11 +01:00
background-size: 16px 16px;
2013-12-12 21:27:35 +01:00
background-image: url('images/email.png');
2013-11-22 06:28:19 +01:00
}
2013-12-12 21:27:35 +01:00
2013-12-16 10:37:11 +01:00
}
2013-12-12 21:27:35 +01:00
2013-11-14 20:29:55 +01:00
}
fieldset.emailGroup * img {display: none !important; width: 20px;} // Bilder ausblenden
} // edit
#addressbook-edit_addressbook-edit-general{
// Länderauswahl
#addressbook_edit_adr_one_countrycode_chzn{
width: 200px !important;
// background-color: red !important;
padding-top: 1em;
}
2013-12-20 10:35:46 +01:00
td.addressbook_edit_general_left {
// table Addressfield
table.et2_grid{
margin-left: 2px;
/* tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;} */
td {padding: 5px 0px 5px 3px;}
// Edit Name
div#addressbook-edit_addressbook-edit-name{
table.et2_grid{
background-color: @gray-30;
.bordered (@gray-30,@gray-30,@gray-30,@gray-30);
.rounded (5px);
margin-left: 2px;
border-top: 1px solid @gray-30 !important;
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
td {padding: 5px 0px 5px 3px;}
}
}
}
}
2013-11-14 20:29:55 +01:00
}
2013-12-08 22:38:36 +01:00
2013-11-14 20:29:55 +01:00
// ################### Tab 2 / Kategorien ########################
//
// addressbook-edit_addressbook.edit.cats
// in Adressbuch css ausgelagert
//div#addressbook-edit_addressbook~\.edit~\.cats {background-color: red;}
2013-12-08 22:38:36 +01:00
div#addressbook-edit_addressbook-edit-cats {overflow: scroll;}
2013-11-14 20:29:55 +01:00
// ################## Tab 3 / Privat #############################
2013-12-08 22:38:36 +01:00
// Privat
#addressbook-edit_addressbook-edit-custom_private,
#addressbook-search_addressbook-edit-custom_private{
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
}
}
2013-11-14 20:29:55 +01:00
#addressbook-edit_addressbook-edit-home{
// content: "hello I´m there";
// Länderauswahl
#addressbook_edit_adr_two_countrycode_chzn{
width: 200px !important;
// background-color: red !important;
2013-12-12 04:46:53 +01:00
padding-top: 0em;
2013-11-14 20:29:55 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
/*Birthday + Timezone*/
/*row*/
.add_bday_timezone {
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
// Timezone
#addressbook_edit_tz_chzn{
width: 15% !important;
padding-top: 0em;
}
2013-12-16 10:37:11 +01:00
2013-12-12 04:46:53 +01:00
/*Birthday Label*/
2013-12-16 10:37:11 +01:00
label.et2_label {padding-left: 1em;}
2013-11-14 20:29:55 +01:00
}
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
}
2013-12-08 22:38:36 +01:00
/*################## Tab 4 Details ###############################*/
2013-12-20 10:35:46 +01:00
#addressbook-edit_addressbook-edit-details {
table.et2_grid{
margin-left: 2px;
border-top: 1px solid @gray-30 !important;
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
td {padding: 5px 0px 5px 3px;}
}
}
2013-12-08 22:38:36 +01:00
/*################## Tab 5 Verknüpfungen ###############################*/
2013-11-14 20:29:55 +01:00
// Verknüpfungen
#addressbook-edit_addressbook-edit-links,
#addressbook-search_addressbook-edit-links{
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-12 21:27:35 +01:00
tr:first {
td {height: 150px;}
2013-11-14 20:29:55 +01:00
}
2013-12-16 10:37:11 +01:00
}
div#addressbook-edit_addressbook-edit-links {
/*overflow-y: scroll;*/
table.et2_grid {
tr:first td {height: 150px;}
}
/*neue verknüpfung erstellen - div*/
div#addressbook-edit_link_to {
width: 100% !important;
2013-12-12 21:27:35 +01:00
// 1. with Addressbook
2013-12-16 10:37:11 +01:00
div#addressbook-edit_link_to_link_entry{ margin: 1em;}
2013-12-12 21:27:35 +01:00
2013-12-16 10:37:11 +01:00
// 2. Icon
img.et2_button_icon {
.Complete_Button_Icon_normal;
float: left;
margin: 0.5em 2em;
padding: 0.5em;
height: 32px;
width: 32px;
&:hover {.Complete_Button_Icon_hover;}
&:active {.Complete_Button_Icon_active;}
}
// Upload
div.et2_file {}
}
table#addressbook-edit_link_to {overflow-y: scroll;}
}
2013-12-08 22:38:36 +01:00
2013-11-14 20:29:55 +01:00
2013-12-08 22:38:36 +01:00
/*################## Tab 6 Verteilerlisten ###############################*/
/*seems to be ok*/
2013-11-14 20:29:55 +01:00
// Verteilerliste
#addressbook-edit_addressbook-edit-distribution_list,
#addressbook-search_addressbook-edit-distribution_list{
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
}
2013-12-12 21:27:35 +01:00
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
}
2013-12-08 22:38:36 +01:00
/*################## Tab 7 Extra ###############################*/
/*seems to be ok*/
2013-11-14 20:29:55 +01:00
// Extra
#addressbook-edit_addressbook-edit-custom,
#addressbook-search_addressbook-edit-custom{
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
}
}
2013-12-08 22:38:36 +01:00
/*################## Tab 8 Extra Privat###############################*/
/*seems to be ok*/
2013-12-10 08:52:15 +01:00
2013-12-08 22:38:36 +01:00
/*################## Tab 9 History ###############################*/
// History
2013-11-14 20:29:55 +01:00
2013-12-10 08:52:15 +01:00
#addressbook-edit_addressbook-edit-history{
2013-12-16 10:37:11 +01:00
2013-11-14 20:29:55 +01:00
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
2013-12-16 10:37:11 +01:00
}
2013-12-10 08:52:15 +01:00
table.et2_grid {
2013-11-14 20:29:55 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-10 08:52:15 +01:00
.et2_historylog,
#addressbook-edit_history{
2013-12-08 22:38:36 +01:00
div:first-child {height: auto !important;}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
table.egwGridView_outer {
2013-12-10 08:52:15 +01:00
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
th.optcol {
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
span.selectcols {position: relative !important;}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
}
2013-12-16 10:37:11 +01:00
2013-12-08 22:38:36 +01:00
}
/*################################################################
################################################################*/
2013-11-14 20:29:55 +01:00
// mehr...Phonebuch
button.button_more {
.Complete_Button_text_icon_before;
2013-12-12 21:27:35 +01:00
background-image:url('../images/edit.png');
2013-11-14 20:29:55 +01:00
}
2013-12-08 22:38:36 +01:00
2013-11-14 20:29:55 +01:00
// #####################################################
// Adresse editieren
div.addressbook.edit.general{
table {
border-top: 0px;
tr td img {display: none;}
// Adressbuchbild unsichtbar
img:nth-child(1) {display:none;}
// Bild hochladen
img:nth-child(2) {cursor:pointer;}
}
}
.cursorHand {
}
.countrySelect select {
width: 150px;
}
.custom_country input {
display: none;
}
.contactid:before {
content: "#";
}
.emailCol div {
overflow: hidden;
width: 100%;
}
.redItalic {
color: red;
font-style: italic;
}
2013-11-22 06:28:19 +01:00
2013-11-14 20:29:55 +01:00
.bold {
font-weight: bold;
}
.fileas select, .fileas, .owner select, .owner {
font-weight: bold;
width: 100%;
}
.photo img, .iphoto img {
width: 60px;
}
.photo img {
}
2013-11-22 06:28:19 +01:00
// Dialog Upload photo
2013-11-27 08:21:32 +01:00
2013-11-14 20:29:55 +01:00
.uploadphoto {
2013-11-22 06:28:19 +01:00
background-color: @gray-20;
2013-12-19 04:14:47 +01:00
border: 1px solid black !important;
2013-11-14 20:29:55 +01:00
display: none;
left: 48px;
padding: 4px;
position: absolute;
top: 168px;
}
2013-11-22 06:28:19 +01:00
2013-12-19 04:14:47 +01:00
table.uploadphoto {width: 360px !important; background-color: @gray-20 !important; .rounded (9px);}
2013-11-22 06:28:19 +01:00
2013-11-14 20:29:55 +01:00
.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 {
}
.customfields td {
line-height: 12px;
white-space: nowrap;
}
.image16 img {
height: 16px;
}
2013-11-28 21:21:17 +01:00
.fixedHeight,.telNumbers { height: auto;}
2013-11-14 20:29:55 +01:00
2013-12-12 21:27:35 +01:00
} // Ende Media all
/*#################################### Media Queries #####################################################*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {
2013-12-16 10:37:11 +01:00
.nextmatch_header > .filters select { margin: 0px;}
2013-12-12 21:27:35 +01:00
}
@media only screen and (min-width: 760px) and (max-width: 979px) {
}
@media only screen and (min-width: 320px) and (max-width: 759px) {
}
2013-11-14 20:29:55 +01:00
2013-12-20 10:35:46 +01:00
//