RedMindGPT_UI_Dev / static /css /data_connectors.css
Aravind08's picture
make all the page responsive
d9533e8
#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 !important;
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 !important;
}
.navbar {
margin-left: 0px !important;
}
ul {
display: flex !important;
row-gap: 20px !important;
margin-top: 40px !important;
}
i {
margin-top: 0px !important;
margin-right: 10px !important;
}
textarea {
box-shadow: 0 1px 2px rgba(0, 0, 0, .1) !important;
width: 250px !important;
height: 170px !important;
background-color: white !important;
color: black !important;
padding: 10px !important;
line-height: 35px !important;
}
.btn1 {
padding: 6px;
border: 0.5px solid rgba(0, 0, 0, 0.413);
color: rgba(0, 0, 0, 0.507);
background-color: white !important;
}
.paginate_button {
color: rgba(0, 0, 0, 0.507);
padding: 5px;
margin-left: 5px;
}
@media screen and (max-width:800px) {
.form-label {
width: auto !important;
overflow: hidden !important;
}
#selectedTables {
margin-top: 350px !important;
margin-left: 185px;
width: 300px !important;
}
#schema-table-section {
margin-left: 70px !important;
height: auto !important
}
#saveBtn {
margin-top: 350px !important;
width: 300px !important;
margin-left: -50px;
}
.dropdown-menu {
width: 320px !important;
}
select {
width: 265px !important;
}
#labelselected {
display: block !important;
z-index: 20;
}
}
@media screen and (max-width:600px) {
.main-header {
width: 100%;
overflow: hidden;
z-index: 0;
}
.btn-container button {
max-width: 100% !important;
min-width: 320px;
margin-bottom: 10px;
overflow: hidden;
margin-left: 70px;
}
#connectBtn {
margin-left: 80px;
}
#btnbox {
width: 800px !important;
padding: 5px !important;
margin-top: -40px;
}
#tablename {
font-size: 25px !important;
margin-bottom: 3clear 0px !important;
}
.dataTables_length select {
width: 50px !important;
}
.dataTables_length {
margin-bottom: 10px !important;
font-size: 15px !important;
}
td {
font-size: 15px !important;
}
.dataTables_info {
padding-bottom: 20px !important;
}
.dataTables_paginate {
padding-bottom: 40px !important;
}
#database {
max-width: 350px !important;
min-width: 320px;
}
aside{
margin-left: 0px !important;
margin-top: 68px !important;
}
}