latest pixelegg changes

This commit is contained in:
Klaus Leithoff 2013-12-16 09:37:11 +00:00
parent f1da90887a
commit b41be95681
10 changed files with 516 additions and 226 deletions

View File

@ -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*/

View File

@ -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;}
}
}

View File

@ -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>

View File

@ -13,12 +13,12 @@
padding-left: 0px !important;
}
img.sideboxstar {
width: 14px;
height: 14px;
width: 12px;
height: 12px;
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);
-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;
@ -45,12 +45,12 @@ img.sideboxstar:hover {
border: none;
}
.calendar_calDayColHeader img {
height: 16px;
width: 16px;
height: 16px;
}
.calendar_calEventBodySmall img {
height: 16px;
width: 16px;
height: 16px;
}
/* calender view*/
/*defind in layout_raster.less , because frame*/
@ -269,27 +269,63 @@ div.calendar {
background-color: #000;
color: #0f0;
}
/*###########################################
# #
# dialog-header #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
div#calendar-edit {
width: 870px;
width: 99%;
padding: 5px;
/*###########################################*/
/*###########################################*/
/*Tab Beschreibung*/
/*###########################################*/
/*###########################################*/
/*###########################################*/
/*###########################################*/
/*###########################################*/
}
div#calendar-edit label.et2_label {
/*padding: 0 2px;*/
}
div#calendar-edit .chzn-container {
padding-top: 1em;
padding-top: 0;
}
div#calendar-edit .et2_tabheader {
background-color: transparent;
}
div#calendar-edit .et2_tabcntr {
height: 299px;
overflow: auto;
}
div#calendar-edit .et2_tabcntr table.et2_grid tr:nth-child(even) {
background: #e6e6e6;
}
div#calendar-edit .et2_tabcntr table.et2_grid tr:nth-child(odd) {
background: #ffffff;
}
div#calendar-edit #calendar-edit_calendar-edit-general {
display: block;
float: left;
width: 100%;
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid {
width: auto !important;
width: 72% !important;
/* button#calendar-edit_freetime {background-image: url('images/add.png') !important;}*/
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid td {
padding: 4px;
@ -297,9 +333,6 @@ div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid td {
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid #calendar-edit_duration {
float: left;
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid button#calendar-edit_freetime {
background-image: url('images/add.png') !important;
}
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid .et2_checkbox,
div#calendar-edit #calendar-edit_calendar-edit-general table.et2_grid input#calendar-edit_whole_day {
margin-left: 5px important;
@ -315,6 +348,9 @@ div#calendar-edit #calendar-edit_calendar-edit-general #calendar-edit_category {
-moz-border-radius: 3px;
border-radius: 3px;
}
div#calendar-edit #calendar-edit_calendar-edit-participants tr.optional {
background-color: rgba(255, 194, 0, 0.1);
}
div#calendar-edit #calendar-edit_calendar-edit-participants tbody {
display: table;
width: 100%;
@ -324,7 +360,38 @@ div#calendar-edit #calendar-edit_calendar-edit-participants tbody td {
padding-top: 3px;
}
div#calendar-edit #calendar-edit_calendar-edit-participants tbody span.ui-icon-search {
background-size: 16px 16px;
background-color: #f0f0f0;
-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;
background-size: 24px 24px;
width: 24px;
height: 24px;
margin-left: 1em;
}
div#calendar-edit #calendar-edit_calendar-edit-participants tbody span.ui-icon-search:hover {
background-color: #b3b3b3 !important;
-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);
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div#calendar-edit #calendar-edit_calendar-edit-participants tbody span.ui-icon-searchactive {
background-color: #808080;
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);
}
div#calendar-edit #calendar-edit_calendar-edit-participants tbody div#calendar-edit_resource {
margin: 5px 0 10px 0;
@ -347,6 +414,9 @@ div#calendar-edit #calendar-edit_calendar-edit-links tbody {
display: table;
width: 100%;
}
div#calendar-edit #calendar-edit_calendar-edit-links tbody .et2_link_to {
width: auto !important;
}
div#calendar-edit #calendar-edit_calendar-edit-links span.et2_label {
padding: 1em;
}
@ -354,6 +424,14 @@ div#calendar-edit #calendar-edit_calendar-edit-alarms tbody {
display: table;
width: 100%;
}
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody label.et2_label {
white-space: nowrap;
padding: 0 5px;
}
div#calendar-edit #calendar-edit_calendar-edit-alarms tbody tr.add_alarm_action {
background-color: rgba(255, 194, 0, 0.1);
margin-bottom: 1em;
}
div#calendar-edit #calendar-edit_calendar-edit-history {
max-width: 800px;
}
@ -642,6 +720,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
position: absolute;
right: 0px;
top: 0px;
background-color: #e6e6e6;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.calendar_calEventIcons img {
height: 16px;
@ -683,12 +765,15 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
}
.calendar_calDayTodos .calendar_calDayTodosHeader a img {
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);
-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);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000;
height: 16px;
width: 16px;
height: 16px;
}
.calendar_calDayTodos .calendar_calDayTodosHeader a img:hover {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
@ -700,6 +785,48 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
overflow: auto;
max-height: 400px;
}
.calendar_calDayTodos .calendar_calDayTodosTable table tr:nth-child(even) {
background: #e6e6e6;
}
.calendar_calDayTodos .calendar_calDayTodosTable table tr:nth-child(odd) {
background: #ffffff;
}
.calendar_calDayTodos .calendar_calDayTodosTable table td {
padding: 3px;
}
.calendar_calDayTodos .calendar_calDayTodosTable table td img {
width: 12px;
height: 12px;
background-color: #f0f0f0;
-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;
}
.calendar_calDayTodos .calendar_calDayTodosTable table td img:hover {
background-color: #b3b3b3 !important;
-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);
border: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.calendar_calDayTodos .calendar_calDayTodosTable table td img:active {
background-color: #808080;
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);
background-color: #00ab00 !important;
}
.calendar_calDayTodos {
width: 250px;
margin-left: 10px;
@ -780,11 +907,15 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
.calendar_plannerMonthScale {
font-weight: bold;
}
.calendar_plannerMonthScale a img {
width: 16px;
height: 16px;
}
.calendar_plannerDayScale img,
.calendar_plannerWeekScale img,
.calendar_plannerMonthScale img,
.calendar_plannerDayOfMonthScale img {
vertical-align: middle;
vertical-align: text-top;
}
/* calendar_plannerRowHeader contains the user or category name of the calendar_plannerRowWidget
*/
@ -856,9 +987,15 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
}
.calendar_plannerEvent img,
.calendar_plannerEventPrivate img {
padding-top: 2px;
width: 16px;
height: 16px;
padding-top: 0px;
padding: 2px;
width: 12px;
height: 12px;
margin: 3px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #e6e6e6;
}
.calendar_plannerEvent:hover {
cursor: pointer;
@ -896,9 +1033,12 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
border-spacing: 0px;
background-color: #fff;
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);
-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);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #000000;
}
#delete_series {

