sistemazione view x selezione commesse da PROJ-ETS
sistemazione grafica (minore) degli autocomplete
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETS-WS", "ETS-WS\ETS-WS.csproj", "{ACE9E793-6523-4B9A-82C6-282D61D358C9}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETS-DIP", "ETS-WS\ETS-DIP.csproj", "{ACE9E793-6523-4B9A-82C6-282D61D358C9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETS_Data", "..\ETS_Data\ETS_Data.csproj", "{0A14058F-ED18-4F82-91C9-93945C2C409A}"
|
||||
EndProject
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,31 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<NameOfLastUsedPublishProfile>218</NameOfLastUsedPublishProfile>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<StartPageUrl>Default.aspx</StartPageUrl>
|
||||
<StartAction>SpecificPage</StartAction>
|
||||
<AspNetDebugging>True</AspNetDebugging>
|
||||
<SilverlightDebugging>False</SilverlightDebugging>
|
||||
<NativeDebugging>False</NativeDebugging>
|
||||
<SQLDebugging>False</SQLDebugging>
|
||||
<ExternalProgram>
|
||||
</ExternalProgram>
|
||||
<StartExternalURL>
|
||||
</StartExternalURL>
|
||||
<StartCmdLineArguments>
|
||||
</StartCmdLineArguments>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<EnableENC>False</EnableENC>
|
||||
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<NameOfLastUsedPublishProfile>218</NameOfLastUsedPublishProfile>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<StartPageUrl>Default.aspx</StartPageUrl>
|
||||
<StartAction>SpecificPage</StartAction>
|
||||
<AspNetDebugging>True</AspNetDebugging>
|
||||
<SilverlightDebugging>False</SilverlightDebugging>
|
||||
<NativeDebugging>False</NativeDebugging>
|
||||
<SQLDebugging>False</SQLDebugging>
|
||||
<ExternalProgram>
|
||||
</ExternalProgram>
|
||||
<StartExternalURL>
|
||||
</StartExternalURL>
|
||||
<StartCmdLineArguments>
|
||||
</StartCmdLineArguments>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<EnableENC>False</EnableENC>
|
||||
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
||||
@@ -1 +1 @@
|
||||
<%@ WebService Language="C#" CodeBehind="AutoCompletamento.asmx.cs" Class="ETS_WS.WS.AutoCompletamento" %>
|
||||
<%@ WebService Language="C#" CodeBehind="AutoCompletamento.asmx.cs" Class="ETS_DIP.WS.AutoCompletamento" %>
|
||||
|
||||
@@ -8,8 +8,6 @@ using ETS_Data;
|
||||
|
||||
namespace ETS_DIP.WS
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// servizi per AutoCompletamento oggetti
|
||||
/// </summary>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -289,35 +289,33 @@
|
||||
}
|
||||
.autocomplete
|
||||
{
|
||||
width: 400px;
|
||||
width: 100%;
|
||||
color: Gray;
|
||||
background-color: White;
|
||||
font-size: 8pt;
|
||||
padding: 4px 1px 4px 1px;
|
||||
padding: 4px 0px;
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
.autocompleteHiglight
|
||||
{
|
||||
width: 400px;
|
||||
width: 100%;
|
||||
color: Black;
|
||||
background-color: Yellow;
|
||||
font-size: 8pt;
|
||||
padding: 4px 1px 4px 1px;
|
||||
background-color: #d3dff4;
|
||||
padding: 4px 0px;
|
||||
border-bottom: 1px solid #888;
|
||||
}
|
||||
.autocompleteElemID
|
||||
{
|
||||
width: 400px;
|
||||
width: 100%;
|
||||
background-color: Red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.autocompleteListCssClass
|
||||
{
|
||||
width: 400px;
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
font-size: 7pt;
|
||||
background-color: White;
|
||||
padding: 2px 2px 2px 2px;
|
||||
border: 1px solid #333;
|
||||
padding: 2px;
|
||||
border: 2px solid #3260bc;
|
||||
/*
|
||||
z-index: 1;
|
||||
overflow: Auto;
|
||||
|
||||
Reference in New Issue
Block a user