pixelegg changes from last week

This commit is contained in:
Ralf Becker 2013-12-08 21:38:36 +00:00
parent 443b8ed854
commit 921eaf73f1
9 changed files with 546 additions and 1418 deletions

View File

@ -28,23 +28,23 @@
<rows> <rows>
<row> <row>
<description for="n_prefix" value="prefix"/> <description for="n_prefix" value="prefix"/>
<textbox id="n_prefix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/> <textbox id="n_prefix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
</row> </row>
<row> <row>
<description for="n_given" value="first name"/> <description for="n_given" value="first name"/>
<textbox id="n_given" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/> <textbox id="n_given" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
</row> </row>
<row> <row>
<description for="n_middle" value="middle name"/> <description for="n_middle" value="middle name"/>
<textbox id="n_middle" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/> <textbox id="n_middle" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
</row> </row>
<row> <row>
<description for="n_family" value="last name"/> <description for="n_family" value="last name"/>
<textbox id="n_family" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/> <textbox id="n_family" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
</row> </row>
<row> <row>
<description for="n_suffix" value="suffix"/> <description for="n_suffix" value="suffix"/>
<textbox id="n_suffix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="35" maxlength="64"/> <textbox id="n_suffix" onchange="app.addressbook.check_value(this,'$cont[id]');" size="28" maxlength="64"/>
</row> </row>
<row> <row>
<description/> <description/>
@ -53,56 +53,46 @@
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="addressbook.edit.general" template="" lang="" group="0" version="1.9.003"> <template id="addressbook.edit.general" template="" lang="" group="0" version="1.9.003">
<grid width="100%" height="286" class="addressbook_edit_general">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row valign="top">
<!-- <image src="accounts"/> --> <!-- <image src="accounts"/> -->
<vbox> <vbox class="addressbook_edit_general_picture">
<image src="photo" onclick="jQuery('table.uploadphoto').css('display','inline'); return false;" class="photo"/> <image src="photo" onclick="jQuery('table.uploadphoto').css('display','inline'); return false;" class="photo"/>
<template id="addressbook.edit.upload"/> <template id="addressbook.edit.upload"/>
</vbox> </vbox>
<grid> <grid class="addressbook_edit_general">
<columns> <columns>
<column /> <column />
<column/> <column/>
<column/> <column/>
<column/>
</columns> </columns>
<rows> <rows>
<row> <row>
<description value="Name"/> <description value="Name"/>
<textbox id="n_fn" no_lang="1" onclick="jQuery('table.editname').css('display','inline'); var focElem = document.getElementById(form::name('n_prefix')); if (!(typeof(focElem) == 'undefined') &amp;&amp; typeof(focElem.focus)=='function') document.getElementById(form::name('n_prefix')).focus();" rows="1" size="36" span="2" tabindex="-1" class="cursorHand"/> <textbox id="n_fn" no_lang="1" onclick="jQuery('table.editname').css('display','inline'); var focElem = document.getElementById(form::name('n_prefix')); if (!(typeof(focElem) == 'undefined') &amp;&amp; typeof(focElem.focus)=='function') document.getElementById(form::name('n_prefix')).focus();" rows="1" size="36" span="3" tabindex="-1" class="cursorHand"/>
</row> </row>
<row> <row>
<description/> <description/>
<template id="addressbook.edit.name"/> <template id="addressbook.edit.name"/>
<description/>
<description/>
</row> </row>
<row> <row>
<description for="title" value="Title"/> <description for="title" value="Title"/>
<textbox id="title" size="36" maxlength="64" span="2"/> <textbox id="title" size="36" maxlength="64" span="2"/>
<description/>
</row> </row>
<row> <row>
<description for="role" value="Role"/> <description for="role" value="Role"/>
<textbox id="role" size="20" maxlength="64"/> <textbox id="role" size="20" maxlength="64"/>
<textbox label="Room" id="room" size="5"/> <textbox label="Room" id="room" size="5"/>
<description/>
</row>
</rows>
</grid>
</row> </row>
<row> <row>
<!-- <image src="home"/> --> <!-- <image src="home"/> -->
<description value="Organisation"/> <description value="Organisation"/>
<textbox id="org_name" onchange="app.addressbook.check_value(this,'$cont[id]');" size="45" maxlength="128"/> <textbox id="org_name" onchange="app.addressbook.check_value(this,'$cont[id]');" size="45" maxlength="128" colspan="3"/>
</row> </row>
<row> <row>
<description for="org_unit" value="department"/> <description for="org_unit" value="department"/>
@ -170,6 +160,9 @@
</rows> </rows>
</grid> </grid>
</template> </template>
<template id="addressbook.edit.cats" template="" lang="" group="0" version="1.9.002"> <template id="addressbook.edit.cats" template="" lang="" group="0" version="1.9.002">
<grid width="100%" height="286" overflow="auto"> <grid width="100%" height="286" overflow="auto">
<columns> <columns>
@ -316,6 +309,7 @@
</grid> </grid>
</template> </template>
<template id="addressbook.edit.links" template="" lang="" group="0" version="1.9.001"> <template id="addressbook.edit.links" template="" lang="" group="0" version="1.9.001">
<grid width="100%" height="286" overflow="auto"> <grid width="100%" height="286" overflow="auto">
<columns> <columns>
<column/> <column/>
@ -504,6 +498,7 @@
<htmlarea id="msg" no_lang="1" readonly="true" span="all" class="redItalic"/> <htmlarea id="msg" no_lang="1" readonly="true" span="all" class="redItalic"/>
<description/> <description/>
</row> </row>
<row class="dialog-header"> <row class="dialog-header">
<menulist> <menulist>
<menupopup blur="Name" class="fileas" statustext="own sorting" id="fileas_type" no_lang="1"/> <menupopup blur="Name" class="fileas" statustext="own sorting" id="fileas_type" no_lang="1"/>

