added syling for desktop
This commit is contained in:
@@ -24,7 +24,7 @@ body{
|
||||
top: 40%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 400px;
|
||||
width: 300px;
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
|
||||
@@ -35,6 +35,7 @@ body{
|
||||
border-bottom: 1px solid silver;
|
||||
font-weight: 400;
|
||||
color: #002e5b;
|
||||
font-size: 25px;
|
||||
}
|
||||
.center form{
|
||||
padding: 0 40px;
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
@import url(./trashcan.css);
|
||||
|
||||
html {
|
||||
background: url("../pictures/Gerätehaus.jpg") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
nav a{
|
||||
float: right;
|
||||
text-decoration: none;
|
||||
color: #FFFFFF;
|
||||
font-size: 18px;
|
||||
padding: 25px 35px;
|
||||
padding: 15px 25px;
|
||||
display: inline-block;
|
||||
transition: all 0.5s ease 0s;
|
||||
}
|
||||
@@ -15,42 +26,44 @@ nav a{
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
padding: 20px;
|
||||
margin-left: 17%;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
header {
|
||||
overflow: hidden;
|
||||
background-color: #090CA9;
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
margin-right: 17%;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0px auto;
|
||||
font-size: 26px;
|
||||
padding: 40px 0px;
|
||||
padding: 20px 0px;
|
||||
color: #002e5b;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 span{
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
div.table-div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
div.table-div table{
|
||||
@@ -65,13 +78,15 @@ div.table-div th,td {
|
||||
border: 1px solid;
|
||||
padding-left: 2.5vw;
|
||||
padding-right: 2.5vw;
|
||||
padding-bottom: 0.5vw;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
div.headline {
|
||||
display: block;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-bottom: 1px solid silver;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.headline h2{
|
||||
@@ -82,10 +97,115 @@ div.headline h2{
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
tr.highlight {
|
||||
background: #eef;
|
||||
.center{
|
||||
max-width: 900px;
|
||||
min-width: 300px;
|
||||
margin: auto;
|
||||
margin-top: 0px;
|
||||
background-color: white;
|
||||
padding-top: 0px;
|
||||
height: 100%;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
tr.clicked {
|
||||
background: #ccd;
|
||||
.input{
|
||||
padding-right: 0px;
|
||||
justify-content: right;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.btn-div{
|
||||
padding-top: 5px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.btn-div input{
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
width: 26px;
|
||||
border-width: 1px;
|
||||
height: 26px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
||||
.btn-div input:hover:enabled {
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
.btn-div form{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#icon-add {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
pointer-events: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#icon-delete{
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 7px;
|
||||
pointer-events: none;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#icon-delete.disabled,
|
||||
#icon-edit.disabled {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#icon-edit {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 8px;
|
||||
pointer-events: none;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.input-table{
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.select-div {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 1px;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.select-div select{
|
||||
border-radius: 0;
|
||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
|
||||
border: 1px solid silver;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.home-menu-table {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.home {
|
||||
display: block;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-bottom: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.home h2 {
|
||||
text-align: center;
|
||||
color: #002e5b;
|
||||
margin: 0px auto;
|
||||
padding: 10px 0px;
|
||||
font-weight: 400;
|
||||
}
|
||||
1
app/public/css/trashcan.css
Normal file
1
app/public/css/trashcan.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user