egroupware/addressbook/templates/pixelegg/app.css

395 lines
11 KiB
CSS
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-11-28 07:20:18 +01:00
/**
* CRM view with contact data in sidebox
2013-11-28 07:20:18 +01:00
*/
.addressbook_sidebox_name {
font-weight: bold;
2013-12-08 22:38:36 +01:00
}
.addressbook_sidebox_name,
.addressbook_sidebox_org {
font-size: 130%;
padding: 2px 0 2px 0;
2013-12-08 22:38:36 +01:00
}
td.addressbook_sidebox_header {
font-weight: bold;
height: 20px;
vertical-align: bottom;
2013-12-04 06:23:51 +01:00
}
#addressbook-view.et2_container {
height: 0 !important;
2013-11-18 20:31:54 +01:00
}
td.addressbook_sidebox_toolbar {
vertical-align: bottom;
height: 32px;
2013-11-18 20:31:54 +01:00
}
div#addressbook_view_sidebox img.photo {
width: 68px;
padding-right: 3px;
height: auto;
vertical-align: bottom;
}
/**
* new addressbook.edit
*/
div.addressbook_edit_general_picture {
position: relative;
2013-11-18 20:31:54 +01:00
}
div.addressbook_edit_general_picture img {
position: absolute;
width: auto;
max-width: 80px;
height: 105px;
left: 2px;
2013-11-20 09:41:17 +01:00
}
2013-11-18 20:31:54 +01:00
.uploadphoto {
position: absolute;
top: 70px;
left: 0;
2013-11-20 09:41:17 +01:00
display: none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
z-index: 1;
2013-11-18 20:31:54 +01:00
}
.typeIcon {
height: 16px;
width: 16px;
}
.editname {
position: absolute;
2013-11-20 09:41:17 +01:00
display: none;
border: 2px solid black;
background-color: #ffffff;
padding: 4px;
top: 55px;
left: 102px;
z-index: 1;
2019-05-02 11:53:16 +02:00
padding-right: 10px;
2013-11-18 20:31:54 +01:00
}
.custom_country {
display: none;
2013-11-18 20:31:54 +01:00
}
input.et2_radiobox {
position: relative;
left: 7px;
2013-11-18 20:31:54 +01:00
}
#addressbook-edit_tel_prefer-tel_work,
#addressbook-edit_tel_prefer-tel_cell {
left: 7px;
2013-11-18 20:31:54 +01:00
}
#addressbook-edit_memberships + .chzn-container .chzn-results {
max-height: 85px;
}
/**
* Index page
*/
#addressbook-index img.iphoto {
width: 100%;
height: auto;
2013-12-12 21:27:35 +01:00
}
#addressbook-index .avatar img.iphoto {
border: none;
box-shadow: none;
}
2015-02-04 11:30:59 +01:00
#addressbook-index_org_view,
#addressbook-index_addressbook-index-right_add > div.et2_box_widget {
top: 0;
padding-top: 0;
2014-04-24 12:58:40 +02:00
}
2016-01-13 12:00:34 +01:00
#addressbook-edit_adr_one_locality,
#addressbook-edit_adr_two_locality,
#addressbook-edit_adr_one_postalcode,
#addressbook-edit_adr_two_postalcode {
padding-top: 5px;
padding-bottom: 5px;
}
#addressbook-edit_adr_one_postalcode,
#addressbook-edit_adr_two_postalcode {
margin-right: -4px;
}
div.city_state_postcode #addressbook-edit_adr_two_postalcode,
div.city_state_postcode #addressbook-edit_adr_one_postalcode {
margin-right: 5px !important;
}
2016-01-13 12:00:34 +01:00
#addressbook-edit_role {
2016-04-08 18:07:15 +02:00
margin-right: 5px;
2016-01-13 12:00:34 +01:00
}
.addressbookHooked .egwGridView_grid label > span.et2_link {
display: none;
}
/**
* adjust width of select-boxes in nextmatch
*/
#addressbook-index .filtersContainer {
position: absolute;
2016-02-29 15:30:47 +01:00
left: 342px;
right: 215px;
}
#addressbook-index .filtersContainer select {
2016-02-17 20:56:54 +01:00
width: 31.5%;
}
/* category filter chosen. !important is neccessary to override the width set by chosen*/
#addressbook-index .nextmatch_header_row .et2_selectbox.select-cat {
min-width: auto;
width: 31.5% !important;
}
select#addressbook-index_col_filter\[tid\] {
width: 82px;
}
2016-02-16 20:42:31 +01:00
#addressbook-index_addressbook-index-row select {
float: right;
width: 134px;
2016-02-16 20:42:31 +01:00
}
#addressbook-edit .chzn-container .chzn-results {
max-height: 110px;
}
#addressbook-index_nm .chzn-drop {
width: auto;
}
#addressbook-edit_adr_one_region,
#addressbook-edit_adr_two_region {
width: 130px;
vertical-align: middle;
2019-05-02 11:53:16 +02:00
margin-left: 1px;
}
.smime_section_border {
border-top: 1px solid #e5e5e5;
}
.smime_section_border > * {
padding-top: 10px;
}
2013-12-12 21:27:35 +01:00
@media all {
/* #############################################################################
// Rahmen + padding**/
/*##############################################*/
2013-12-12 21:27:35 +01:00
/*# # #*/
/*# Bild # #*/
/*# # Infolog #*/
2013-12-12 21:27:35 +01:00
/*# # #*/
/*# # #*/
/*# # #*/
/*# Sidebar # #*/
2013-12-12 21:27:35 +01:00
/*# # #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*##############################################*/
div#addressbook_view_sidebox img.photo {
width: 68px;
padding-right: 3px;
height: auto;
vertical-align: top;
margin-right: 5px;
}
div#addressbook_view_sidebox #addressbook-view_n_fn {
font-size: 14px;
font-weight: bold;
padding: 2px 0 2px 0;
width: 85%;
}
div#addressbook_view_sidebox #addressbook-view_org_name {
font-size: 14px;
padding: 2px 0 2px 0;
width: 85%;
}
div#addressbook_view_sidebox #addressbook-view_org_unit {
font-size: 11px;
padding: 2px 0 2px 0;
}
div#addressbook_view_sidebox #addressbook-view_adr_one_locality {
font-size: 11px;
padding: 2px 0 2px 0;
}
2013-12-12 21:27:35 +01:00
/**
* Give space to both contact view & infolog list
*/
2013-12-12 21:27:35 +01:00
#addressbook-edit {
2014-01-14 09:20:32 +01:00
height: auto;
min-height: 390px;
2013-12-12 21:27:35 +01:00
overflow: auto;
}
/*##################################################################*/
/*Infolog*/
.et2_container[id^="infolog-index-addressbook"] {
2013-12-20 15:32:40 +01:00
/*ADD Button */
2013-12-12 21:27:35 +01:00
}
2013-12-20 15:32:40 +01:00
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget {
2013-12-12 21:27:35 +01:00
text-shadow: none;
2014-01-08 08:58:33 +01:00
height: 32px;
margin-top: 5px;
2013-12-12 21:27:35 +01:00
background-image: none !important;
2014-01-08 08:58:33 +01:00
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
/* Safari */
/*Text ""hinzufügen" "*/
/*MouseOver*/
2013-12-12 21:27:35 +01:00
}
2013-12-20 15:32:40 +01:00
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:before {
2013-12-12 21:27:35 +01:00
content: "+";
2013-12-20 15:32:40 +01:00
font-size: 2em;
2013-12-12 21:27:35 +01:00
color: #ffc200;
2014-01-08 08:58:33 +01:00
line-height: 0.5em;
2013-12-12 21:27:35 +01:00
}
2014-01-08 08:58:33 +01:00
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget span {
display: none;
2013-12-20 15:32:40 +01:00
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img {
2014-01-08 08:58:33 +01:00
/*.background_color_10_gray;*/
2013-12-20 15:32:40 +01:00
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 16px;
height: 16px;
2014-01-08 08:58:33 +01:00
margin-left: 0.5em;
padding: 0px;
margin-top: 0px;
2013-12-20 15:32:40 +01:00
vertical-align: middle;
2014-01-23 09:44:49 +01:00
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
2013-12-20 15:32:40 +01:00
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:hover {
2014-01-08 08:58:33 +01:00
/*.background_color_20_gray;*/
2013-12-30 18:34:29 +01:00
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
2013-12-20 15:32:40 +01:00
border: 1px solid rgba(0, 0, 0, 0.5);
2013-12-12 21:27:35 +01:00
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
2013-12-20 15:32:40 +01:00
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:active {
2014-01-08 08:58:33 +01:00
/*.background_color_30_gray;*/
2013-12-20 15:32:40 +01:00
border: 1px solid rgba(0, 0, 0, 0.9);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
2019-03-21 11:53:37 +01:00
background-color: #b3e4a6;
2014-01-08 08:58:33 +01:00
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget img:last-child {
margin-right: 5px;
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover {
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #0C5DA5 !important;
2014-01-08 08:58:33 +01:00
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 10px;
border-radius: 3px;
border-top-left-radius: 10px;
height: 32px;
/*Text*/
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover:before {
content: "";
font-size: 1em;
padding-left: 5px;
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover span {
visibility: hidden;
display: none;
}
.et2_container[id^="infolog-index-addressbook"] .et2_hbox_right[id*="_infolog-index-header_right"] div.et2_box_widget:hover img {
2014-04-24 12:58:40 +02:00
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
2014-01-08 08:58:33 +01:00
margin: 0.5em;
background: #FFFFFF;
2013-12-12 21:27:35 +01:00
}
2013-12-20 15:32:40 +01:00
.et2_container[id^="infolog-index-addressbook"] .egwGridView_scrollarea {
overflow-y: scroll !important;
overflow-x: hidden !important;
2013-12-12 21:27:35 +01:00
}
2014-04-24 12:58:40 +02:00
button#tracker-index-addressbook_add {
width: 32px;
/*border: 1px solid #0C5DA5;*/
2014-04-24 12:58:40 +02:00
margin: 6px 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
padding: -0.5em;
background-color: #E6E6E6 !important;
2014-04-24 12:58:40 +02:00
background-size: 16px 16px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 10px;
border-radius: 3px;
border-top-left-radius: 10px;
2014-04-24 12:58:40 +02:00
height: 24px;
}
button#tracker-index-addressbook_add:before {
content: "";
font-size: 2em;
color: #0C5DA5;
2014-04-24 12:58:40 +02:00
line-height: 0.6em;
padding-left: 0.1em;
padding-right: 100em;
}
button#tracker-index-addressbook_add:active {
2019-03-21 11:53:37 +01:00
background-color: #b3e4a6;
2014-04-24 12:58:40 +02:00
}
button#tracker-index-addressbook_add:hover {
2019-03-21 11:53:37 +01:00
background-color: #ace29e !important;
2014-04-24 12:58:40 +02:00
color: #ffc200;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius: 3px;
-moz-border-radius-topleft: 10px;
border-radius: 3px;
border-top-left-radius: 10px;
}
button#tracker-index-addressbook_add:active {
2019-03-21 11:53:37 +01:00
background-color: #b3e4a6 !important;
2014-04-24 12:58:40 +02:00
}
div.addressbook_edit_general_picture img {
top: -4px;
width: 70px;
height: auto;
left: 7px;
}
#addressbook-edit_addressbook-edit-general .et2_label {
margin-right: 6px;
}
2019-05-02 11:53:16 +02:00
#addressbook_edit_adr_one_countrycode_chzn,
#addressbook_edit_adr_two_countrycode_chzn {
margin-top: 3px;
}
#addressbook_edit_adr_one_countrycode_chzn a.et2_country-select,
#addressbook_edit_adr_two_countrycode_chzn a.et2_country-select {
width: 99%;
padding-left: 5px;
left: 1px;
border-radius: 0;
}
#addressbook-edit_adr_one_region .ms-ctn form-control,
#addressbook-edit_adr_two_region .ms-ctn form-control {
padding-left: 13px;
}
2013-11-28 21:21:17 +01:00
}