Änderungen Design
This commit is contained in:
@@ -34,27 +34,27 @@
|
||||
width: 53%;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
#conovertab{
|
||||
margin-left:-38px;width:416px;
|
||||
|
||||
#conovertab {
|
||||
margin-left: -38px;
|
||||
width: 416px;
|
||||
}
|
||||
g-3{
|
||||
width:100%;
|
||||
g-3 {
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 349.98px) {
|
||||
}
|
||||
@media (max-width: 349.98px) {
|
||||
body {
|
||||
width: 349.98px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
#tableSearch {
|
||||
width: 53%;
|
||||
border: 1px solid grey;
|
||||
@@ -95,7 +95,7 @@
|
||||
<asp:UpdatePanel ID="panelupdate1" runat="server"><ContentTemplate>
|
||||
<!-- Webiste-Content-->
|
||||
<div id="containerseiterand" style="margin-left:auto;margin-right:auto">
|
||||
<div class="container-fluid">
|
||||
<div id="contmn">
|
||||
<div id="cont1">
|
||||
<h1>Aufträge</h1>
|
||||
<div id="line" style="width: 92%;"></div>
|
||||
@@ -139,7 +139,7 @@
|
||||
</div>
|
||||
<div class="d-none d-md-block">
|
||||
<%Dim ismobile As Boolean = False %>
|
||||
<div style=" width:780px; margin-left:8px">
|
||||
<div style=" width:780px; margin-left:-8px">
|
||||
<fieldset>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<label style="margin-right:4px;"><input id="rbt_Alle" onclick="Javascript:auswahl(this.id);" type="radio" name="art" value="Alle" checked="true" data-bs-toggle="tooltip" style="margin-right:4px" data-bs-placement="top" title="Wenn dieser Filter angewählt ist, bitte das Datum eingrenzen." runat="server"/>Alle</label>
|
||||
@@ -280,7 +280,7 @@
|
||||
<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;">
|
||||
<div id="conovertab" style="overflow-x:auto;margin-left:-7px">
|
||||
<asp:Table class="table table-responsive table-striped table-borderless" id="normaltable" runat="server" BorderWidth="2px">
|
||||
<asp:TableHeaderRow id="tbl_Header_row" runat="server" style="background-color:#043381;color:#fff">
|
||||
<asp:TableHeaderCell ID="tbl_HeaderCellIndexNr" runat="server" AbbreviatedText="Index">Index-Nr</asp:TableHeaderCell>
|
||||
|
||||
Reference in New Issue
Block a user