continuo u8pdate x bdgt risorse fasi
This commit is contained in:
@@ -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));
|
||||
|
||||
@@ -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 );
|
||||
|
||||
+1
-1
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.
Reference in New Issue
Block a user