View File

@ -24,8 +24,7 @@
img.sideboxstar {
width: 14px;
height: 14px;
.dimension_width_height_xs;
.Complete_Button_Icon_normal;
padding: 3px;
margin: 1px;
@ -33,8 +32,6 @@ img.sideboxstar {
&:hover {
.Complete_Button_Icon_hover;
}
}
.chzn-container {
@ -60,8 +57,8 @@ img.sideboxstar {
// Images
.calendar_calDayColHeader img {height: 16px; width: 16px;}
.calendar_calEventBodySmall img {height: 16px; width: 16px;}
.calendar_calDayColHeader img {.dimension_width_height_s;}
.calendar_calEventBodySmall img {.dimension_width_height_s;}
@ -351,21 +348,56 @@ div.calendar { position: relative; }
//# Bearbeiten Formular
//###################################################################
/*###########################################
# #
# dialog-header #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
div#calendar-edit{
width: 870px;
width: 99%;
padding: 5px;
label.et2_label{
/*padding: 0 2px;*/
}
.chzn-container {
padding-top: 1em;
padding-top: 0;
}
.et2_tabheader{
background-color: transparent;
}
// Size for tabs
.et2_tabcntr {
height: 299px;
overflow: auto;
table.et2_grid {
// Listendarstellung
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
}
}
/*###########################################*/
// Tab General
#calendar-edit_calendar-edit-general{
@ -374,7 +406,11 @@ div#calendar-edit{
width: 100%;
table.et2_grid{
width: auto !important;
width: 72% !important;
td {
padding: 4px;
}
@ -385,7 +421,7 @@ div#calendar-edit{
// Terminsuche
button#calendar-edit_freetime {background-image: url('images/add.png') !important;}
/* button#calendar-edit_freetime {background-image: url('images/add.png') !important;}*/
// hole day
@ -404,19 +440,37 @@ div#calendar-edit{
}
}
/*###########################################*/
/*Tab Beschreibung*/
/*###########################################*/
// Teilnehmer
#calendar-edit_calendar-edit-participants{
tr.optional {background-color: @color-optional;}
tbody{
display: table;
width: 100%;
td {vertical-align: top; padding-top: 3px;}
// Suchen Bild
span.ui-icon-search {background-size: 16px 16px;}
span.ui-icon-search {
.Complete_Button_Icon_normal;
background-size: 24px 24px;
.dimension_width_height_m;
margin-left: 1em;
&:hover {.Complete_Button_Icon_hover;}
&active {.Complete_Button_Icon_active;}
}
// Ressourcen
@ -445,6 +499,8 @@ div#calendar-edit{
}
}
/*###########################################*/
// Wiederholung
#calendar-edit_calendar-edit-recurrence{
@ -455,6 +511,7 @@ div#calendar-edit{
}
}
/*###########################################*/
// Benutzerdefiniert
#calendar-edit_calendar-edit-custom{
@ -465,23 +522,30 @@ div#calendar-edit{
}
}
/*###########################################*/
// Verknüpfungen
#calendar-edit_calendar-edit-links{
tbody{
display: table;
width: 100%;
.et2_link_to {width: auto !important;}
}
span.et2_label {padding: 1em;}
}
/*###########################################*/
// Alarme
#calendar-edit_calendar-edit-alarms{
tbody{
display: table;
width: 100%;
label.et2_label {white-space: nowrap; padding: 0 5px;}
tr.add_alarm_action {background-color: @color-optional; margin-bottom: 1em;}
}
}
@ -645,7 +709,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
white-space: nowrap;
border-bottom: 1px solid silver;
border-right: 1px solid silver;
height: 16px;
.dimension_height_s;
line-height: 12px;
z-index: 30;
}
@ -790,9 +854,11 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
position: absolute;
right: 0px;
top: 0px;
background-color: @gray-10;
.rounded (2px);
}
.calendar_calEventIcons img{
height: 16px;
.dimension_height_s;
}
.calendar_calEventHeaderSmall .calendar_calEventIcons img{
height: 13px;
@ -836,8 +902,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
a {
img {
.Complete_Button_normal;
height: 16px;
width: 16px;
.dimension_width_height_s;
&:hover{.Complete_Button_hover;}
}
@ -846,6 +911,33 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
.calendar_calDayTodos .calendar_calDayTodosTable {
overflow: auto;
max-height: 400px;
table {
// Listendarstellung
// Reihen ohne Border left und right
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
td {
padding: 3px;
img {
.dimension_width_height_xs;
.Complete_Button_Icon_normal;
&:hover {.Complete_Button_Icon_hover;}
&:active {
.Complete_Button_Icon_active;
background-color: @color-positive-action !important;
}
}
}
}
}
.calendar_calDayTodos {
width: 250px;
@ -926,9 +1018,11 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
}
.calendar_plannerMonthScale {
font-weight: bold;
a img {.dimension_width_height_s;}
}
.calendar_plannerDayScale img,.calendar_plannerWeekScale img,.calendar_plannerMonthScale img,.calendar_plannerDayOfMonthScale img {
vertical-align: middle;
vertical-align: text-top;
}
/* calendar_plannerRowHeader contains the user or category name of the calendar_plannerRowWidget
@ -1000,9 +1094,12 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
*/
}
.calendar_plannerEvent img,.calendar_plannerEventPrivate img {
padding-top: 2px;
width: 16px;
height: 16px;
padding-top: 0px;
padding: 2px;
.dimension_width_height_xs;
margin: 3px;
.rounded (2px);
background-color: @gray-10;
}
.calendar_plannerEvent:hover{
cursor: pointer;
@ -1106,4 +1203,5 @@ tr.prefRow:hover .prefHelp {
padding-bottom: 5px;
}
//
//
//

View File

@ -81,6 +81,9 @@ div.filemanager_navigation > label {
div.filemanager_navigation > label > input {
width: 100%;
}
input#filemanager-index_upload {
width: 315px;
}
/**
* Select file dialog
*/

View File

@ -135,8 +135,8 @@ div.filemanager_navigation > label > input {
table#filemanager-select_dir{
.border_normal;
tr:nth-child(even) {background: @gray-10;}
tr:nth-child(odd) {background: @gray-20;}
tr:nth-child(even) {background: @color-even;}
tr:nth-child(odd) {background: @color-odd;}
}

View File

@ -180,7 +180,7 @@
</hbox>
<textbox type="integer" id="info_number" readonly="true" span="2" class="infolog_infoId"/>
</row>
<row class="row dialog-header" valign="top">
<row class="row dialog-header2" valign="top">
<description value="Contact" for="info_from"/>
<vbox options="0,0" span="2">
<hbox options="0,0">
@ -192,7 +192,7 @@
<description value="Phone/Email" for="info_addr"/>
<textbox statustext="Custom contact-address, leave empty to use information from most recent link" id="info_addr" size="30" maxlength="255" class="_inputFullWidth"/>
</row>
<row class="row dialog-header">
<row class="row dialog-header3">
<description value="Category" for="info_cat"/>
<menulist span="2">
<menupopup type="select-cat" statustext="select a category for this entry" id="info_cat" options="None"/>
@ -201,7 +201,7 @@
<description value="Parent" font_style="1"/>
<link-entry id="info_id_parent" onchange="if(egw &amp;&amp; widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+&quot;::&quot;+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+&quot;::&quot;+widget.getValue(),false);}" options="infolog" class="noWrap searchParent"/>
</row>
<row class="row dialog-header">
<row class="row dialog-header4">
<description value="Subject" for="info_subject"/>
<textbox statustext="a short subject for the entry" id="info_subject" class="inputFullWidth" size="80" maxlength="255" needed="true" span="all" tabindex="1"/>
</row>

View File

@ -257,8 +257,26 @@ input#infolog-edit_info_subject {
/*#############################################*/
/*Tabs */
/*Beschreibung*/
/*Verknüpfung*/
/*Delegation*/
/*Verknüpfung ************************************/
#infolog-edit_infolog-edit-links {
/*neue verknüpfung erstellen - div*/
/*img.et2_button_icon defined in etemplate2.less*/
}
#infolog-edit_infolog-edit-links div#addressbook-edit_link_to {
width: 100% !important;
}
#infolog-edit_infolog-edit-links div.et2_file {
float: left;
margin-left: 121px;
margin-top: -46px;
}
#infolog-edit_infolog-edit-links table#infolog-edit_link_to {
overflow-y: scroll;
}
/*Delegation ************************************/
#infolog-edit_infolog-edit-delegation .inputFullWidth input {
width: 96%;
}
/*Projektmanager*/
#infolog-edit_infolog-edit-project .et2_link_entry.no_app input.ui-autocomplete-input {
width: auto;

View File

@ -314,9 +314,42 @@ input#infolog-edit_info_subject {width: 98% !important;}
/*Beschreibung*/
/*Verknüpfung*/
/*Verknüpfung ************************************/
#infolog-edit_infolog-edit-links{
/*neue verknüpfung erstellen - div*/
div#addressbook-edit_link_to {
width: 100% !important;
}
// 1. with Addressbook
// 2. Icon
/*img.et2_button_icon defined in etemplate2.less*/
// Upload
div.et2_file {
float: left;
margin-left: 121px;
margin-top: -46px;
}
table#infolog-edit_link_to {overflow-y: scroll;}
}
/*Delegation ************************************/
#infolog-edit_infolog-edit-delegation {
.inputFullWidth input { width: 96%; }
}
/*Delegation*/
/*Projektmanager*/
#infolog-edit_infolog-edit-project{