continuo u8pdate x bdgt risorse fasi

This commit is contained in:
Samuele Locatelli
2013-07-26 11:45:56 +02:00
parent 3935d5c339
commit ea072a520f
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -401,6 +401,7 @@ q {
}
.editRowStyle {
border: 1px solid #5282de;
/*background-color: @editColorEnd;*/
background-image: -webkit-gradient(linear, left top, left bottom, from(#e2ebff), to(#94b4ea));
+2
View File
@@ -399,7 +399,9 @@ blockquote, q {
}
@editColorStart: #e2ebff;
@editColorEnd: #94b4ea;
@editColorBorder: #5282de;
.editRowStyle {
border: 1px solid @editColorBorder;
/*background-color: @editColorEnd;*/
background-image: -webkit-gradient(linear,left top,left bottom,from( @editColorStart ),to( @editColorEnd ));
background-image: -webkit-linear-gradient( @editColorStart,@editColorEnd );
File diff suppressed because one or more lines are too long
@@ -161,6 +161,8 @@
</div>
<asp:Panel runat="server" ID="pnlBdgtOre" Visible="false" CssClass="divSx">
NOME FASE...
<asp:GridView ID="grViewBdgt" runat="server" AutoGenerateColumns="False" DataKeyNames="idxFase,CodTipoRisorsa" DataSourceID="odsBgdt">
<EmptyDataTemplate>
Binary file not shown.
Binary file not shown.