Änderungen Design GUI
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
<div class="col-8" style="margin-left:8px">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<label><input id="rbt_Alle_M" type="radio" name="art2" onclick="Javascript:auswahl(this.id);" value="Alle" data-bs-toggle="tooltip" data-bs-placement="top" title="Wenn dieser Filter angewählt ist, bitte das Datum eingrenzen." class="CSS_input" runat="server"/>Alle</label>
|
||||
<label style="margin-right:144px;"><input id="rbt_Erf_M" onclick="Javascript:auswahl(this.id);" value="Erfasst" type="radio" name="art2" style="margin-right:4px" runat="server"/>Erfasst</label>
|
||||
<label style="margin-right:124px;"><input id="rbt_Erf_M" onclick="Javascript:auswahl(this.id);" value="Erfasst" type="radio" name="art2" style="margin-right:4px" runat="server"/>Erfasst</label>
|
||||
<label><input id="rbt_Vorb_M" type="radio" name="art2" onclick="Javascript:auswahl(this.id);" value="Vorbereitet" style="margin-right:4px" runat="server"/>Vorbereitet</label>
|
||||
<label><input id="rbt_Vorg_M" type="radio" name="art2" onclick="Javascript:auswahl(this.id);" value="Vorgeschrieben" style="margin-right:4px" runat="server"/>Vorgeschrieben</label>
|
||||
<label style="margin-right:22px"><input id="rbt_Ankunft_M" onclick="Javascript:auswahl(this.id);" type="radio" name="art2" value="Ankunft" style="margin-right:4px" runat="server"/>Ankunft</label>
|
||||
@@ -265,7 +265,7 @@
|
||||
</div>
|
||||
</div> </div>
|
||||
<div id="Abstand_laenger" style="height: /*24px*/ 1.873536299765808vh;"></div>
|
||||
<asp:Button ID="btn_Auftraege" class="btn-primary" runat="server" Text="Erhalte Aufträge" OnClick="btn_Auftraege_Click" style="background-color:#fff;color:#043381;height:30px;width:18%;font-size:1.33em;" OnClientClick="return verify()"/>
|
||||
<asp:Button ID="btn_Auftraege" class="btn-primary" runat="server" Text="Erhalte Aufträge" OnClick="btn_Auftraege_Click" style="background-color:#fff;color:#043381;height:30px;width:221px;font-size:1.33em;" OnClientClick="return verify()"/>
|
||||
<div id="Abstand_lang" style="height: /*32px*/ 2.498048399687744vh;"></div>
|
||||
<div class="g-3">
|
||||
<div id="conovertab" style="overflow-x:auto;"margin-left="-2px">
|
||||
|
||||
@@ -237,10 +237,10 @@ hr{
|
||||
max-width: /*390px;*/ 85.90308370044053vw;
|
||||
overflow-x: auto;
|
||||
}
|
||||
#btn_Auftraege{
|
||||
height:15px;
|
||||
width:120%;
|
||||
}
|
||||
#btn_Auftraege {
|
||||
height: 15px;
|
||||
width: 221px;
|
||||
}
|
||||
#pickdate1{
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
@@ -337,4 +337,8 @@ hr{
|
||||
border: 1px solid red;
|
||||
background-color: lightcoral;
|
||||
}
|
||||
#btn_Auftraege {
|
||||
height: 15px;
|
||||
width: 218px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,6 +142,7 @@
|
||||
padding-left: 28px;
|
||||
padding-right: 50px;
|
||||
width: 245px;
|
||||
height:32px;
|
||||
border: 1px gray solid;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-left: -4px;
|
||||
@@ -223,7 +224,7 @@
|
||||
padding-left: 28px;
|
||||
padding-right: 50px;
|
||||
width: 245px;
|
||||
height:20px;
|
||||
height:30px;
|
||||
border: 1px gray solid;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-left: -4px;
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
padding-left: 28px;
|
||||
padding-right: 50px;
|
||||
width: 245px;
|
||||
height:20px;
|
||||
height:32px;
|
||||
border: 1px gray solid;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-left: -4px;
|
||||
@@ -249,7 +249,7 @@
|
||||
padding-left: 28px;
|
||||
padding-right: 50px;
|
||||
width: 245px;
|
||||
height:20px;
|
||||
height:32px;
|
||||
border: 1px gray solid;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-left: -4px;
|
||||
@@ -265,7 +265,7 @@
|
||||
padding-left: 28px;
|
||||
padding-right: 50px;
|
||||
width: 245px;
|
||||
height:20px;
|
||||
height:32px;
|
||||
border: 1px gray solid;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-left: -4px;
|
||||
@@ -281,7 +281,7 @@
|
||||
padding-left: 28px;
|
||||
padding-right: 50px;
|
||||
width: 245px;
|
||||
height:20px;
|
||||
height:32px;
|
||||
border: 1px gray solid;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin-left: -4px;
|
||||
|
||||
Reference in New Issue
Block a user