Spaces:
Sleeping
Sleeping
#add { | |
display: none; | |
} | |
html, | |
body { | |
display: flex; | |
flex-direction: column; | |
} | |
.main-content { | |
flex: 1; | |
display: inline-flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: flex-start; | |
padding: 30px; | |
} | |
/* .container { | |
margin-top: 50px; | |
margin-left: 320px; | |
max-width: 800px; | |
padding: 10px; | |
border: 1px solid #ccc; | |
border-radius: 5px; | |
background-color: #fff; | |
position: relative; | |
z-index: 1; | |
} */ | |
.form-group { | |
margin-bottom: 20px; | |
margin-left: 100px; | |
} | |
.form-group label { | |
font-weight: bold; | |
margin-top: -10px; | |
display: block; | |
} | |
.form-group input, | |
.form-group select, | |
.form-group textarea { | |
width: 100%; | |
/* margin-right: 10% !important; */ | |
padding: 2px; | |
border: 1px solid #ccc; | |
} | |
.btn-primary { | |
margin-right: 10px; | |
color: white; | |
font-size: 16px; | |
font-weight: bold; | |
} | |
/* .btn-container { | |
text-align: center; | |
margin-top: 20px; | |
margin-bottom: 10px; | |
} */ | |
.btn-primary { | |
margin-right: 10px; | |
color: white; | |
font-size: 16px; | |
font-weight: bold; | |
} | |
.btn-container { | |
text-align: center; | |
margin-top: 30px; | |
margin-left: 20px; | |
margin-right: 0px; | |
margin-bottom: 10px; | |
/* color: white; */ | |
} | |
.btn-container1 { | |
text-align: center; | |
margin-top: 50px; | |
margin-left: 30px; | |
margin-right: 30px; | |
margin-bottom: 10px; | |
color: white; | |
} | |
/* #selectedTables, | |
#labelselected { | |
display: none; | |
} */ | |
.btn-primary:focus, | |
.btn-primary:active { | |
color: white; | |
background-color: #007bff; | |
border-color: #007bff; | |
box-shadow: none; | |
} | |
#saveBtn1 { | |
margin: 0 auto; | |
} | |
/* footer { | |
position: relative; | |
margin-top: auto; | |
width: 100%; | |
color: black; | |
text-align: right; | |
padding-right: 245px; | |
padding-top: 20px; | |
background-color: #f8f9fa; | |
border: none !important; | |
} | |
*/ | |
.small-select { | |
margin-top: 5px; | |
width: 200px; | |
/* Adjust the width as needed */ | |
} | |
.custom-dropdown { | |
width: 300px; | |
} | |
/* Ensure the new row aligns with the previous row */ | |
#schema-table-section { | |
padding: 50px; | |
background-color: #fff; | |
border-radius: 8px; | |
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px ; | |
transition: box-shadow 0.3s ease; | |
width: 500px; | |
} | |
.wrapper { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
margin-left: -100px; | |
} | |
.alert { | |
position: relative; | |
padding: 15px; | |
margin-bottom: 20px; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
} | |
.alert-success { | |
color: #3c763d; | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
} | |
.alert-danger { | |
color: #a94442; | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
} | |
.close { | |
position: absolute; | |
bottom: 10px; | |
right: 10px; | |
border: none; | |
background: none; | |
font-size: 16px; | |
cursor: pointer; | |
} | |
#tableschema option { | |
margin: 10px 5px; | |
} | |
aside { | |
margin-top: 100px ; | |
} | |
.navbar { | |
margin-left: 0px ; | |
} | |
ul { | |
display: flex ; | |
row-gap: 20px ; | |
margin-top: 40px ; | |
} | |
i { | |
margin-top: 0px ; | |
margin-right: 10px ; | |
} | |
textarea { | |
box-shadow: 0 1px 2px rgba(0, 0, 0, .1) ; | |
width: 250px ; | |
height: 170px ; | |
background-color: white ; | |
color: black ; | |
padding: 10px ; | |
line-height: 35px ; | |
} | |
.btn1 { | |
padding: 6px; | |
border: 0.5px solid rgba(0, 0, 0, 0.413); | |
color: rgba(0, 0, 0, 0.507); | |
background-color: white ; | |
} | |
.paginate_button { | |
color: rgba(0, 0, 0, 0.507); | |
padding: 5px; | |
margin-left: 5px; | |
} | |
@media screen and (max-width:800px) { | |
.form-label { | |
width: auto ; | |
overflow: hidden ; | |
} | |
#selectedTables { | |
margin-top: 350px ; | |
margin-left: 185px; | |
width: 300px ; | |
} | |
#schema-table-section { | |
margin-left: 70px ; | |
height: auto | |
} | |
#saveBtn { | |
margin-top: 350px ; | |
width: 300px ; | |
margin-left: -50px; | |
} | |
.dropdown-menu { | |
width: 320px ; | |
} | |
select { | |
width: 265px ; | |
} | |
#labelselected { | |
display: block ; | |
z-index: 20; | |
} | |
} | |
@media screen and (max-width:600px) { | |
.main-header { | |
width: 100%; | |
overflow: hidden; | |
z-index: 0; | |
} | |
.btn-container button { | |
max-width: 100% ; | |
min-width: 320px; | |
margin-bottom: 10px; | |
overflow: hidden; | |
margin-left: 70px; | |
} | |
#connectBtn { | |
margin-left: 80px; | |
} | |
#btnbox { | |
width: 800px ; | |
padding: 5px ; | |
margin-top: -40px; | |
} | |
#tablename { | |
font-size: 25px ; | |
margin-bottom: 3clear 0px ; | |
} | |
.dataTables_length select { | |
width: 50px ; | |
} | |
.dataTables_length { | |
margin-bottom: 10px ; | |
font-size: 15px ; | |
} | |
td { | |
font-size: 15px ; | |
} | |
.dataTables_info { | |
padding-bottom: 20px ; | |
} | |
.dataTables_paginate { | |
padding-bottom: 40px ; | |
} | |
#database { | |
max-width: 350px ; | |
min-width: 320px; | |
} | |
aside{ | |
margin-left: 0px ; | |
margin-top: 68px ; | |
} | |
} |