Änderungen
This commit is contained in:
@@ -186,7 +186,9 @@
|
||||
.modal-footer {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
#sidebar{
|
||||
margin-left:100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 328.98px) {
|
||||
wrapper{
|
||||
@@ -635,7 +637,7 @@
|
||||
</div>
|
||||
</nav></div>
|
||||
<!-- 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>
|
||||
<form id="leftLinks" runat="server" style="float:initial">
|
||||
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
<div class="col-12" id="container2" style="margin-left:2px;">
|
||||
<asp:Label ID="lbl_von" runat="server" Text="From:"></asp:Label>
|
||||
<%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: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>
|
||||
|
||||
@@ -100,14 +100,14 @@ a:focus {
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
width: 235px;
|
||||
|
||||
background-color:#fff;
|
||||
color:#043381;
|
||||
}
|
||||
|
||||
#sidebar.active {
|
||||
margin-left: -250px;
|
||||
margin-left: -252px;
|
||||
}
|
||||
|
||||
#sidebar .sidebar-header {
|
||||
|
||||
Reference in New Issue
Block a user