View File

@ -12,13 +12,16 @@
/** /**
* Give space to both contact view & infolog list * Give space to both contact view & infolog list
*/ */
.et2_container {
height: 50%;
}
.et2_container:only-child,
#addressbook-index { #addressbook-index {
height: 100%; height: 100%;
} }
#addressbook-edit {
height: 390px;
min-height: 390px;
}
.et2_container[id^="infolog-index-addressbook"] {
min-height: 250px;
}
/* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */ /* Give enough (static) width to edit dialog tabs, or it will auto-size and flex */
#addressbook-edit .et2_tabbox { #addressbook-edit .et2_tabbox {
min-width: 535px; min-width: 535px;
@ -138,6 +141,39 @@ fieldset.emailGroup {
.image16 img { .image16 img {
height: 16px; height: 16px;
} }
/* #############################################################################
// iframe
// Rahmen + padding**/
/*############################################
# # #
# # #
# # #
# # #
# # #
# # #
# # #
# # iframge #
# # #
# # #
# # #
# # #
# # #
# # #
##############################################
*/
/**
* Give space to both contact view & infolog list
*/
#addressbook-index {
height: 100%;
}
#addressbook-edit {
height: auto;
min-height: 390px;
}
.et2_container[id^="infolog-index-addressbook"] {
min-height: 250px;
}
div#addressbook-index div.et2_hbox_left { div#addressbook-index div.et2_hbox_left {
padding: 1em; padding: 1em;
} }
@ -263,6 +299,7 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
content: "+"; content: "+";
font-size: 1.5em; font-size: 1.5em;
color: #ffc200; color: #ffc200;
line-height: 1.1em;
} }
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover { div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
background-color: #66a1d2 !important; background-color: #66a1d2 !important;
@ -293,8 +330,31 @@ div#addressbook-index table.egwGridView_outer {
.et2_container { .et2_container {
height: auto; height: auto;
} }
/* ##################################################### */ /*###########################################
/* ##################################################### */ # #
# dialog-header #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
#addressbook-edit_addressbook-edit-general table.addressbook_edit_general {
width: 80%;
height: 286px;
}
/*#######################################################*/
/*#######################################################*/
/*#######################################################*/
/*State: Address selected*/ /*State: Address selected*/
/*ADD AREA*/ /*ADD AREA*/
#infolog-index_infolog-index-header_right .et2_box_widget { #infolog-index_infolog-index-header_right .et2_box_widget {
@ -317,6 +377,7 @@ div#addressbook-index table.egwGridView_outer {
content: "+"; content: "+";
font-size: 1.5em; font-size: 1.5em;
color: #ffc200; color: #ffc200;
line-height: 1.1em;
} }
#infolog-index_infolog-index-header_right .et2_box_widget:hover { #infolog-index_infolog-index-header_right .et2_box_widget:hover {
background-color: #66a1d2 !important; background-color: #66a1d2 !important;
@ -339,7 +400,65 @@ div#addressbook-index table.egwGridView_outer {
#infolog-index_infolog-index-header_right .et2_box_widget img.et2_button { #infolog-index_infolog-index-header_right .et2_box_widget img.et2_button {
margin-top: -15px; margin-top: -15px;
} }
/*State: address edit*/ /*#######################################################*/
/*#######################################################*/
/*#######################################################*/
/* State: address edit min*/
/*#######################################################*/
/* Tab Generell */
/*Layout*/
#addressbook-edit .et2_tabbox {
max-width: 100%;
min-width: 530px;
}
#addressbook-edit .et2_tabs {
height: 380px;
}
table.et2_grid .addressbook_edit_general {
width: 80% !important;
}
/*##################
# #
# #
# Picture #
# #
# #
##################*/
/*Div Image*/
div.addressbook_edit_general_picture {
float: right;
/*Picture*/
}
div.addressbook_edit_general_picture img {
width: 180% !important;
max-width: 100px !important;
height: auto !important;
margin-right: 70px;
}
div.addressbook_edit_general_picture img.photo {
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;
}
div.addressbook_edit_general_picture img.photo: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);
background-color: inherit !important;
}
div.addressbook_edit_general_picture table.uploadphoto {
background-color: #f0f0f0;
width: auto;
border-top: solid 1px 1px;
border-left: solid 1px 0;
border-right: solid 1px 1px;
border-bottom: solid 1px 1px;
left: 243px;
top: 189px;
}
/*Search*/
div#addressbook-edit, div#addressbook-edit,
div#addressbook-search { div#addressbook-search {
margin: 0; margin: 0;
@ -367,17 +486,24 @@ div#addressbook-search table.et2_grid {
width: 100%; width: 100%;
border-top: 0px; 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-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;
/*POPUP*/
/* edit Name */
} }
div#addressbook-edit table.addressbook_edit_general tr td:first-child, div#addressbook-edit table.addressbook_edit_general tr td:first-child,
div#addressbook-search table.addressbook_edit_general tr td:first-child { div#addressbook-search table.addressbook_edit_general tr td:first-child {
width: 100px; width: 20%;
} }
div#addressbook-edit table.addressbook_edit_general tr td, div#addressbook-edit table.addressbook_edit_general tr td,
div#addressbook-search table.addressbook_edit_general tr td { div#addressbook-search table.addressbook_edit_general tr td {
width: 200px; width: auto;
} }
div#addressbook-edit table.addressbook_edit_general table tr td:first-child, div#addressbook-edit table.addressbook_edit_general table tr td:first-child,
div#addressbook-search table.addressbook_edit_general table tr td:first-child { div#addressbook-search table.addressbook_edit_general table tr td:first-child {
@ -387,81 +513,59 @@ div#addressbook-edit table.addressbook_edit_general table tr td,
div#addressbook-search table.addressbook_edit_general table tr td { div#addressbook-search table.addressbook_edit_general table tr td {
width: 200px; width: 200px;
} }
div#addressbook-edit table.addressbook_edit_general img.photo,
div#addressbook-search table.addressbook_edit_general img.photo {
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;
}
div#addressbook-edit table.addressbook_edit_general img.photo:hover,
div#addressbook-search table.addressbook_edit_general img.photo: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);
background-color: inherit !important;
}
div#addressbook-edit table.addressbook_edit_general .uploadphoto,
div#addressbook-search table.addressbook_edit_general .uploadphoto {
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 {
width: 200px; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general table.editname, div#addressbook-edit table.addressbook_edit_general table.editname,
div#addressbook-search table.addressbook_edit_general table.editname { div#addressbook-search table.addressbook_edit_general table.editname {
background-color: #f0f0f0; background-color: #f0f0f0;
z-index: 10; z-index: 10;
font-size: 1.5em; font-size: 1em;
} }
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child, 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 { div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
width: 100px !important; width: 40% !important;
font-weight: bold;
padding: 3px 0;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title, div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title {
width: 200px; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role, div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role {
width: 200px; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_name, div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_name,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_name { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_name {
width: 286px; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_unit, div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_unit,
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_unit { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_unit {
width: 286px; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street, 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-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-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street2,
div#addressbook-search 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; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode, 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 { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode {
width: 50px; width: 10%;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_locality, 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 { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_locality {
width: 225px; width: 83%;
} }
div#addressbook-edit table.addressbook_edit_general .chzn-container, div#addressbook-edit table.addressbook_edit_general .chzn-container,
div#addressbook-search table.addressbook_edit_general .chzn-container { div#addressbook-search table.addressbook_edit_general .chzn-container {
width: 300px !important; width: 95% !important;
} }
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_region, 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 { div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_region {
width: 286px; width: 95%;
} }
div#addressbook-edit table.addressbook_edit_general select.owner, div#addressbook-edit table.addressbook_edit_general select.owner,
div#addressbook-search table.addressbook_edit_general select.owner { div#addressbook-search table.addressbook_edit_general select.owner {
@ -549,40 +653,8 @@ div#addressbook-search fieldset.emailGroup * img {
width: 200px !important; width: 200px !important;
padding-top: 1em; padding-top: 1em;
} }
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn { div#addressbook-edit_addressbook-edit-cats {
width: 200px !important; overflow: scroll;
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-edit_addressbook-edit-custom_private .th,
#addressbook-search_addressbook-edit-custom_private .th { #addressbook-search_addressbook-edit-custom_private .th {
@ -593,6 +665,60 @@ div#addressbook-search fieldset.emailGroup * img {
display: table-header-group; display: table-header-group;
vertical-align: top; vertical-align: top;
} }
#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;
}
/*################## Tab 4 Details ###############################*/
/*################## 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;
}
div#addressbook-edit_addressbook-edit-links {
/*overflow-y: scroll;*/
/*neue verknüpfung erstellen - div*/
}
div#addressbook-edit_addressbook-edit-links div#addressbook-edit_link_to {
width: 100% !important;
}
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 .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;
}
/*################## Tab 8 Extra Privat###############################*/
/*seems to be ok*/
/*################## Tab 9 History ###############################*/
#addressbook-edit_addressbook-edit-history .th { #addressbook-edit_addressbook-edit-history .th {
height: 20px; height: 20px;
} }
@ -600,6 +726,14 @@ div#addressbook-search fieldset.emailGroup * img {
display: table-header-group; display: table-header-group;
vertical-align: top; vertical-align: top;
} }
#addressbook-edit_addressbook-edit-history .et2_historylog div:first-child {
height: auto !important;
}
#addressbook-edit_addressbook-edit-history .et2_historylog table.egwGridView_outer th.optcol span.selectcols {
position: relative !important;
}
/*################################################################
################################################################*/
button.button_more { button.button_more {
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);

View File

@ -13,8 +13,46 @@
@import (reference) "../../../pixelegg/less/def_buttons.less"; @import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less"; @import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (less) "../default/app.css"; @import (less) "../default/app.css";
//********************************** /* #############################################################################
// iframe // iframe
// Rahmen + padding**/
/*############################################
# # #
# # #
# # #
# # #
# # #
# # #
# # #
# # iframge #
# # #
# # #
# # #
# # #
# # #
# # #
##############################################
*/
/**
* Give space to both contact view & infolog list
*/
#addressbook-index {
height: 100%;
}
#addressbook-edit {
height: auto;
min-height: 390px;
}
.et2_container[id^="infolog-index-addressbook"] {
min-height: 250px;
}
div#addressbook-index{ div#addressbook-index{
// min-height: 700px; // min-height: 700px;
@ -83,9 +121,6 @@ div#addressbook-index{
} // rechte Box } // rechte Box
@ -160,17 +195,54 @@ div#addressbook-index{
} }
/* ##################################################### */ // #############################################################################
// Dialog addressbook
/*###########################################
# #
# dialog-header #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
// Dialog Addressbuch bearbeiten und alle weiteren
#addressbook-edit_addressbook-edit-general {
/* ##################################################### */
table.addressbook_edit_general {
width:80%;
height:286px;
}
}
/*#######################################################*/
/*#######################################################*/
/*#######################################################*/
/*State: Address selected*/ /*State: Address selected*/
/*ADD AREA*/ /*ADD AREA*/
#infolog-index_infolog-index-header_right{ #infolog-index_infolog-index-header_right{
@ -190,9 +262,63 @@ div#addressbook-index{
/*State: address edit*/ /*#######################################################*/
/*#######################################################*/
/*#######################################################*/
/* State: address edit min*/
/*#######################################################*/
/* Tab Generell */
/*Layout*/
#addressbook-edit .et2_tabbox {max-width: 100%; min-width: 530px;}
#addressbook-edit .et2_tabs {height: 380px;}
table.et2_grid .addressbook_edit_general {width: 80% !important;}
/*##################
# #
# #
# Picture #
# #
# #
##################*/
/*Div Image*/
div.addressbook_edit_general_picture {
float: right;
img {width: 180% !important; max-width: 100px !important; height: auto !important; margin-right: 70px; }
/*Picture*/
// Photo
img.photo {
.Complete_Button_normal;
&:hover {.Complete_Button_hover;}
}
// Photo Upload - POPUP
table.uploadphoto {
.background-color-10-gray;
width: auto;
.bordered(1px, 1px, 1px, 0);
left: 243px;
top: 189px;
}
}
/*Search*/
div#addressbook-edit, div#addressbook-edit,
div#addressbook-search{ div#addressbook-search{
@ -212,74 +338,65 @@ div#addressbook-search{
top: 5%; top: 5%;
.box_shadow_standard_light; .box_shadow_standard_light;
} }
table.et2_grid{ table.et2_grid{
width: 100%; width: 100%;
border-top: 0px; border-top: 0px;
img {width: 16px; height: 16px;}
} }
table.addressbook_edit_general{ table.addressbook_edit_general{
// background: red; // background: red;
border-top: 0px; border-top: 0px;
tr td:first-child {width: 100px;} tr td:first-child {width: 20%;}
tr td {width: 200px;} tr td {width: auto;}
table tr td:first-child {width: 60px;} table tr td:first-child {width: 60px;}
table tr td {width: 200px;} table tr td {width: 200px;}
// Photo
img.photo {
.Complete_Button_normal;
&:hover {.Complete_Button_hover;}
}
// Photo Upload
.uploadphoto {
.background-color-10-gray;
width: auto;
.bordered();
}
//Name //Name
input#addressbook-edit_n_fn {width: 200px;} input#addressbook-edit_n_fn {width: 95%;}
// Name bearbeiten
/*POPUP*/
/* edit Name */
table.editname { table.editname {
.background-color-10-gray; .background-color-10-gray;
// position: relative;
// top: -20px;
z-index: 10; z-index: 10;
font-size: 1.5em; font-size: 1em;
tr td:first-child {width: 100px !important;} tr td:first-child {width: 40% !important;font-weight: bold; padding: 3px 0;}
} }
//Titel //Titel
input#addressbook-edit_title {width: 200px;} input#addressbook-edit_title {width: 95%;}
//Role //Role
input#addressbook-edit_role {width: 200px;} input#addressbook-edit_role {width: 95%;}
//Organisation //Organisation
input#addressbook-edit_org_name {width: 286px;} input#addressbook-edit_org_name {width: 95%;}
//unit //unit
input#addressbook-edit_org_unit {width: 286px;} input#addressbook-edit_org_unit {width: 95%;}
// Street // Street
input#addressbook-edit_adr_one_street, input#addressbook-edit_adr_one_street,
input#addressbook-edit_adr_one_street2 {width: 286px;} input#addressbook-edit_adr_one_street2 {width: 95%;}
// PLZ + Ort // PLZ + Ort
input#addressbook-edit_adr_one_postalcode {width: 50px;} input#addressbook-edit_adr_one_postalcode {width: 10%;}
input#addressbook-edit_adr_one_locality {width: 225px;} input#addressbook-edit_adr_one_locality {width: 83%;}
// Choosen Adresse // Choosen Adresse
.chzn-container { width: 300px !important;} .chzn-container { width: 95% !important;}
//region //region
input#addressbook-edit_adr_one_region {width: 286px;} input#addressbook-edit_adr_one_region {width: 95%;}
//Owner //Owner
@ -367,6 +484,10 @@ div#addressbook-search{
} }
} }
// ################### Tab 2 / Kategorien ######################## // ################### Tab 2 / Kategorien ########################
// //
// addressbook-edit_addressbook.edit.cats // addressbook-edit_addressbook.edit.cats
@ -374,7 +495,19 @@ div#addressbook-search{
//div#addressbook-edit_addressbook~\.edit~\.cats {background-color: red;} //div#addressbook-edit_addressbook~\.edit~\.cats {background-color: red;}
div#addressbook-edit_addressbook-edit-cats {overflow: scroll;}
// ################## Tab 3 / Privat ############################# // ################## Tab 3 / Privat #############################
// Privat
#addressbook-edit_addressbook-edit-custom_private,
#addressbook-search_addressbook-edit-custom_private{
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
}
}
#addressbook-edit_addressbook-edit-home{ #addressbook-edit_addressbook-edit-home{
@ -396,6 +529,11 @@ div#addressbook-search{
} }
} }
/*################## Tab 4 Details ###############################*/
/*################## Tab 5 Verknüpfungen ###############################*/
// Verknüpfungen // Verknüpfungen
#addressbook-edit_addressbook-edit-links, #addressbook-edit_addressbook-edit-links,
@ -406,7 +544,20 @@ div#addressbook-search{
vertical-align: top; vertical-align: top;
} }
} }
div#addressbook-edit_addressbook-edit-links {
/*overflow-y: scroll;*/
/*neue verknüpfung erstellen - div*/
div#addressbook-edit_link_to {width: 100% !important;}
table#addressbook-edit_link_to {overflow-y: scroll;}
}
/*################## Tab 6 Verteilerlisten ###############################*/
/*seems to be ok*/
// Verteilerliste // Verteilerliste
#addressbook-edit_addressbook-edit-distribution_list, #addressbook-edit_addressbook-edit-distribution_list,
@ -417,9 +568,9 @@ div#addressbook-search{
vertical-align: top; vertical-align: top;
} }
} }
/*################## Tab 7 Extra ###############################*/
/*seems to be ok*/
// Extra // Extra
#addressbook-edit_addressbook-edit-custom, #addressbook-edit_addressbook-edit-custom,
#addressbook-search_addressbook-edit-custom{ #addressbook-search_addressbook-edit-custom{
.th{ height: 20px;} .th{ height: 20px;}
@ -428,18 +579,9 @@ div#addressbook-search{
vertical-align: top; vertical-align: top;
} }
} }
/*################## Tab 8 Extra Privat###############################*/
// Privat /*seems to be ok*/
/*################## Tab 9 History ###############################*/
#addressbook-edit_addressbook-edit-custom_private,
#addressbook-search_addressbook-edit-custom_private{
.th{ height: 20px;}
tbody{
display: table-header-group;
vertical-align: top;
}
}
// History // History
#addressbook-edit_addressbook-edit-history{ #addressbook-edit_addressbook-edit-history{
@ -450,14 +592,59 @@ div#addressbook-search{
} }
} }
#addressbook-edit_addressbook-edit-history{
.et2_historylog{
div:first-child {height: auto !important;}
table.egwGridView_outer {
th.optcol {
span.selectcols {position: relative !important;}
}
}
}
}
/*################################################################
################################################################*/
// ################## Tab 4 Details ###############################
// mehr...Phonebuch // mehr...Phonebuch
button.button_more { button.button_more {
.Complete_Button_text_icon_before; .Complete_Button_text_icon_before;
background-image:url('../images/bearbeiten.png'); background-image:url('../images/bearbeiten.png');
} }
// ##################################################### // #####################################################
// Adresse editieren // Adresse editieren

