mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
todays pixelegg changes
This commit is contained in:
parent
cc5b0fc241
commit
e71c04e56f
@ -495,7 +495,7 @@
|
||||
<column width="450"/>
|
||||
<column width="350"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<rows class="dialog-header">
|
||||
<row disabled="!@msg">
|
||||
<htmlarea id="msg" no_lang="1" readonly="true" span="all" class="redItalic"/>
|
||||
<description/>
|
||||
@ -623,7 +623,7 @@
|
||||
</groupbox>
|
||||
</vbox>
|
||||
</row>
|
||||
<row disabled="@hidebuttons">
|
||||
<row disabled="@hidebuttons" class="dialog-footer-toolbar">
|
||||
<hbox>
|
||||
<button label="Edit" id="button[edit]" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit&contact_id=$cont[id]'),'_blank','dependent=yes,width=850,height=460,scrollbars=yes,status=yes'); return false;"/>
|
||||
<button label="Copy" id="button[copy]" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit&contact_id=$cont[id]&makecp=1'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>
|
||||
|
@ -231,7 +231,7 @@
|
||||
<row>
|
||||
<nextmatch id="nm" template="addressbook.index.rows" span="all"/>
|
||||
</row>
|
||||
<row class="noPrint" disabled="!@nm[selectcols]=/legacy_actions/">
|
||||
<row class="noPrint dialog-footer-toolbar" disabled="!@nm[selectcols]=/legacy_actions/">
|
||||
<button statustext="Add a new contact" label="Add" id="add" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>
|
||||
<hbox align="right" span="all">
|
||||
<buttononly statustext="Select action" label="Select action" id="legacy_actions" onclick="if (!egw_globalObjectManager.getObjectById('addressbook.'+({$cont[nm][do_email]} ? 'email' : 'index') + '.rows').executeActionImplementation(this, 'popup')) alert(egw::lang('You need to select some entries first!')); return false;;"/>
|
||||
|
@ -625,7 +625,7 @@
|
||||
</groupbox>
|
||||
</vbox>
|
||||
</row>
|
||||
<row disabled="@hidebuttons">
|
||||
<row disabled="@hidebuttons" class="footer-toolbar">
|
||||
<hbox>
|
||||
<button label="Edit" id="button[edit]" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit&contact_id=$cont[id]'),'_blank','dependent=yes,width=850,height=460,scrollbars=yes,status=yes'); return false;"/>
|
||||
<button label="Copy" id="button[copy]" onclick="window.open(egw::link('/index.php','menuaction=addressbook.addressbook_ui.edit&contact_id=$cont[id]&makecp=1'),'_blank','dependent=yes,width=850,height=440,scrollbars=yes,status=yes'); return false;"/>
|
||||
@ -660,7 +660,7 @@
|
||||
</menulist>
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<row class="footer-toolbar">
|
||||
<hbox span="all">
|
||||
<button label="Search" id="button[search]"/>
|
||||
<button label="Cancel" id="button[cancel]"/>
|
||||
|
@ -9,6 +9,17 @@
|
||||
* @package addressbook
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
* Please do NOT change app.css directly, instead change app.less and compile it!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package addressbook
|
||||
* @version $Id$
|
||||
*/
|
||||
div#addressbook-index {
|
||||
min-height: 700px;
|
||||
height: auto !important;
|
||||
@ -84,11 +95,10 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_search {
|
||||
background-size: 20px auto;
|
||||
width: auto;
|
||||
height: 32px;
|
||||
background-image: url('../../pixelegg/images/erweiterte-suche.png') !important;
|
||||
padding-left: 0px;
|
||||
background-image: url('../images/erweiterte-suche.png') !important;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
|
||||
background-image: url('../../pixelegg/images/erweiterte-suche.png');
|
||||
background-image: url('../images/erweiterte-suche.png');
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
@ -105,7 +115,7 @@ div#addressbook-index div.et2_hbox_right button#addressbook-index_search:hover {
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
|
||||
background-image: url('../../pixelegg/images/erweiterte-suche.png');
|
||||
background-image: url('../images/erweiterte-suche.png');
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
@ -529,3 +539,587 @@ div.addressbook.edit.general table img:nth-child(2) {
|
||||
.image16 img {
|
||||
height: 16px;
|
||||
}
|
||||
div#addressbook-index {
|
||||
min-height: 700px;
|
||||
height: auto !important;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_left {
|
||||
padding: 1em;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
width: auto;
|
||||
margin: 0.5em 0em 0.5em 0.5em;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
height: 35px;
|
||||
margin-top: 0;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_left select#addressbook-index_org_view:hover {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right {
|
||||
width: auto;
|
||||
margin-right: 1em;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right select.et2_selectbox {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
width: auto;
|
||||
margin: 0.5em 0em 0.5em 0.5em;
|
||||
padding: 3px;
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
height: 35px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right select.et2_selectbox:hover {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right select.et2_selectbox:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #bfbfbf;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_search {
|
||||
background-color: #f0f0f0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
color: #000000;
|
||||
padding-left: 30px !important;
|
||||
background-position: 6px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px auto;
|
||||
width: auto;
|
||||
height: 32px;
|
||||
background-image: url('../../../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);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
color: #000000;
|
||||
padding-left: 30px !important;
|
||||
background-position: 6px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px auto;
|
||||
width: auto;
|
||||
height: 32px;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_search:focus {
|
||||
background-image: url('../../../pixelegg/images/advanced-search.png');
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
color: #000000;
|
||||
padding-left: 30px !important;
|
||||
background-position: 6px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px auto;
|
||||
width: auto;
|
||||
height: 32px;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add {
|
||||
background-color: #0b5fa4;
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
height: 35px;
|
||||
background-image: none !important;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 20px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 20px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 20px;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:before {
|
||||
content: "+";
|
||||
font-size: 2em;
|
||||
color: #ffc200;
|
||||
}
|
||||
div#addressbook-index div.et2_hbox_right button#addressbook-index_add:hover {
|
||||
background-color: #66a1d2 !important;
|
||||
color: #ffc200;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 20px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 20px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 20px;
|
||||
}
|
||||
div#addressbook-index #addressbook-index_favorite_wrapper img {
|
||||
width: 16px;
|
||||
}
|
||||
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown {
|
||||
background-color: #f0f0f0;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown button#addressbook-index_favorite img {
|
||||
width: 16px;
|
||||
background-color: #f0f0f0;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-state-default,
|
||||
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-content .ui-state-default,
|
||||
div#addressbook-index #addressbook-index_favorite_wrapper .et2_dropdown .ui-widget-header .ui-state-default {
|
||||
background-color: #bfbfbf;
|
||||
color: #000;
|
||||
background-image: none !important;
|
||||
}
|
||||
div#addressbook-index div.filters {
|
||||
padding: 0 0 0 1em;
|
||||
background-color: #f0f0f0;
|
||||
margin-bottom: 3px;
|
||||
margin: 0em;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #d9d9d9;
|
||||
background-image: none;
|
||||
}
|
||||
div#addressbook-index div.filters select#infolog-index_cat_id {
|
||||
margin-left: 1em;
|
||||
}
|
||||
div#addressbook-index div.filters input#infolog-index_search {
|
||||
height: 20px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-color: #bfbfbf;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
width: auto;
|
||||
margin: 0.5em 0em 0.5em 0;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div#addressbook-index div.filters input#infolog-index_search:hover {
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
div#addressbook-index div.filters input#infolog-index_search:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #bfbfbf;
|
||||
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
div#addressbook-index .filters #addressbook-index_cat_id {
|
||||
width: 7%;
|
||||
}
|
||||
div#addressbook-index .filters #addressbook-index_filter {
|
||||
width: 7%;
|
||||
}
|
||||
div#addressbook-index .filters #addressbook-index_filter2 {
|
||||
width: 10%;
|
||||
}
|
||||
div#addressbook-index table.egwGridView_outer {
|
||||
width: 99%;
|
||||
}
|
||||
#egw_fw_sidemenu .egw_fw_ui_category_content table {
|
||||
margin-left: -14px;
|
||||
}
|
||||
#egw_fw_sidemenu select {
|
||||
margin-top: -5px;
|
||||
}
|
||||
div#addressbook-edit,
|
||||
div#addressbook-search {
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
}
|
||||
div#addressbook-edit .chzn-container,
|
||||
div#addressbook-search .chzn-container {
|
||||
width: 60% !important;
|
||||
}
|
||||
div#addressbook-edit .et2_tabheader,
|
||||
div#addressbook-search .et2_tabheader {
|
||||
margin-top: 0px;
|
||||
background-color: transparent;
|
||||
}
|
||||
div#addressbook-edit table.editphones,
|
||||
div#addressbook-search table.editphones {
|
||||
width: auto !important;
|
||||
top: 5%;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general,
|
||||
div#addressbook-search table.addressbook_edit_general {
|
||||
border-top: 0px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general tr td:first-child,
|
||||
div#addressbook-search table.addressbook_edit_general tr td:first-child {
|
||||
width: 100px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general tr td,
|
||||
div#addressbook-search table.addressbook_edit_general tr td {
|
||||
width: 200px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table tr td:first-child,
|
||||
div#addressbook-search table.addressbook_edit_general table tr td:first-child {
|
||||
width: 60px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table tr td,
|
||||
div#addressbook-search table.addressbook_edit_general table tr td {
|
||||
width: 200px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general 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;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_n_fn,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_n_fn {
|
||||
width: 200px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table.editname,
|
||||
div#addressbook-search table.addressbook_edit_general table.editname {
|
||||
background-color: #f0f0f0;
|
||||
z-index: 10;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general table.editname tr td:first-child,
|
||||
div#addressbook-search table.addressbook_edit_general table.editname tr td:first-child {
|
||||
width: 100px !important;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_title,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_title {
|
||||
width: 200px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_role,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_role {
|
||||
width: 200px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_name,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_name {
|
||||
width: 286px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_org_unit,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_org_unit {
|
||||
width: 286px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street,
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_street2,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_street2 {
|
||||
width: 286px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_postalcode {
|
||||
width: 50px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_locality,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_locality {
|
||||
width: 225px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general .chzn-container,
|
||||
div#addressbook-search table.addressbook_edit_general .chzn-container {
|
||||
width: 300px !important;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general input#addressbook-edit_adr_one_region,
|
||||
div#addressbook-search table.addressbook_edit_general input#addressbook-edit_adr_one_region {
|
||||
width: 286px;
|
||||
}
|
||||
div#addressbook-edit table.addressbook_edit_general select.owner,
|
||||
div#addressbook-search table.addressbook_edit_general select.owner {
|
||||
width: 300px;
|
||||
}
|
||||
div#addressbook-edit 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;
|
||||
background-color: #d9d9d9;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div#addressbook-edit fieldset.phoneGroup legend,
|
||||
div#addressbook-search fieldset.phoneGroup legend {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
div#addressbook-edit fieldset.phoneGroup * img,
|
||||
div#addressbook-search fieldset.phoneGroup * img {
|
||||
display: none !important;
|
||||
width: 20px;
|
||||
}
|
||||
div#addressbook-edit fieldset.emailGroup,
|
||||
div#addressbook-search fieldset.emailGroup {
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
margin-top: 10px;
|
||||
margin-left: 1em;
|
||||
height: auto;
|
||||
background-color: #d9d9d9;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
div#addressbook-edit fieldset.emailGroup legend,
|
||||
div#addressbook-search fieldset.emailGroup legend {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
div#addressbook-edit fieldset.emailGroup a.et2_url:after,
|
||||
div#addressbook-search fieldset.emailGroup a.et2_url:after {
|
||||
content: "\221E";
|
||||
font-size: 1.5em;
|
||||
}
|
||||
div#addressbook-edit fieldset.emailGroup a.et2_url,
|
||||
div#addressbook-search fieldset.emailGroup a.et2_url {
|
||||
margin-left: -40px;
|
||||
}
|
||||
div#addressbook-edit fieldset.emailGroup a.et2_url.url,
|
||||
div#addressbook-search fieldset.emailGroup a.et2_url.url {
|
||||
background-size: 15px 15px;
|
||||
background-image: none;
|
||||
}
|
||||
div#addressbook-edit fieldset.emailGroup * img,
|
||||
div#addressbook-search fieldset.emailGroup * img {
|
||||
display: none !important;
|
||||
width: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-general #addressbook_edit_adr_one_countrycode_chzn {
|
||||
width: 200px !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-home #addressbook_edit_adr_two_countrycode_chzn {
|
||||
width: 200px !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-home #addressbook_edit_tz_chzn {
|
||||
width: 15% !important;
|
||||
padding-top: 1em;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-links .th,
|
||||
#addressbook-search_addressbook-edit-links .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-links tbody,
|
||||
#addressbook-search_addressbook-edit-links tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-distribution_list .th,
|
||||
#addressbook-search_addressbook-edit-distribution_list .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-distribution_list tbody,
|
||||
#addressbook-search_addressbook-edit-distribution_list tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom .th,
|
||||
#addressbook-search_addressbook-edit-custom .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom tbody,
|
||||
#addressbook-search_addressbook-edit-custom tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom_private .th,
|
||||
#addressbook-search_addressbook-edit-custom_private .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-custom_private tbody,
|
||||
#addressbook-search_addressbook-edit-custom_private tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-history .th {
|
||||
height: 20px;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-history tbody {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
button.button_more {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||
color: #000000;
|
||||
padding-left: 30px !important;
|
||||
background-position: 6px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px auto;
|
||||
width: auto;
|
||||
height: 32px;
|
||||
background-image: url('../images/bearbeiten.png');
|
||||
}
|
||||
div.addressbook.edit.general table {
|
||||
border-top: 0px;
|
||||
}
|
||||
div.addressbook.edit.general table tr td img {
|
||||
display: none;
|
||||
}
|
||||
div.addressbook.edit.general table img:nth-child(1) {
|
||||
display: none;
|
||||
}
|
||||
div.addressbook.edit.general table img:nth-child(2) {
|
||||
cursor: pointer;
|
||||
}
|
||||
.countrySelect select {
|
||||
width: 150px;
|
||||
}
|
||||
.custom_country input {
|
||||
display: none;
|
||||
}
|
||||
.contactid:before {
|
||||
content: "#";
|
||||
}
|
||||
.emailCol div {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.redItalic {
|
||||
color: red;
|
||||
font-style: italic;
|
||||
}
|
||||
.fixedHeight,
|
||||
.telNumbers {
|
||||
height: 30px;
|
||||
}
|
||||
.telNumbers {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.leftPad5 {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.fileas select,
|
||||
.fileas,
|
||||
.owner select,
|
||||
.owner {
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
}
|
||||
.photo img,
|
||||
.iphoto img {
|
||||
width: 60px;
|
||||
}
|
||||
.uploadphoto {
|
||||
background-color: #FFFFFF;
|
||||
border: 2px solid black;
|
||||
display: none;
|
||||
left: 48px;
|
||||
padding: 4px;
|
||||
position: absolute;
|
||||
top: 168px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||
|
||||
@import (less) "../default/app.css";
|
||||
//**********************************
|
||||
// iframe
|
||||
|
||||
@ -45,7 +45,7 @@ div#addressbook-index{
|
||||
// rechte Box
|
||||
// ###########################
|
||||
div.et2_hbox_right {
|
||||
width: 360px;
|
||||
width: auto;
|
||||
margin-right: 1em;
|
||||
|
||||
|
||||
@ -66,10 +66,10 @@ div#addressbook-index{
|
||||
.color-100-gray;
|
||||
|
||||
.Complete_Button_text_icon_before;
|
||||
background-image:url('../../pixelegg/images/erweiterte-suche.png') !important;
|
||||
background-image:url('../../../pixelegg/images/advanced-search.png') !important;
|
||||
padding-left: 0px;
|
||||
&:hover{ background-image:url('../../pixelegg/images/erweiterte-suche.png'); .Complete_Button_text_icon_before_hover;}
|
||||
&:focus{ background-image:url('../../pixelegg/images/erweiterte-suche.png'); .Complete_Button_text_icon_before_active;}
|
||||
&: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;}
|
||||
|
||||
}
|
||||
|
||||
@ -117,7 +117,35 @@ div#addressbook-index{
|
||||
|
||||
} // Favoriten
|
||||
|
||||
div.filters{
|
||||
.Rectangle_filters;
|
||||
|
||||
|
||||
// 1 Filter
|
||||
select#infolog-index_cat_id {margin-left: 1em;}
|
||||
|
||||
// 2 Filter
|
||||
select#infolog-index_filter {}
|
||||
|
||||
// 3 Filter
|
||||
select#infolog-index_filter2 {}
|
||||
|
||||
// Suchfeld
|
||||
input#infolog-index_search {
|
||||
height: 20px;
|
||||
.Complete_Button_input;
|
||||
&:hover{
|
||||
.Complete_Button_input_hover;
|
||||
}
|
||||
&:focus{
|
||||
.Complete_Button_input_focus;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Suchen Button
|
||||
button.et2_button {}
|
||||
}
|
||||
// Filter
|
||||
.filters{
|
||||
#addressbook-index_cat_id{width: 7%;}
|
||||
@ -194,6 +222,8 @@ div#addressbook-search{
|
||||
top: 5%;
|
||||
.box_shadow_standard_light;
|
||||
}
|
||||
|
||||
|
||||
table.addressbook_edit_general{
|
||||
// background: red;
|
||||
|
||||
@ -205,6 +235,19 @@ div#addressbook-search{
|
||||
table tr td:first-child {width: 60px;}
|
||||
table tr td {width: 200px;}
|
||||
|
||||
// Photo
|
||||
img.photo {
|
||||
.Complete_Button_normal;
|
||||
&:hover {.Complete_Button_hover;}
|
||||
}
|
||||
|
||||
// Photo Upload
|
||||
|
||||
.uploadphoto {
|
||||
.background-color-10-gray;
|
||||
|
||||
}
|
||||
|
||||
|
||||
//Name
|
||||
input#addressbook-edit_n_fn {width: 200px;}
|
||||
@ -251,10 +294,14 @@ div#addressbook-search{
|
||||
|
||||
|
||||
// Telefonnummer:
|
||||
|
||||
div#addressbook-edit_addressbook-editphones {margin-left: 1em;}
|
||||
|
||||
fieldset.phoneGroup {
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
margin-top: 12px;
|
||||
margin-left: 1em;
|
||||
height: auto;
|
||||
.background-color-15-gray;
|
||||
.border_radius_button_normal;
|
||||
@ -278,6 +325,7 @@ div#addressbook-search{
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
margin-top: 10px;
|
||||
margin-left: 1em;
|
||||
height: auto;
|
||||
.background-color-15-gray;
|
||||
.border_radius_button_normal;
|
||||
|
62
filemanager/templates/pixelegg/app.css
Executable file
62
filemanager/templates/pixelegg/app.css
Executable file
@ -0,0 +1,62 @@
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
* 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 filemanager
|
||||
* @version $Id$
|
||||
*/
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
*/
|
||||
/*//******************************************************************
|
||||
// iframe*/
|
||||
#filemanager-index .et2_file {
|
||||
background-color: #0b5fa4;
|
||||
color: #FFF;
|
||||
text-shadow: none;
|
||||
height: 35px;
|
||||
background-image: none !important;
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 20px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 20px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 20px;
|
||||
color: #fff;
|
||||
height: auto;
|
||||
}
|
||||
#filemanager-index .et2_file:before {
|
||||
content: "+";
|
||||
font-size: 2em;
|
||||
color: #ffc200;
|
||||
}
|
||||
#filemanager-index .et2_file:before {
|
||||
font-size: 1em;
|
||||
}
|
||||
#filemanager-index .et2_file:hover {
|
||||
background-color: #66a1d2 !important;
|
||||
color: #ffc200;
|
||||
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
||||
-webkit-border-radius: 3px;
|
||||
-webkit-border-top-left-radius: 20px;
|
||||
-moz-border-radius: 3px;
|
||||
-moz-border-radius-topleft: 20px;
|
||||
border-radius: 3px;
|
||||
border-top-left-radius: 20px;
|
||||
}
|
||||
#filemanager-index .et2_file #filemanager-index_upload {
|
||||
border: none;
|
||||
}
|
||||
#filemanager-index #filemanager-index_tarp {
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
/*// Dialog filemanager
|
||||
// #####################################################*/
|
BIN
filemanager/templates/pixelegg/app.less
Normal file
BIN
filemanager/templates/pixelegg/app.less
Normal file
Binary file not shown.
@ -565,6 +565,7 @@ span.status_img {
|
||||
height: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(images/kmmsgread.png);
|
||||
background-size: 12px 12px;
|
||||
}
|
||||
tr.deleted span.status_img {
|
||||
background-image: url(images/kmmsgdel.png);
|
||||
|
@ -684,6 +684,7 @@ span.status_img {
|
||||
height: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(images/kmmsgread.png);
|
||||
background-size: 12px 12px;
|
||||
}
|
||||
|
||||
tr.deleted span.status_img {
|
||||
|
BIN
mail/templates/pixelegg/images/kmmsgdel.png
Executable file
BIN
mail/templates/pixelegg/images/kmmsgdel.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 545 B |
BIN
mail/templates/pixelegg/images/kmmsgforwarded.png
Normal file
BIN
mail/templates/pixelegg/images/kmmsgforwarded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 B |
BIN
mail/templates/pixelegg/images/kmmsgnew.png
Executable file
BIN
mail/templates/pixelegg/images/kmmsgnew.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 481 B |
BIN
mail/templates/pixelegg/images/kmmsgreplied.png
Executable file
BIN
mail/templates/pixelegg/images/kmmsgreplied.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 291 B |
BIN
mail/templates/pixelegg/images/kmmsgunseen.png
Executable file
BIN
mail/templates/pixelegg/images/kmmsgunseen.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 396 B |
Loading…
Reference in New Issue
Block a user