vari fix grafici x firefox + home page & co, in prod! 0.93...
This commit is contained in:
Vendored
+7
-7
@@ -4365,8 +4365,8 @@ a.list-group-item.active > .badge,
|
||||
margin-left: 3px;
|
||||
}
|
||||
.jumbotron {
|
||||
padding: 30px;
|
||||
margin-bottom: 30px;
|
||||
padding: 5px;
|
||||
margin-bottom: 10px;
|
||||
color: inherit;
|
||||
background-color: #eee;
|
||||
}
|
||||
@@ -4375,7 +4375,7 @@ a.list-group-item.active > .badge,
|
||||
color: inherit;
|
||||
}
|
||||
.jumbotron p {
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 21px;
|
||||
font-weight: 200;
|
||||
}
|
||||
@@ -4387,12 +4387,12 @@ a.list-group-item.active > .badge,
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.jumbotron {
|
||||
padding-top: 48px;
|
||||
padding-bottom: 48px;
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
.container .jumbotron {
|
||||
padding-right: 60px;
|
||||
padding-left: 60px;
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
.jumbotron h1,
|
||||
.jumbotron .h1 {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -11,7 +11,7 @@
|
||||
</section>
|
||||
--%>
|
||||
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
|
||||
<div class="row">
|
||||
<div class="row" style="margin-top: -10px;">
|
||||
<div class="col-xs-6">
|
||||
<div style="color: #ee8800;">
|
||||
<h1>CostiMate<sub>line</sub></h1>
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<add key="defDayFrom" value="-365" />
|
||||
<add key="intUpdatePagina_ms" value="60000" />
|
||||
<add key="intUpdatePagina_ms" value="180000" />
|
||||
<!--area import dati-->
|
||||
<add key="importDataFolder" value="\\10.74.82.217\e$\test" />
|
||||
<!--area reports-->
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row" style="min-height: 322px;">
|
||||
<div class="row" style="min-height: 282px;">
|
||||
<div class="panel panel-default">
|
||||
<%--<div class="panel-heading">--%>
|
||||
<div class="btn-group btn-group-justified">
|
||||
|
||||
@@ -55,12 +55,11 @@
|
||||
</script>
|
||||
<%--controlli "principali"--%>
|
||||
<div class="input-group input-group-sm">
|
||||
<span class="input-group-addon text-left" style="text-align:left;">
|
||||
<span class="input-group-addon text-left" style="text-align: left;">
|
||||
<asp:Label runat="server" ID="lblField"><%: traduci("Search") %></asp:Label>
|
||||
<asp:Button runat="server" ID="btnPost" OnClick="btnPost_Click" Visible="false" Text="+" />
|
||||
</span>
|
||||
<asp:TextBox runat="server" ID="txtSel" CssClass="searchinput form-control" OnTextChanged="txtSel_TextChanged" AutoPostBack="True" TextMode="SingleLine" AutoCompleteType="Search" />
|
||||
<asp:TextBox runat="server" ID="hiddenFieldID" AutoPostBack="true" OnTextChanged="hiddenFieldID_TextChanged" Visible="true" ViewStateMode="Enabled" Width="0em" Font-Size="6pt" BackColor="Transparent" BorderStyle="None" />
|
||||
<%--controlli "accessori"--%>
|
||||
<asp:TextBox runat="server" ID="txtMinCharAutoCom" Text="2" Visible="false" Width="1em" />
|
||||
<asp:TextBox runat="server" ID="txtServiceUrl" Text="Services/WS_data.asmx/Test" Visible="false" Width="1em" />
|
||||
@@ -68,6 +67,7 @@
|
||||
<asp:LinkButton runat="server" ID="lnkReset" Text="X" type="button" OnClick="lnkReset_Click" Font-Size="0.8em" />
|
||||
</span>
|
||||
</div>
|
||||
<asp:TextBox runat="server" ID="hiddenFieldID" AutoPostBack="true" OnTextChanged="hiddenFieldID_TextChanged" Visible="false" ViewStateMode="Enabled" Width="0px" Font-Size="6pt" BackColor="Transparent" BorderStyle="None" Height="0px" />
|
||||
|
||||
<style>
|
||||
.ui-autocomplete-category {
|
||||
|
||||
+9
-9
@@ -57,15 +57,6 @@ namespace C2P.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtSel;
|
||||
|
||||
/// <summary>
|
||||
/// hiddenFieldID control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox hiddenFieldID;
|
||||
|
||||
/// <summary>
|
||||
/// txtMinCharAutoCom control.
|
||||
/// </summary>
|
||||
@@ -92,5 +83,14 @@ namespace C2P.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lnkReset;
|
||||
|
||||
/// <summary>
|
||||
/// hiddenFieldID control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox hiddenFieldID;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_MaRepNewData.ascx" TagName="mod_MaRepNewData" TagPrefix="uc3" %>
|
||||
|
||||
<div class="row" style="min-height: 322px;">
|
||||
<div class="row" style="min-height: 282px;">
|
||||
<div class="panel panel-default">
|
||||
<div class="btn-group btn-group-justified">
|
||||
<div class="btn-group">
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row" style="min-height: 322px;">
|
||||
<div class="row" style="min-height: 282px;">
|
||||
<div class="panel panel-warning">
|
||||
<div class="btn-group btn-group-justified">
|
||||
<div class="btn-group">
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div class="row" style="font-size:0.8em;">
|
||||
<div class="row" style="font-size:0.75em;">
|
||||
<div class="col-sm-7" style="padding: 0px 5px 0px 15px;">
|
||||
<div class="input-group input-group-sm">
|
||||
<div class="input-group-btn">
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.8.92.194")]
|
||||
[assembly: AssemblyFileVersion("0.8.92.194")]
|
||||
[assembly: AssemblyVersion("0.8.93.194")]
|
||||
[assembly: AssemblyFileVersion("0.8.93.194")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.8.92.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.8.92.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("0.8.93.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.8.93.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user