mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
pixelegg changes from monday
This commit is contained in:
parent
7c33488596
commit
391dde093e
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="addressbook.edit.upload" template="" lang="" group="0" version="1.3.004">
|
||||
<grid class="uploadphoto">
|
||||
@ -518,8 +519,8 @@
|
||||
</rows>
|
||||
</grid>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<tabbox id="tabs">
|
||||
<row valign="top" class="addressbook_edit_left_tr">
|
||||
<tabbox id="tabs" class="addressbook_edit_left_td">
|
||||
<tabs>
|
||||
<tab id="general" label="General" statustext="Name, Address"/>
|
||||
<tab id="cats" label="Categories" statustext="Categories"/>
|
||||
@ -543,7 +544,7 @@
|
||||
<template id="addressbook.edit.history"/>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
<vbox>
|
||||
<vbox class="addressbook_edit_right_td">
|
||||
<template id="addressbook.editphones"/>
|
||||
<groupbox class="phoneGroup">
|
||||
<caption label="Phone Numbers"/>
|
||||
|
@ -356,6 +356,26 @@ div#addressbook-index table.egwGridView_outer {
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*State: Address selected*/
|
||||
/*Layout*/
|
||||
/*##############################
|
||||
# # #
|
||||
# # Phone #
|
||||
# Address # #
|
||||
# # Email #
|
||||
# # #
|
||||
################################ */
|
||||
td.addressbook_edit_left_td {
|
||||
min-width: 500px;
|
||||
max-width: 100%;
|
||||
}
|
||||
td.addressbook_edit_left_td .et2_tabs .et2_tabcntr {
|
||||
min-width: 500px;
|
||||
max-width: 100%;
|
||||
}
|
||||
td.addressbook_edit_right_td {
|
||||
min-width: 300px;
|
||||
max-width: 100%;
|
||||
}
|
||||
/*ADD AREA*/
|
||||
#infolog-index_infolog-index-header_right .et2_box_widget {
|
||||
background-color: #0b5fa4 !important;
|
||||
@ -404,19 +424,19 @@ div#addressbook-index table.egwGridView_outer {
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/* State: address edit min*/
|
||||
/*#######################################################*/
|
||||
/* Tab Generell */
|
||||
/*Layout*/
|
||||
#addressbook-edit .et2_tabbox {
|
||||
max-width: 100%;
|
||||
min-width: 530px;
|
||||
}
|
||||
#addressbook-edit .et2_tabs {
|
||||
height: 380px;
|
||||
min-width: 530px;
|
||||
}
|
||||
table.et2_grid .addressbook_edit_general {
|
||||
width: 80% !important;
|
||||
}
|
||||
/*#######################################################*/
|
||||
/* Tab Generell */
|
||||
/*##################
|
||||
# #
|
||||
# #
|
||||
@ -451,10 +471,10 @@ div.addressbook_edit_general_picture img.photo:hover {
|
||||
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;
|
||||
border-top: solid 1px #e6e6e6;
|
||||
border-left: solid 1px #e6e6e6;
|
||||
border-right: solid 1px #e6e6e6;
|
||||
border-bottom: solid 1px #e6e6e6;
|
||||
left: 243px;
|
||||
top: 189px;
|
||||
}
|
||||
@ -726,10 +746,12 @@ div#addressbook-edit_addressbook-edit-links table#addressbook-edit_link_to {
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-history .et2_historylog div:first-child {
|
||||
#addressbook-edit_addressbook-edit-history .et2_historylog div:first-child,
|
||||
#addressbook-edit_addressbook-edit-history #addressbook-edit_history div:first-child {
|
||||
height: auto !important;
|
||||
}
|
||||
#addressbook-edit_addressbook-edit-history .et2_historylog table.egwGridView_outer th.optcol span.selectcols {
|
||||
#addressbook-edit_addressbook-edit-history .et2_historylog table.egwGridView_outer th.optcol span.selectcols,
|
||||
#addressbook-edit_addressbook-edit-history #addressbook-edit_history table.egwGridView_outer th.optcol span.selectcols {
|
||||
position: relative !important;
|
||||
}
|
||||
/*################################################################
|
||||
|
@ -49,6 +49,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.et2_container[id^="infolog-index-addressbook"] {
|
||||
min-height: 250px;
|
||||
}
|
||||
@ -238,8 +240,33 @@ div#addressbook-index{
|
||||
/*#######################################################*/
|
||||
/*State: Address selected*/
|
||||
|
||||
/*Layout*/
|
||||
/*##############################
|
||||
# # #
|
||||
# # Phone #
|
||||
# Address # #
|
||||
# # Email #
|
||||
# # #
|
||||
################################ */
|
||||
|
||||
|
||||
td.addressbook_edit_left_td {
|
||||
min-width: 500px;
|
||||
max-width: 100%;
|
||||
|
||||
.et2_tabs {
|
||||
|
||||
.et2_tabcntr {
|
||||
min-width: 500px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
td.addressbook_edit_right_td {min-width: 300px; max-width: 100%;}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -269,17 +296,15 @@ div#addressbook-index{
|
||||
|
||||
|
||||
|
||||
/*#######################################################*/
|
||||
/* Tab Generell */
|
||||
|
||||
/*Layout*/
|
||||
|
||||
#addressbook-edit .et2_tabbox {max-width: 100%; min-width: 530px;}
|
||||
|
||||
#addressbook-edit .et2_tabs {height: 380px;}
|
||||
#addressbook-edit .et2_tabs {height: 380px; min-width: 530px;}
|
||||
|
||||
table.et2_grid .addressbook_edit_general {width: 80% !important;}
|
||||
|
||||
/*#######################################################*/
|
||||
/* Tab Generell */
|
||||
|
||||
|
||||
/*##################
|
||||
# #
|
||||
@ -293,7 +318,11 @@ div.addressbook_edit_general_picture {
|
||||
float: right;
|
||||
|
||||
|
||||
img {width: 180% !important; max-width: 100px !important; height: auto !important; margin-right: 70px; }
|
||||
img {width: 180% !important;
|
||||
max-width: 100px !important;
|
||||
height: auto !important;
|
||||
margin-right: 70px;
|
||||
}
|
||||
|
||||
/*Picture*/
|
||||
|
||||
@ -308,7 +337,7 @@ div.addressbook_edit_general_picture {
|
||||
table.uploadphoto {
|
||||
.background-color-10-gray;
|
||||
width: auto;
|
||||
.bordered(1px, 1px, 1px, 0);
|
||||
.bordered(@gray-10, @gray-10, @gray-10, @gray-10);
|
||||
left: 243px;
|
||||
top: 189px;
|
||||
}
|
||||
@ -581,24 +610,32 @@ div#addressbook-edit_addressbook-edit-cats {overflow: scroll;}
|
||||
}
|
||||
/*################## Tab 8 Extra Privat###############################*/
|
||||
/*seems to be ok*/
|
||||
|
||||
|
||||
|
||||
/*################## Tab 9 History ###############################*/
|
||||
// History
|
||||
|
||||
#addressbook-edit_addressbook-edit-history{
|
||||
#addressbook-edit_addressbook-edit-history{
|
||||
|
||||
.th{ height: 20px;}
|
||||
tbody{
|
||||
display: table-header-group;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.et2_grid {
|
||||
}
|
||||
}
|
||||
|
||||
#addressbook-edit_addressbook-edit-history{
|
||||
|
||||
.et2_historylog{
|
||||
|
||||
|
||||
.et2_historylog,
|
||||
#addressbook-edit_history{
|
||||
|
||||
div:first-child {height: auto !important;}
|
||||
|
||||
|
||||
table.egwGridView_outer {
|
||||
|
||||
|
||||
th.optcol {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user