File diff suppressed because it is too large Load Diff

View File

@ -155,12 +155,12 @@
<template id="infolog.edit" template="" lang="" group="0" version="1.9.101"> <template id="infolog.edit" template="" lang="" group="0" version="1.9.101">
<grid width="100%"> <grid width="100%">
<columns> <columns>
<column width="103"/> <column width="10%"/>
<column width="100"/> <column width="40%"/>
<column/> <column width="1%"/>
<column width="60"/> <column width="5%"/>
<column width="90"/> <column width="10%"/>
<column/> <column width="34%"/>
</columns> </columns>
<rows> <rows>
<row disabled="!@msg"> <row disabled="!@msg">
@ -172,13 +172,13 @@
<description/> <description/>
</row> </row>
<row height="28" class="dialog-header"> <row height="28" class="dialog-header">
<description value="Type" for="info_type"/> <description value="Type" for="info_type" vertical-align="center"/>
<hbox options="0,0"> <hbox options="0,0" span="4">
<menulist> <menulist>
<menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="1"/> <menupopup statustext="Type of the log-entry: Note, Phonecall or ToDo" id="info_type" no_lang="1" onchange="1"/>
</menulist> </menulist>
</hbox> </hbox>
<textbox type="integer" id="info_number" readonly="true" span="4" class="infolog_infoId"/> <textbox type="integer" id="info_number" readonly="true" span="2" class="infolog_infoId"/>
</row> </row>
<row class="row dialog-header" valign="top"> <row class="row dialog-header" valign="top">
<description value="Contact" for="info_from"/> <description value="Contact" for="info_from"/>
@ -190,7 +190,7 @@
</vbox> </vbox>
<checkbox statustext="Check to specify custom contact" id="info_custom_from" onchange="document.getElementById(form::name('info_from')).style.display=this.checked?'block':'none';"/> <checkbox statustext="Check to specify custom contact" id="info_custom_from" onchange="document.getElementById(form::name('info_from')).style.display=this.checked?'block':'none';"/>
<description value="Phone/Email" for="info_addr"/> <description value="Phone/Email" for="info_addr"/>
<textbox statustext="Custom contact-address, leave empty to use information from most recent link" id="info_addr" size="30" maxlength="255" class="inputFullWidth"/> <textbox statustext="Custom contact-address, leave empty to use information from most recent link" id="info_addr" size="30" maxlength="255" class="_inputFullWidth"/>
</row> </row>
<row class="row dialog-header"> <row class="row dialog-header">
<description value="Category" for="info_cat"/> <description value="Category" for="info_cat"/>

