FSN#38684 icoontjes weer teruggezet (behalve bijlage icoontje) en correct gepositioneerd
svn path=/Website/trunk/; revision=32104
This commit is contained in:
@@ -445,7 +445,7 @@ label.uploadbutton {
|
|||||||
padding: 1px 10px;
|
padding: 1px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.suggestklikker, i.dateklikker {
|
div.suggestklikker, i.dateklikker, i.timeklikker {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width:0px;
|
width:0px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@@ -453,3 +453,7 @@ div.suggestklikker, i.dateklikker {
|
|||||||
left: -20px;
|
left: -20px;
|
||||||
padding: 0.34em 0;
|
padding: 0.34em 0;
|
||||||
}
|
}
|
||||||
|
.ui-input-text input,
|
||||||
|
.ui-input-search input {
|
||||||
|
display: inline-block!important;
|
||||||
|
}
|
||||||
@@ -19,7 +19,7 @@ $(document).bind("mobileinit", function(){
|
|||||||
});
|
});
|
||||||
$(document).bind("pageinit", function(){
|
$(document).bind("pageinit", function(){
|
||||||
$("i.dateklikker,i.timeklikker").each(function() {
|
$("i.dateklikker,i.timeklikker").each(function() {
|
||||||
// $(this).appendTo($(this).prev());
|
$(this).appendTo($(this).prev());
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -80,6 +80,3 @@ i.suggestbusy {
|
|||||||
input.suggestReadOnly + i.suggestklikker {
|
input.suggestReadOnly + i.suggestklikker {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
.fldkp.hasIcon, .fldpers.hasIcon {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
@@ -167,8 +167,8 @@ function _FCLTcalendar (fieldID, params)
|
|||||||
|
|
||||||
%>
|
%>
|
||||||
<input class="flddate<%=!params.readonly&¶ms.required?" required":""%><%=params.addClass? " " + params.addClass : ""%>" type="<%=params.hidden?"hidden":"text"%>" <%=readotag%> <%=hiddentag%> id="show_<%=fieldID%>" value="<%=iniDate%>" nofollow="<%=params.nofollow? 1 : 0%>">
|
<input class="flddate<%=!params.readonly&¶ms.required?" required":""%><%=params.addClass? " " + params.addClass : ""%>" type="<%=params.hidden?"hidden":"text"%>" <%=readotag%> <%=hiddentag%> id="show_<%=fieldID%>" value="<%=iniDate%>" nofollow="<%=params.nofollow? 1 : 0%>">
|
||||||
<% if (!params.hidden && !params.readonly && !params.mobile) { %>
|
<% if (!params.hidden && !params.readonly) { %>
|
||||||
<i class='fa fa-calendar fa-fw dateklikker' onclick='$("#show_<%=fieldID%>").datepicker("show")'></i>
|
<i class='fa fa-calendar fa-fw dateklikker' onclick='$("#show_<%=fieldID%>").click().focus()'></i>
|
||||||
<% } %>
|
<% } %>
|
||||||
<%
|
<%
|
||||||
if (params.timeField)
|
if (params.timeField)
|
||||||
@@ -176,7 +176,7 @@ function _FCLTcalendar (fieldID, params)
|
|||||||
<input type="text" step='<%=60*(params.timeStep||15)%>'
|
<input type="text" step='<%=60*(params.timeStep||15)%>'
|
||||||
class="fldtime<%=!params.readonly&¶ms.required?" required":"" + " " + (params.timeClass||"")%><%=params.addClass? " " + params.addClass : ""%>"
|
class="fldtime<%=!params.readonly&¶ms.required?" required":"" + " " + (params.timeClass||"")%><%=params.addClass? " " + params.addClass : ""%>"
|
||||||
id="time_from_<%=fieldID%>" <%=readotag%> size="5" value="<%=iniTime%>">
|
id="time_from_<%=fieldID%>" <%=readotag%> size="5" value="<%=iniTime%>">
|
||||||
<% if (!params.readonly && !params.mobile) { %>
|
<% if (!params.readonly) { %>
|
||||||
<i class='fa fa-clock-o fa-fw timeklikker <%=(params.timeClass||"")%>' onclick='$("#time_from_<%=fieldID%>")[0].click(); FcltMgr.stopPropagation(event);'></i>
|
<i class='fa fa-clock-o fa-fw timeklikker <%=(params.timeClass||"")%>' onclick='$("#time_from_<%=fieldID%>")[0].click(); FcltMgr.stopPropagation(event);'></i>
|
||||||
<% }
|
<% }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user