ritocchi grafici minori (ombra, button rounded)

This commit is contained in:
Samuele Locatelli
2013-03-22 08:12:44 +01:00
parent 74864bc262
commit 435dcc4cd0
8 changed files with 18 additions and 14 deletions
+12 -14
View File
@@ -8,39 +8,37 @@
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<div class="divCenter">
<div style="text-align: center; margin-left: auto; margin-right: auto;">
<div style="text-align: center; margin-left: auto;">
<asp:Image runat="server" ID="logoETS" ImageUrl="~/images/LogoETS.png" ToolTip="ETS" />
</div>
<div style="text-align: center; margin: auto; width: 1104px;">
<div style="float: left; border: 1px solid #666666; width: 268px; background: #FDFDFD;">
<div style="text-align: center; margin: auto; width: 1104px; margin-bottom:20px;">
<div style="float: left; border: 1px solid #666666; width: 268px; background: #FDFDFD;" class="ui-corner-all shadowBox">
<h2>
<asp:Label runat="server" ID="lblMyTemp" />
</h2>
<asp:ImageButton runat="server" ID="btnClienti" ImageUrl="~/images/uploadFile.png"
ToolTip="Upload nuovi documenti e catalogazione" PostBackUrl="~/MyDocs.aspx" />
<asp:ImageButton runat="server" ID="btnClienti" ImageUrl="~/images/uploadFile.png" ToolTip="Upload nuovi documenti e catalogazione"
PostBackUrl="~/MyDocs.aspx" />
</div>
<div style="float: left; margin: auto; border: 1px solid #666666; width: 268px; background: #FDFDFD;
margin-left: 8px;">
<div style="float: left; margin: auto; border: 1px solid #666666; width: 268px; background: #FDFDFD; margin-left: 8px;" class="ui-corner-all shadowBox">
<h2>
<asp:Label runat="server" ID="lblArchivio" />
</h2>
<asp:ImageButton runat="server" ID="btnOfferte" ImageUrl="~/images/Archivio.png"
ToolTip="Gestione Archivio Documenti" PostBackUrl="~/GestioneDocumenti.aspx" />
<asp:ImageButton runat="server" ID="btnOfferte" ImageUrl="~/images/Archivio.png" ToolTip="Gestione Archivio Documenti" PostBackUrl="~/GestioneDocumenti.aspx" />
</div>
<div style="float: right; border: 1px solid #666666; width: 268px; background: #FDFDFD;">
<div style="float: right; border: 1px solid #666666; width: 268px; background: #FDFDFD;" class="ui-corner-all shadowBox">
<h2>
<asp:Label runat="server" ID="lblIstruzioni" />
</h2>
<%--<asp:ImageButton runat="server" ID="btnHelp" ImageUrl="~/images/Help.png" ToolTip="Istruzioni" PostBackUrl="~/HelpOnLine/index.html" />--%>
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/HelpOnLine/index.html" ToolTip="Istruzioni" ImageUrl="~/images/Help.png" />
</div>
<div style="float: right; border: 1px solid #666666; width: 268px; background: #FDFDFD;
margin-right: 8px;">
<div style="float: right; border: 1px solid #666666; width: 268px; background: #FDFDFD; margin-right: 8px;" class="ui-corner-all shadowBox">
<h2>
<asp:Label runat="server" ID="lblAdmin" />
</h2>
<asp:ImageButton runat="server" ID="btnAdmin" ImageUrl="~/images/AdminArea.png" ToolTip="Area Amministrativa"
PostBackUrl="~/Admin.aspx" />
<asp:ImageButton runat="server" ID="btnAdmin" ImageUrl="~/images/AdminArea.png" ToolTip="Area Amministrativa" PostBackUrl="~/Admin.aspx" />
</div>
</div>
<div class="clearDiv"></div>
<br />
</div>
Binary file not shown.
Binary file not shown.
+6
View File
@@ -28,6 +28,12 @@
padding-right: 2px;
}
/* @end */
.shadowBox
{
-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
/* zona size % div */
.half
Binary file not shown.
Binary file not shown.
Binary file not shown.