mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
latest pixelegg changes
This commit is contained in:
parent
f1da90887a
commit
b41be95681
@ -416,8 +416,9 @@ fieldset.emailGroup {
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
#addressbook-edit tr.dialog-footer-toolbar label.et2_label {
|
||||
top: 0px !important;
|
||||
}
|
||||
/*#######################################################*/
|
||||
/*State: Address selected*/
|
||||
/*Layout*/
|
||||
|
@ -272,11 +272,8 @@ div#addressbook-index{
|
||||
|
||||
}
|
||||
|
||||
#addressbook-edit tr.dialog-footer-toolbar label.et2_label {top: 0px !important;}
|
||||
|
||||
|
||||
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*#######################################################*/
|
||||
/*State: Address selected*/
|
||||
|
||||
@ -665,7 +662,7 @@ div#addressbook-edit_addressbook-edit-cats {overflow: scroll;}
|
||||
}
|
||||
|
||||
}
|
||||
div#addressbook-edit_addressbook-edit-links {
|
||||
div#addressbook-edit_addressbook-edit-links {
|
||||
/*overflow-y: scroll;*/
|
||||
|
||||
|
||||
@ -707,7 +704,7 @@ div#addressbook-edit_addressbook-edit-cats {overflow: scroll;}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row" disabled="@no_add">
|
||||
<row class="row optional" disabled="@no_add">
|
||||
<description value="New"/>
|
||||
<vbox options="0,0">
|
||||
<menulist>
|
||||
@ -128,18 +128,18 @@
|
||||
<column width="50%"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row" disabled="!@reference">
|
||||
<description value="Exception"/>
|
||||
<date-time id="recurrence" readonly="true" class="gray"/>
|
||||
<description id="reference" class="gray"/>
|
||||
<description id="uid" class="gray"/>
|
||||
</row>
|
||||
<row class="th" height="12">
|
||||
<description value="Repeating Event Information" span="all" class="gray"/>
|
||||
<description/>
|
||||
<description/>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="row" disabled="!@reference">
|
||||
<description value="Exception"/>
|
||||
<date-time id="recurrence" readonly="true"/>
|
||||
<description id="reference" />
|
||||
<description id="uid" />
|
||||
</row>
|
||||
<row class="row" height="12">
|
||||
<description for="recur_type" value="Repeat type"/>
|
||||
<menulist>
|
||||
@ -218,11 +218,11 @@
|
||||
<template id="calendar.edit.alarms" template="" lang="" group="0" version="1.9.001">
|
||||
<grid width="100%" height="210" overflow="auto">
|
||||
<columns>
|
||||
<column width="120px"/>
|
||||
<column width="120px" height="30px"/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="row" height="20" disabled="@no_add_alarm">
|
||||
<row class="row add_alarm_action" height="50" disabled="@no_add_alarm">
|
||||
<menulist>
|
||||
<menupopup label="%s the event" id="before_after"/>
|
||||
</menulist>
|
||||
@ -242,7 +242,7 @@
|
||||
<menulist>
|
||||
<menupopup statustext="Select who should get the alarm" label="for" id="new_alarm[owner]" no_lang="1"/>
|
||||
</menulist>
|
||||
<button label="Add alarm" id="button[add_alarm]"/>
|
||||
<button label="Add alarm" id="button[add_alarm]" image="add" background_image="1"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row valign="top" disabled="!@alarm">
|
||||
@ -383,4 +383,4 @@
|
||||
.noBreak { white-space: nowrap; }
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
||||
</overlay> |