Skip to content
Snippets Groups Projects

Added autofill from database into text boxes, but now data is taken from wrong...

Closed Sahel Cedighi Chafjiri requested to merge dev into FR18
2 files
+ 73
119
Compare changes
  • Side-by-side
  • Inline
Files
2
.container {
display: flex;
justify-content: center; /* Horizontally center */
}
.maincontainer p {
flex: 1;
width: 80%;
height: 20%;
margin-right: 5%;
margin-left: 5%;
padding-top: 2%;
font-size: 18px;
font-family: 'Roboto', sans-serif;
.maincontent-header{
background-color: #f0f0f0; /* Light gray background color */
border: 1px solid #ccc; /* Light border color */
border-radius: 8px; /* Rounded corners */
}
.top-buttons{
padding-bottom: 40px;
display: flex;
justify-content: left;
padding-top: 20px;
padding-left: 150px;
}
.bottom-buttons{
display: flex;
justify-content: left;
padding-left: 150px;
}
.button-kunskapsbanken{
border-radius: 8px;
border-style: none;
box-sizing: border-box;
cursor: pointer;
/* flex-shrink: 0;*/
font-size: x-large !important;
font-family: 'Roboto',sans-serif;
font-size: 25px;
font-weight: bold;
height: 13rem;
width: 22rem;
/*padding: 0 1.6rem;*/
text-align: center;
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
transition: all .5s;
border-radius: 8px;
border-style: none;
height: 13rem;
width: 22rem;
transition: ease .5s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
margin-right: 30px;
}
.button-kunskapsbanken:hover{
height: 15rem;
width: 25rem;
.button-kunskapsbanken:hover{
transform: scale(1.3);
}
#buttons-kunskapsbanken-button1{
background-image: linear-gradient(#c29ffa, #dfcdfa);
color:white;
}
#buttons-kunskapsbanken-button1:hover{
background-color:#d6a5db;
}
}
#buttons-kunskapsbanken-button2{
background-image: linear-gradient(#6610f2, #9e64fa);
color: white;
}
#buttons-kunskapsbanken-button2:hover{
background-color:#aa5ac0;
}
#buttons-kunskapsbanken-button3{
background-image: linear-gradient(#3d0a91, #653ea4);
color:white;
}
#buttons-kunskapsbanken-button3:hover{
background-color:#6456c1;
;
}
}
#buttons-kunskapsbanken-button4{
background-image: linear-gradient(#290661, #4b2686);
color:white;
}
#buttons-kunskapsbanken-button4:hover{
background-color:#5013ca;
}
Loading