Änderungen Css Abstände wurden angepasst an korrekte Größe

This commit is contained in:
ja
2021-08-27 13:12:11 +02:00
parent 443bb066c7
commit 5fcaf2e580
11 changed files with 122 additions and 134 deletions

View File

@@ -9,18 +9,11 @@
/* background-color:#043381;*/
}
.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
.align-self-xl-start {
width: 102%;
}
#normaltable {
width: 1500px;
@@ -33,14 +26,11 @@
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
margin-left: 0px;
width: 315px;
overflow-x: auto;
}
h1 {
font-size: 12px;
}
#tableSearch {
width: 315px;
}
@@ -48,15 +38,5 @@
#containerseiterand {
width: 352px;
}
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
}
}

View File

@@ -1,13 +1,4 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}

.btn btn-primary {
color: #043381;
@@ -50,23 +41,12 @@
margin-right: 5px;
width: 350px;
}
#tableSearch {
width: 315px;
}
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#tableSearch {
width: 1500px;
@@ -84,5 +64,6 @@
#normaltable {
width: 100%;
}
}

View File

@@ -1,7 +1,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -146,6 +146,16 @@ ContentPlaceHolder1 {
}
@media (min-width: 575px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: src(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#offcanvasWithBothOptions {
min-width: 17.692852087756545vw;
max-width: 17.692852087756545vw;

View File

@@ -1,4 +1,14 @@
#containerseiterand {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#containerseiterand {
text-align: center;
}
.btn btn-primary {

View File

@@ -49,6 +49,10 @@ a:focus {
box-shadow: 0.063em 0.063em 0.188em rgba(0,0,0,0.1);
}
.nav-item dropdown::after {
visibility: hidden;
color: #fff;
}
.nav-item dropdown::marker {
background-color: #fff;
font-size: 0;
@@ -85,25 +89,24 @@ a:focus {
#sidebarCollapse {
background-color: #043381;
color: #fff;
margin-right: -43px;
margin-right: -2.5rem;
}
#sidebarCollapse:hover {
background-color: #043381;
color: #fff;
border-radius: 5px;
border-radius: 0.313em;
margin-right: 5px;
margin-right: 0.313rem;
}
#sidebarCollapse:hover {
background-color: #043381;
color: #fff;
border-radius: 5px;
border-radius: 0.313em;
margin-right: 5px;
margin-right: 0.313rem;
}
/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
display: flow;
align-items:center;
display: flex;
align-items: stretch;
}
#sidebar {
@@ -113,57 +116,57 @@ a:focus {
color:#043381;
}
#sidebar.active {
margin-left: -250px;
}
#sidebar.active {
margin-left: -250px;
}
#sidebar .sidebar-header {
background: #fff;
}
#sidebar .sidebar-header {
background: #fff;
}
#sidebar ul.components {
padding: 20px 0;
padding: 1.25em 0;
border-bottom: 1px solid #043381;
border-bottom: 1.25em solid #043381;
}
#sidebar ul.components {
padding: 20px 0;
padding: 1.25em 0;
border-bottom: 1px solid #043381;
border-bottom: 1.25em solid #043381;
}
#sidebar ul p {
color: #043381;
padding: 14px;
padding: 0.875em;
}
#sidebar ul p {
color: #043381;
padding: 14px;
padding: 0.875em;
}
#sidebar ul li a {
padding: 10px;
padding: 0.625em;
font-size: 16px;
font-size: 1em;
display: block;
}
#sidebar ul li a {
padding: 10px;
padding: 0.625em;
font-size: 16px;
font-size: 1em;
display: block;
}
#sidebar ul li a:hover {
color: #fff;
background-color: #043381;
}
#sidebar ul li a:hover {
color: #fff;
background-color: #043381;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
color: #fafafa;
background-color: #043381;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
color: #fafafa;
background-color: #043381;
}
a[data-toggle="collapse"] {
position: relative;
}
a[data-toggle="collapse"] {
position: relative;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
ul ul a {
font-size: 0.875em !important;
@@ -207,10 +210,7 @@ a:focus {
padding: 1.25em;
min-height: 100vh;
transition: all 0.5s;
margin-left:auto;
margin-right:auto;
width:1700px;
background-color:#fff;
}
#container-xxl {
background-color: #fff;
@@ -280,8 +280,8 @@ a:focus {
}
#navbarbrandhauptpage {
transform: translateX(-50%);
left: 10%;
/*transform: translateX(-50%);*/
left: 15%;
top: 20%;
position: absolute;
text-align: center;
@@ -366,13 +366,13 @@ a:focus {
.btn-primary {
color: #fff;
background-color: #fff;
background-color: #043381;
border-color: #043381;
}
.btn-primary:hover {
color: #fff;
background-color: #043381;
color:#043381;
background-color: #fff;
border-color: #0a58ca;
}
@@ -941,7 +941,7 @@ a:focus {
}
.dropdown, .dropend, .dropstart, .dropup {
position: relativetable table-hover
position: relative
}
.dropdown-toggle {
@@ -956,7 +956,8 @@ a:focus {
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
border-left: .3em solid transparent;
visibility:hidden;
}
.dropdown-toggle:empty::after {