View File

@ -215,7 +215,7 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
} }
/*########################################### /*###########################################
# # # #
# # # dialog-header #
############################################# #############################################
# # # #
# # # #
@ -248,4 +248,10 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
.infolog_fixedHeight { .infolog_fixedHeight {
height: auto; height: auto;
} }
.searchParent input.ui-autocomplete-input {
width: 95% !important;
}
input#infolog-edit_info_subject {
width: 98% !important;
}
/**/ /**/

View File

@ -229,7 +229,7 @@ span#favorite_sidebox_infolog{
/*########################################### /*###########################################
# # # #
# # # dialog-header #
############################################# #############################################
# # # #
# # # #
@ -272,29 +272,42 @@ height: auto;
} }
//TYP //TYP
select#infolog-edit_info_type {} select#infolog-edit_info_type {}
// Nummer hinter Typ
// Nummer hinter Typ
span#infolog-edit_info_number{} span#infolog-edit_info_number{}
//Kontakt //Kontakt
label.et2_label {} label.et2_label {}
// Eingabe via Select + Input // Eingabe via Select + Input
div.et2_box_widget {} div.et2_box_widget {}
// //
input.infolog-edit_info_custom_from {} input.infolog-edit_info_custom_from {}
// Phone + Email // Phone + Email
td.inputFullWidth{ td.inputFullWidth{
input#infolog-edit_info_addr{} input#infolog-edit_info_addr{}
} }
// Kategorie
// Eltereintrag
.searchParent {
input.ui-autocomplete-input {width: 95% !important;}
}
// Titel
input#infolog-edit_info_subject {width: 98% !important;}
/**/// Ende der APP INfolo /**/// Ende der APP INfolo

View File

@ -54,6 +54,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersDate
div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject { div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
width: 100%; width: 100%;
} }
.egw_fw_ui_category_content {
/*new mail in FOlder*/
}
.egw_fw_ui_category_content #mail-index_buttonmailcreate { .egw_fw_ui_category_content #mail-index_buttonmailcreate {
margin-left: 0px; margin-left: 0px;
} }
@ -108,6 +111,9 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
.egw_fw_ui_category_content .dtree { .egw_fw_ui_category_content .dtree {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
} }
.egw_fw_ui_category_content span.standartTreeRow b {
color: #0c5da5;
}
/*########################################### /*###########################################
# # # #
# # # #

View File

@ -233,6 +233,12 @@ div#mail-index{
.basefontfamily; .basefontfamily;
} }
/*new mail in FOlder*/
span.standartTreeRow b {color: @egw_color_2_a;}
} // Ende Sidebox } // Ende Sidebox
/*########################################### /*###########################################