Änderungen
This commit is contained in:
@@ -186,7 +186,9 @@
|
|||||||
.modal-footer {
|
.modal-footer {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
}
|
}
|
||||||
|
#sidebar{
|
||||||
|
margin-left:100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 328.98px) {
|
@media (max-width: 328.98px) {
|
||||||
wrapper{
|
wrapper{
|
||||||
@@ -635,7 +637,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav></div>
|
</nav></div>
|
||||||
<!-- Container zur Ausrichtung des Contents-->
|
<!-- Container zur Ausrichtung des Contents-->
|
||||||
<div style="margin-left:5px;margin-right:5px;margin-top:0px">
|
<div style="margin-left:5px;margin-right:5px;margin-top:0px;">
|
||||||
<div style="height:95px;"></div>
|
<div style="height:95px;"></div>
|
||||||
<form id="leftLinks" runat="server" style="float:initial">
|
<form id="leftLinks" runat="server" style="float:initial">
|
||||||
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
<div class="col-12" id="container2" style="margin-left:2px;">
|
<div class="col-12" id="container2" style="margin-left:2px;">
|
||||||
<asp:Label ID="lbl_von" runat="server" Text="From:"></asp:Label>
|
<asp:Label ID="lbl_von" runat="server" Text="From:"></asp:Label>
|
||||||
<%Dim erster = New Date(Now().Year, Now().Month, 1) %>
|
<%Dim erster = New Date(Now().Year, Now().Month, 1) %>
|
||||||
<asp:TextBox id="pickdate1" Type="Date" CssClass="classTarget" minDate=<%Response.Write(erster) %> OnTextChanged="pickdate1_TextChanged" runat="server"></asp:TextBox>
|
<asp:TextBox id="pickdate1" Type="Date" CssClass="classTarget" minDate="<%Response.Write(erster) %>" OnTextChanged="pickdate1_TextChanged" runat="server"></asp:TextBox>
|
||||||
<asp:RequiredFieldValidator ControlToValidate="pickdate1" ID="valreqpickdate1" Display="Dynamic" runat="server" Enabled ="true" Visible ="true"></asp:RequiredFieldValidator>
|
<asp:RequiredFieldValidator ControlToValidate="pickdate1" ID="valreqpickdate1" Display="Dynamic" runat="server" Enabled ="true" Visible ="true"></asp:RequiredFieldValidator>
|
||||||
<asp:CustomValidator runat="server" ID="valDateRange_1" ValidateEmptyText="true" ControlToValidate="pickdate1" Display="Dynamic" onservervalidate="valDateRange_1_ServerValidate" ErrorMessage="" SetFocusOnError="true" ValidationGroup="DateValid" />
|
<asp:CustomValidator runat="server" ID="valDateRange_1" ValidateEmptyText="true" ControlToValidate="pickdate1" Display="Dynamic" onservervalidate="valDateRange_1_ServerValidate" ErrorMessage="" SetFocusOnError="true" ValidationGroup="DateValid" />
|
||||||
<!--<asp:RequiredFieldValidator ID="RequiredFieldValidatorvon" runat="server" ErrorMessage="Field required" ControlToValidate="pickdate1" Text="Required" ForeColor="White" Font-Strikeout="False" Font-Underline="False" Font-Overline="False" Font-Bold="True" BackColor="Red"></asp:RequiredFieldValidator>
|
<!--<asp:RequiredFieldValidator ID="RequiredFieldValidatorvon" runat="server" ErrorMessage="Field required" ControlToValidate="pickdate1" Text="Required" ForeColor="White" Font-Strikeout="False" Font-Underline="False" Font-Overline="False" Font-Bold="True" BackColor="Red"></asp:RequiredFieldValidator>
|
||||||
|
|||||||
@@ -100,14 +100,14 @@ a:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
min-width: 250px;
|
width: 235px;
|
||||||
max-width: 250px;
|
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
color:#043381;
|
color:#043381;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar.active {
|
#sidebar.active {
|
||||||
margin-left: -250px;
|
margin-left: -252px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .sidebar-header {
|
#sidebar .sidebar-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user