Mobile theme W.I.P.:

- Add vertical tabs for addressbook edit dialog
- Fix link_to widget
- Fix zipcode and city fileds in addressbook edit dialog
This commit is contained in:
Hadi Nategh 2016-01-28 11:30:52 +00:00
parent beacb4fc01
commit c3f12efd2e
5 changed files with 378 additions and 309 deletions

View File

@ -55,300 +55,287 @@
</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">
<details title="Organisation"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row>
<row> <description for="role" value="Role"/>
<description for="role" value="Role"/> <textbox id="role" class="et2_fullWidth" maxlength="64" autocomplete="section-one" />
<hbox width="100%"> </row>
<textbox id="role" width="60%" maxlength="64" autocomplete="section-one" /> <row>
<textbox label="Room" id="room" width="40%"/> <description value="Room"/>
</hbox> <textbox id="room" width="35%"/>
</row> </row>
<row> <row>
<description for="assistent" value="Assistent"/> <description for="assistent" value="Assistent"/>
<textbox id="assistent" class="et2_fullWidth"/> <textbox id="assistent" class="et2_fullWidth"/>
</row> </row>
<row disabled="@addr_format=city_state_postcode"> <row disabled="@addr_format=city_state_postcode">
<description for="tel_assistent" value="Assistent phone"/> <description for="tel_assistent" value="Assistent phone"/>
<url-phone id="tel_assistent" class="et2_fullWidth"/> <url-phone id="tel_assistent" class="et2_fullWidth"/>
</row> </row>
<row> <row>
<description for="tel_fax" value="fax"/> <description for="tel_fax" value="fax"/>
<url-phone id="tel_fax" class="et2_fullWidth" autocomplete="fax" /> <url-phone id="tel_fax" class="et2_fullWidth" autocomplete="fax" />
</row> </row>
<row> <row>
<description for="tel_other" value="Other phone"/> <description for="tel_other" value="Other phone"/>
<url-phone id="tel_other" class="et2_fullWidth" autocomplete="tel" /> <url-phone id="tel_other" class="et2_fullWidth" autocomplete="tel" />
</row> </row>
<row disabled="!@addr_format=city_state_postcode"> <row disabled="!@addr_format=city_state_postcode">
<description for="tel_fax" value="fax"/> <description for="tel_fax" value="fax"/>
<url-phone id="tel_fax" class="et2_fullWidth" autocomplete="fax" /> <url-phone id="tel_fax" class="et2_fullWidth" autocomplete="fax" />
</row> </row>
<row disabled="!@addr_format=city_state_postcode"> <row disabled="!@addr_format=city_state_postcode">
<description for="tel_other" value=" Other Phone"/> <description for="tel_other" value=" Other Phone"/>
<url-phone id="tel_other" class="et2_fullWidth" autocomplete="tel"/> <url-phone id="tel_other" class="et2_fullWidth" autocomplete="tel"/>
</row> </row>
<row> <row>
<description for="tel_car" value="car phone"/> <description for="tel_car" value="car phone"/>
<url-phone id="tel_car" class="et2_fullWidth"/> <url-phone id="tel_car" class="et2_fullWidth"/>
</row> </row>
<row> <row>
<description disabled="@no_tid" for="tid" value="Type"/> <description disabled="@no_tid" for="tid" value="Type"/>
<menulist disabled="@no_tid"> <menulist disabled="@no_tid">
<menupopup id="tid" no_lang="1" class="et2_fullWidth" onchange="1"/> <menupopup id="tid" no_lang="1" class="et2_fullWidth" onchange="1"/>
</menulist>
</row>
<row disabled="@addr_format=city_state_postcode">
<description for="adr_one_street" value="street"/>
<textbox id="adr_one_street" class="et2_fullWidth" maxlength="64" autocomplete="address-line1"/>
</row>
<row>
<description/>
<textbox statustext="address line 2" id="adr_one_street2" class="et2_fullWidth" maxlength="64" autocomplete="address-line2"/>
</row>
<row disabled="@addr_format=city_state_postcode">
<description for="adr_one_locality" value="city" />
<textbox statustext="City" id="adr_one_locality" maxlength="64" class="et2_fullWidth" autocomplete="address-level2"/>
</row>
<row disabled="@addr_format=city_state_postcode">
<description value="ZIP Code"/>
<textbox statustext="ZIP Code" id="adr_one_postalcode" width="35%" maxlength="64" autocomplete="postal-code"/>
</row>
<row disabled="!@addr_format=city_state_postcode">
<description value="City"/>
<hbox>
<textbox statustext="City" id="adr_one_locality" size="30" maxlength="64" autocomplete="address-level2"/>
<textbox statustext="State" id="adr_one_region" size="3" maxlength="64" autocomplete="address-level1"/>
<textbox statustext="ZIP Code" id="adr_one_postalcode" size="5" maxlength="64" autocomplete="postal-code"/>
</hbox>
</row>
<row disabled="@addr_format=city_state_postcode">
<description value="Region"/>
<textbox statustext="State" id="adr_one_region" maxlength="64" class="et2_fullWidth" autocomplete="address-level1"/>
</row>
<row disabled="@addr_format=city_state_postcode">
<description for="adr_one_countryname" value="country"/>
<vbox width="100%">
<menulist class="et2_fullWidth">
<menupopup type="select-country" class="countrySelect et2_fullWidth" id="adr_one_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="country"/>
</menulist> </menulist>
</row> <textbox id="adr_one_countryname" class="custom_country et2_fullWidth" autocomplete="country-name"/>
<row disabled="@addr_format=city_state_postcode"> </vbox>
<description for="adr_one_street" value="street"/> </row>
<textbox id="adr_one_street" class="et2_fullWidth" maxlength="64" autocomplete="address-line1"/> </rows>
</row> </grid>
<row>
<description/>
<textbox statustext="address line 2" id="adr_one_street2" class="et2_fullWidth" maxlength="64" autocomplete="address-line2"/>
</row>
<row disabled="@addr_format=city_state_postcode">
<description for="adr_one_locality" value="city" />
<hbox>
<textbox statustext="ZIP Code" id="adr_one_postalcode" width="40%" maxlength="64" autocomplete="postal-code"/>
<textbox statustext="City" id="adr_one_locality" maxlength="64" width="60%" autocomplete="address-level2"/>
</hbox>
</row>
<row disabled="!@addr_format=city_state_postcode">
<description value="City"/>
<hbox>
<textbox statustext="City" id="adr_one_locality" size="30" maxlength="64" autocomplete="address-level2"/>
<textbox statustext="State" id="adr_one_region" size="3" maxlength="64" autocomplete="address-level1"/>
<textbox statustext="ZIP Code" id="adr_one_postalcode" size="5" maxlength="64" autocomplete="postal-code"/>
</hbox>
</row>
<row disabled="@addr_format=city_state_postcode">
<description value="Region"/>
<textbox statustext="State" id="adr_one_region" maxlength="64" class="et2_fullWidth" autocomplete="address-level1"/>
</row>
<row disabled="@addr_format=city_state_postcode">
<description for="adr_one_countryname" value="country"/>
<vbox width="100%">
<menulist class="et2_fullWidth">
<menupopup type="select-country" class="countrySelect et2_fullWidth" id="adr_one_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="country"/>
</menulist>
<textbox id="adr_one_countryname" class="custom_country et2_fullWidth" autocomplete="country-name"/>
</vbox>
</row>
</rows>
</grid>
</details>
</template> </template>
<template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002"> <template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002">
<details title="Details"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row>
<row> <description value="Notes"/>
<description value="Notes"/> <textbox multiline="true" id="note" rows="10" resize_ratio="0" class="et2_fullWidth" height="200"/>
<textbox multiline="true" id="note" rows="10" resize_ratio="0" class="et2_fullWidth" height="200"/> </row>
</row> <row disabled="@hidebuttons">
<row disabled="@hidebuttons"> <description value="Last date"/>
<description value="Last date"/> <link id="last_link"/>
<link id="last_link"/> </row>
</row> <row disabled="@hidebuttons">
<row disabled="@hidebuttons"> <description value="Next date"/>
<description value="Next date"/> <link id="next_link"/>
<link id="next_link"/> </row>
</row> <row>
<row> <description for="pubkey" value="Public key"/>
<description for="pubkey" value="Public key"/> <textbox multiline="true" id="pubkey" rows="4" resize_ratio="0" class="et2_fullWidth"/>
<textbox multiline="true" id="pubkey" rows="4" resize_ratio="0" class="et2_fullWidth"/> </row>
</row> <row disabled="!@cat_tab=Tree">
<row disabled="!@cat_tab=Tree"> <tree-cat id="cat_id_tree" options="13,,width:99%"/>
<tree-cat id="cat_id_tree" options="13,,width:99%"/> </row>
</row> <row disabled="@cat_tab=Tree">
<row disabled="@cat_tab=Tree"> <listbox type="select-cat" id="cat_id" rows="11"/>
<listbox type="select-cat" id="cat_id" rows="11"/> </row>
</row> </rows>
</rows> </grid>
</grid>
</details>
</template> </template>
<template id="addressbook.edit.home" template="" lang="" group="0" version="1.9.001"> <template id="addressbook.edit.home" template="" lang="" group="0" version="1.9.001">
<details title="Private"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row>
<row> <description for="tel_home" value="Home phone"/>
<description for="tel_home" value="Home phone"/> <url-phone id="tel_home" class="et2_fullWidth" autocomplete="section-two home tel" />
<url-phone id="tel_home" class="et2_fullWidth" autocomplete="section-two home tel" /> </row>
</row> <row>
<row> <description for="tel_cell_private" value="mobile phone"/>
<description for="tel_cell_private" value="mobile phone"/> <url-phone id="tel_cell_private" class="et2_fullWidth" autocomplete="section-two mobile tel" />
<url-phone id="tel_cell_private" class="et2_fullWidth" autocomplete="section-two mobile tel" /> </row>
</row> <row disabled="@addr_format=city_state_postcode">
<row disabled="@addr_format=city_state_postcode"> <description for="tel_pager" value="pager" autocomplete="section-two pager tel" />
<description for="tel_pager" value="pager" autocomplete="section-two pager tel" /> <url-phone id="tel_pager" class="et2_fullWidth"/>
<url-phone id="tel_pager" class="et2_fullWidth"/> </row>
</row> <row disabled="!@addr_format=city_state_postcode">
<row disabled="!@addr_format=city_state_postcode"> <description for="tel_pager" value="pager"/>
<description for="tel_pager" value="pager"/> <url-phone id="tel_pager" class="et2_fullWidth"/>
<url-phone id="tel_pager" class="et2_fullWidth"/> </row>
</row> <row disabled="@addr_format=city_state_postcode">
<row disabled="@addr_format=city_state_postcode"> <description for="tel_fax_home" value="fax"/>
<description for="tel_fax_home" value="fax"/> <url-phone id="tel_fax_home" class="et2_fullWidth" autocomplete="section-two fax tel" />
<url-phone id="tel_fax_home" class="et2_fullWidth" autocomplete="section-two fax tel" /> </row>
</row> <row disabled="!@addr_format=city_state_postcode">
<row disabled="!@addr_format=city_state_postcode"> <description for="tel_fax_home" value="fax"/>
<description for="tel_fax_home" value="fax"/> <url-phone id="tel_fax_home" class="et2_fullWidth" autocomplete="fax tel" />
<url-phone id="tel_fax_home" class="et2_fullWidth" autocomplete="fax tel" /> </row>
</row> <row>
<row> <description for="email_home" value="EMail"/>
<description for="email_home" value="EMail"/> <url-email id="email_home" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" autocomplete="section-two home email" />
<url-email id="email_home" onchange="app.addressbook.check_value(widget,'$cont[id]');" class="et2_fullWidth" autocomplete="section-two home email" /> </row>
</row> <row>
<row> <description for="url_home" value="URL"/>
<description for="url_home" value="URL"/> <url id="url_home" class="et2_fullWidth" autocomplete="section-two url" />
<url id="url_home" class="et2_fullWidth" autocomplete="section-two url" /> </row>
</row> <row disabled="@addr_format=city_state_postcode">
<row disabled="@addr_format=city_state_postcode"> <description for="bday" value="Birthday"/>
<description for="bday" value="Birthday"/> <date id="bday" options="Y-m-d" year_range="c-90:c+2" class="et2_fullWidth"/>
<date id="bday" options="Y-m-d" year_range="c-90:c+2" class="et2_fullWidth"/> </row>
</row> <row>
<row> <description for="adr_two_street" value="street"/>
<description for="adr_two_street" value="street"/> <textbox id="adr_two_street" class="et2_fullWidth" maxlength="64" autocomplete="section-two address-line1" />
<textbox id="adr_two_street" class="et2_fullWidth" maxlength="64" autocomplete="section-two address-line1" /> </row>
</row> <row>
<row> <description/>
<description/> <textbox statustext="address line 2" id="adr_two_street2" class="et2_fullWidth" maxlength="64" autocomplete="section-two address-line2" />
<textbox statustext="address line 2" id="adr_two_street2" class="et2_fullWidth" maxlength="64" autocomplete="section-two address-line2" /> </row>
</row> <row disabled="@addr_format=city_state_postcode">
<row disabled="@addr_format=city_state_postcode"> <description for="adr_two_locality" value="city"/>
<description for="adr_two_locality" value="city"/> <hbox>
<hbox> <textbox statustext="ZIP Code" id="adr_two_postalcode" width="40" maxlength="64" autocomplete="section-two postal-code" />
<textbox statustext="ZIP Code" id="adr_two_postalcode" width="40" maxlength="64" autocomplete="section-two postal-code" /> <textbox statustext="City" id="adr_two_locality" maxlength="64" width="242" autocomplete="section-two address-level2" />
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="242" autocomplete="section-two address-level2" /> </hbox>
</hbox> </row>
</row> <row disabled="@addr_format=city_state_postcode">
<row disabled="@addr_format=city_state_postcode"> <description for="adr_two_countryname" value="country"/>
<description for="adr_two_countryname" value="country"/> <vbox width="100%">
<vbox width="100%"> <menulist class="et2_fullWidth">
<menulist class="et2_fullWidth"> <menupopup type="select-country" class="countrySelect et2_fullWidth" id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="section-two country" />
<menupopup type="select-country" class="countrySelect et2_fullWidth" id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="section-two country" /> </menulist>
</menulist> <textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" />
<textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" /> </vbox>
</vbox> </row>
</row> <row disabled="@addr_format=city_state_postcode">
<row disabled="@addr_format=city_state_postcode"> <description value="Region"/>
<description value="Region"/> <textbox statustext="State" id="adr_two_region" maxlength="64" class="et2_fullWidth" autocomplete="section-two address-level1" />
<textbox statustext="State" id="adr_two_region" maxlength="64" class="et2_fullWidth" autocomplete="section-two address-level1" /> </row>
</row> <row disabled="!@addr_format=city_state_postcode">
<row disabled="!@addr_format=city_state_postcode"> <description value="City"/>
<description value="City"/> <hbox>
<hbox> <textbox statustext="City" id="adr_two_locality" size="30" maxlength="64" autocomplete="section-two address-level2" />
<textbox statustext="City" id="adr_two_locality" size="30" maxlength="64" autocomplete="section-two address-level2" /> <textbox statustext="State" id="adr_two_region" size="3" maxlength="64" autocomplete="section-two address-level1"/>
<textbox statustext="State" id="adr_two_region" size="3" maxlength="64" autocomplete="section-two address-level1"/> <textbox statustext="ZIP Code" id="adr_two_postalcode" size="5" maxlength="64" autocomplete="section-two postal-code" />
<textbox statustext="ZIP Code" id="adr_two_postalcode" size="5" maxlength="64" autocomplete="section-two postal-code" /> </hbox>
</hbox> </row>
</row>
<row disabled="!@addr_format=city_state_postcode">
<row disabled="!@addr_format=city_state_postcode"> <description for="adr_two_countryname" value="country"/>
<description for="adr_two_countryname" value="country"/> <vbox width="100%">
<vbox width="100%"> <menulist>
<menulist> <menupopup type="select-country" class="countrySelect et2_fullWidth" id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="section-two country" />
<menupopup type="select-country" class="countrySelect et2_fullWidth" id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="section-two country" /> </menulist>
</menulist> <textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" />
<textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" /> </vbox>
</vbox> </row>
</row> <row disabled="!@addr_format=city_state_postcode">
<row disabled="!@addr_format=city_state_postcode"> <description for="bday" value="Birthday"/>
<description for="bday" value="Birthday"/> <date id="bday" options="Y-m-d" class="et2_fullWidth"/>
<date id="bday" options="Y-m-d" class="et2_fullWidth"/> </row>
</row>
</rows>
</rows> </grid>
</grid>
</details>
</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">
<details title="Links"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row disabled="@view">
<row disabled="@view"> <description/>
<link-to id="link_to"/> <link-to id="link_to"/>
</row> </row>
<row> <row>
<description value="Existing links"/> <description value="Existing links"/>
<link-list id="link_to"/> <link-list id="link_to"/>
</row> </row>
</rows> </rows>
</grid> </grid>
</details>
</template> </template>
<template id="addressbook.edit.distribution_list" template="" lang="" group="0" version="1.9.001"> <template id="addressbook.edit.distribution_list" template="" lang="" group="0" version="1.9.001">
<details title="Distribution list"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row>
<row> <box width="100%" overflow="auto">
<box width="100%" overflow="auto"> <description id="distrib_lists" span="all"/>
<description id="distrib_lists" span="all"/> </box>
</box> </row>
</row> </rows>
</rows> </grid>
</grid>
</details>
</template> </template>
<template id="addressbook.edit.custom" template="" lang="" group="0" version="1.9.001"> <template id="addressbook.edit.custom" template="" lang="" group="0" version="1.9.001">
<details title="Customfields"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row>
<row> <box width="100%" overflow="auto">
<box width="100%" overflow="auto"> <customfields options="$cont[tid],$cont[no_private_cfs]"/>
<customfields options="$cont[tid],$cont[no_private_cfs]"/> </box>
</box> </row>
</row> </rows>
</rows> </grid>
</grid>
</details>
</template> </template>
<template id="addressbook.edit.custom_private" template="" lang="" group="0" version="1.9.001"> <template id="addressbook.edit.custom_private" template="" lang="" group="0" version="1.9.001">
<details title="Private customfields"> <grid width="100%">
<grid width="100%"> <columns>
<columns> <column width = "120"/>
<column width = "120"/> <column width="600"/>
<column width="600"/> </columns>
</columns> <rows>
<rows> <row>
<row> <box width="100%" overflow="auto">
<box width="100%" overflow="auto"> <customfields id="private_cfs" options="$cont[tid],1"/>
<customfields id="private_cfs" options="$cont[tid],1"/> </box>
</box> </row>
</row> </rows>
</rows> </grid>
</grid>
</details>
</template> </template>
<template id="addressbook.edit" template="" lang="" group="0" version="1.9.004" class="addressbook_edit"> <template id="addressbook.edit" template="" lang="" group="0" version="1.9.004" class="addressbook_edit">
<template id="addressbook.editname"/> <template id="addressbook.editname"/>
<grid class="addressbook_edit" border="1" width="100%"> <grid class="addressbook_edit" border="1" width="100%">
@ -415,25 +402,26 @@
<url id="url" class="et2_fullWidth" autocomplete="url" /> <url id="url" class="et2_fullWidth" autocomplete="url" />
</row> </row>
<row> <row>
<template id="addressbook.edit.general"/> <tabbox id="tabs" span="all" width="100%" align_tabs="v">
</row> <tabs>
<row> <tab id="general" label="Organisation"/>
<template id="addressbook.edit.home"/> <tab id="home" label="Private" statustext="Home address, Birthday, ..."/>
</row> <tab id="details" label="Details" statustext="Categories, Notes, ..."/>
<row> <tab id="links" label="Links" statustext="Links"/>
<template id="addressbook.edit.details"/> <tab id="distribution_list" label="Distribution lists" statustext="Distribution lists, ..."/>
</row> <tab id="custom" label="Extra" statustext="Custom fields"/>
<row> <tab id="custom_private" label="Extra private" statustext="Private custom fields"/>
<template id="addressbook.edit.links"/> </tabs>
</row> <tabpanels>
<row> <template id="addressbook.edit.general"/>
<template id="addressbook.edit.distribution_list"/> <template id="addressbook.edit.home"/>
</row> <template id="addressbook.edit.details"/>
<row> <template id="addressbook.edit.links"/>
<template id="addressbook.edit.custom"/> <template id="addressbook.edit.distribution_list"/>
</row> <template id="addressbook.edit.custom"/>
<row> <template id="addressbook.edit.custom_private"/>
<template id="addressbook.edit.custom_private"/> </tabpanels>
</tabbox>
</row> </row>
<row> <row>
<details title="Ownership"> <details title="Ownership">

