[eGroupWare-svn] r55781 - in /trunk: calendar/templates/default/edit.xet egroupware/api/templates/default/etemplate2.css
[email protected] Wed, 20 Apr 2016 14:03:30 -0000
Newsgroups
gmane.comp.web.egroupware.cvs
Message-ID
<[email protected] >
Author: hnategh
Date: Wed Apr 20 16:03:29 2016
New Revision: 55781
URL: http://svn.stylite.de/viewvc/egroupware?rev=55781&view=rev
Log:
Fix taglist widget:
- Fix jumping input
- Fix suggestion popup needs always two clicks
- Fix styling for select input
- Fix calendar category and participant according to taglists changes
Modified:
trunk/calendar/templates/default/edit.xet
trunk/egroupware/api/templates/default/etemplate2.css
Modified: trunk/calendar/templates/default/edit.xet
URL: http://svn.stylite.de/viewvc/egroupware/trunk/calendar/templates/default/edit.xet?rev=55781&r1=55780&r2=55781&view=diff
==============================================================================
--- trunk/calendar/templates/default/edit.xet (original)
+++ trunk/calendar/templates/default/edit.xet Wed Apr 20 16:03:29 2016
@@ -46,17 +46,19 @@
<grid width="99%" id="participants">
<columns>
<column width="85"/>
- <column/>
- <column/>
+ <column width="350"/>
+ <column width="88"/>
<column width="70"/>
- <column/>
+ <column width="100"/>
<column/>
</columns>
<rows>
<row class="th"></row>
<row disabled="@no_add" height="35" class="et2_toolbar">
<button align="center" id="add" image="add" novalidate="1" background_image="1" readonly="true" ro_image="add"/>
- <calendar-owner id="participant" allowFreeEntries="true" span="2" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
+ <hbox span="2">
+ <calendar-owner id="participant" allowFreeEntries="true" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
+ </hbox>
<textbox type="integer" align="center" id="quantity" min="1" size="3"/>
<menulist>
<menupopup class="selectRole" id="role"/>
Modified: trunk/egroupware/api/templates/default/etemplate2.css
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/templates/default/etemplate2.css?rev=55781&r1=55780&r2=55781&view=diff
==============================================================================
--- trunk/egroupware/api/templates/default/etemplate2.css (original)
+++ trunk/egroupware/api/templates/default/etemplate2.css Wed Apr 20 16:03:29 2016
@@ -1018,9 +1018,9 @@
}
.et2_taglist div.ms-ctn input {
padding: 3px 5px;
-}
-.et2_taglist div.ms-ctn input:focus {
- min-width: 10em;
+ min-width:20px;
+ max-width: 93% !important;
+ box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.et2_taglist .ms-res-ctn .ms-res-item {
@@ -1120,7 +1120,7 @@
.et2_taglist_single div.ms-sel-ctn .ms-close-btn {
position: relative;
top: 0px;
- right: 10px;
+ right: 20px;
float: none;
display: inline-block;
}
@@ -1140,7 +1140,6 @@
text-align: right;
position: absolute;
z-index: 10;
- top: 1px;
bottom: 0px;
right: 0;
padding-top: 1em;
@@ -1153,6 +1152,7 @@
}
.et2_taglist_small:not(.et2_taglist_single) {
border-bottom: 1px solid silver;
+ border-right: 1px solid silver;
}
div .et2_taglist_small.et2_taglist_single div.ms-sel-ctn div.ms-sel-item {
max-width: calc(100% - 43px);
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z