View File

@ -507,6 +507,14 @@ input.et2_radiobox {
text-align: center; text-align: center;
font-size: 12pt; font-size: 12pt;
} }
#addressbook-edit #addressbook-edit_adr_one_locality,
#addressbook-edit #addressbook-edit_adr_two_locality,
#addressbook-edit #addressbook-edit_room {
margin-left: 0;
}
#addressbook-edit a.et2_url.email {
display: none;
}
#addressbook-index table.egwGridView_outer tbody .addressbookCol3 div.avatar { #addressbook-index table.egwGridView_outer tbody .addressbookCol3 div.avatar {
position: absolute; position: absolute;
} }

View File

@ -407,6 +407,12 @@ div.addressbook_edit_general_picture img {
text-align: center; text-align: center;
.mob-fontsize-l; .mob-fontsize-l;
} }
#addressbook-edit_adr_one_locality, #addressbook-edit_adr_two_locality, #addressbook-edit_room{
margin-left:0;
}
a.et2_url.email {
display: none;
}
} }
#addressbook-index { #addressbook-index {

View File

@ -7349,6 +7349,7 @@ span.egw_tutorial_title {
font-size: 24pt; font-size: 24pt;
color: white; color: white;
padding-left: 5px; padding-left: 5px;
font-weight: bold;
} }
.dialogHeadbar { .dialogHeadbar {
height: 50px; height: 50px;
@ -7540,6 +7541,7 @@ span.egw_tutorial_title {
top: 50px !important; top: 50px !important;
right: 0px; right: 0px;
left: auto !important; left: auto !important;
background-color: white;
} }
body div#egw_message { body div#egw_message {
bottom: 0px; bottom: 0px;
@ -7894,9 +7896,10 @@ span.egw_tutorial_title {
overflow: auto; overflow: auto;
} }
body .et2_details .et2_details_toggle:after { body .et2_details .et2_details_toggle:after {
width: 24px; width: 25px;
height: 24px; height: 25px;
font-size: 18pt; font-size: 18pt;
text-align: center;
} }
body input { body input {
border: none; border: none;
@ -7930,7 +7933,7 @@ span.egw_tutorial_title {
display: inline-block; display: inline-block;
background-color: #F0F0F0; background-color: #F0F0F0;
width: 100%; width: 100%;
padding-top: 12px; padding-top: 6px;
} }
body #popupMainDiv .et2_details { body #popupMainDiv .et2_details {
position: relative; position: relative;
@ -7939,11 +7942,11 @@ span.egw_tutorial_title {
body #popupMainDiv .et2_details .et2_details_toggle { body #popupMainDiv .et2_details .et2_details_toggle {
position: absolute; position: absolute;
right: 2px; right: 2px;
top: 4px; top: 0px;
margin: 0px; margin: 0px;
} }
body #popupMainDiv .et2_details .et2_details_title { body #popupMainDiv .et2_details .et2_details_title {
padding-top: 12px; padding-top: 6px;
margin-top: 0; margin-top: 0;
} }
body .rowHeader { body .rowHeader {
@ -7991,4 +7994,31 @@ span.egw_tutorial_title {
body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more span { body div.et2_toolbar.et2_head_toolbar div.et2_toolbar_more span {
display: none; display: none;
} }
body .et2_tabbox.vertical .et2_tabflag {
border: none;
}
body .et2_tabbox.vertical .et2_tabflag div.et2_tabtitle {
background-color: #f0f0f0;
}
body .et2_tabbox.vertical .et2_tabflag div.et2_tabtitle:before {
padding: 0;
width: 30px;
height: 30px;
text-align: center;
font-size: 18pt;
}
body .et2_link_to div {
height: 40px;
padding-bottom: 3px;
width: 99% !important;
}
body .et2_link_to .et2_file {
margin: 0;
padding: 0;
}
body .et2_link_to .et2_file .et2_file_span,
body .et2_link_to .et2_file .et2_file_spanHover,
body .et2_link_to .et2_file .et2_file_upload {
height: 25px !important;
}
} }

View File

@ -830,6 +830,7 @@
font-size: 24pt; font-size: 24pt;
color: white; color: white;
padding-left: 5px; padding-left: 5px;
font-weight: bold;
} }
background-image: none; background-image: none;
} }
@ -1091,6 +1092,7 @@
top:50px !important; top:50px !important;
right:0px; right:0px;
left:auto !important; left:auto !important;
background-color: white;
} }
div#egw_message { div#egw_message {
bottom: 0px; bottom: 0px;
@ -1475,9 +1477,10 @@
.et2_details { .et2_details {
.et2_details_toggle { .et2_details_toggle {
&:after{ &:after{
width:24px; width:25px;
height: 24px; height: 25px;
font-size: 18pt; font-size: 18pt;
text-align: center;
} }
} }
} }
@ -1507,7 +1510,7 @@
display: inline-block; display: inline-block;
background-color: #F0F0F0; background-color: #F0F0F0;
width:100%; width:100%;
padding-top: 12px; padding-top: 6px;
} }
.et2_details_toggle { .et2_details_toggle {
@ -1519,11 +1522,11 @@
.et2_details_toggle { .et2_details_toggle {
position: absolute; position: absolute;
right: 2px; right: 2px;
top:4px; top:0px;
margin: 0px; margin: 0px;
} }
.et2_details_title { .et2_details_title {
padding-top: 12px; padding-top: 6px;
margin-top:0; margin-top:0;
} }
} }
@ -1589,5 +1592,39 @@
} }
} }
} }
//###########################################
//# #
//# et2_tabbox styles #
//# #
//###########################################
.et2_tabbox.vertical {
.et2_tabflag {
border:none;
div.et2_tabtitle {
background-color: #f0f0f0;
&:before {
padding: 0;
width:30px;
height:30px;
text-align: center;
font-size: 18pt;
}
}
}
}
.et2_link_to {
div {
height:40px;
padding-bottom: 3px;
width: 99% !important;
}
.et2_file {
margin: 0;
padding:0;
.et2_file_span, .et2_file_spanHover, .et2_file_upload {
height:25px !important;
}
}
}
} }
} }