Aravind08 commited on
Commit
d9533e8
·
1 Parent(s): 04b105c

make all the page responsive

Browse files
redmindgen.log CHANGED
@@ -6352,3 +6352,5 @@ ConnectionResetError: [WinError 10054] An existing connection was forcibly close
6352
  2024-11-27 13:22:11,570 - INFO - Query parameters: ('2', 'global')
6353
  2024-11-27 13:22:11,738 - INFO - Query result: (2, 'Postgres', '193.203.162.39', '5432', 'warehouseAi', 'postgres', 'postpass', 'administrable_role_authorizations, party_address_detail, customer_master, wms_warehouse_master, efs_group_company_master, information_schema_catalog_name, applicable_roles, efs_region_master, efs_company_master, check_constraint_routine_usage, character_s')
6354
  2024-11-27 13:22:11,738 - INFO - Data found for company_id: 2
 
 
 
6352
  2024-11-27 13:22:11,570 - INFO - Query parameters: ('2', 'global')
6353
  2024-11-27 13:22:11,738 - INFO - Query result: (2, 'Postgres', '193.203.162.39', '5432', 'warehouseAi', 'postgres', 'postpass', 'administrable_role_authorizations, party_address_detail, customer_master, wms_warehouse_master, efs_group_company_master, information_schema_catalog_name, applicable_roles, efs_region_master, efs_company_master, check_constraint_routine_usage, character_s')
6354
  2024-11-27 13:22:11,738 - INFO - Data found for company_id: 2
6355
+ 2024-11-27 14:07:32,851 - INFO - Application startup
6356
+ 2024-11-27 14:07:32,853 - INFO - Application startup
static/css/company_profile.css CHANGED
@@ -218,4 +218,24 @@ ul {
218
  i {
219
  margin-top: 0px !important;
220
  margin-right: 10px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  }
 
218
  i {
219
  margin-top: 0px !important;
220
  margin-right: 10px !important;
221
+ }
222
+
223
+
224
+
225
+ @media screen and (max-width:500px) {
226
+ aside {
227
+ margin-left: 0px !important;
228
+ margin-top: 68px !important;
229
+ }
230
+
231
+ .dataTables_filter {
232
+
233
+ margin-top: 20px !important;
234
+
235
+ }
236
+ .dataTables_length {
237
+ overflow: hidden;
238
+ }
239
+
240
+
241
  }
static/css/dashboard1.css CHANGED
@@ -178,4 +178,7 @@ canvas {
178
  .fs-48 {
179
  font-size: 2.5rem;
180
  }
 
 
 
181
  }
 
178
  .fs-48 {
179
  font-size: 2.5rem;
180
  }
181
+ #company{
182
+ width: 200px !important;
183
+ }
184
  }
static/css/data_connectors.css CHANGED
@@ -238,7 +238,6 @@ textarea {
238
  overflow: hidden !important;
239
  }
240
 
241
- .form-group1 {}
242
 
243
  #selectedTables {
244
  margin-top: 350px !important;
@@ -304,8 +303,7 @@ textarea {
304
 
305
  #tablename {
306
  font-size: 25px !important;
307
- margin-bottom: 3clear
308
- 0px !important;
309
  }
310
 
311
  .dataTables_length select {
@@ -333,7 +331,9 @@ textarea {
333
  max-width: 350px !important;
334
  min-width: 320px;
335
  }
336
-
337
-
 
 
338
 
339
  }
 
238
  overflow: hidden !important;
239
  }
240
 
 
241
 
242
  #selectedTables {
243
  margin-top: 350px !important;
 
303
 
304
  #tablename {
305
  font-size: 25px !important;
306
+ margin-bottom: 3clear 0px !important;
 
307
  }
308
 
309
  .dataTables_length select {
 
331
  max-width: 350px !important;
332
  min-width: 320px;
333
  }
334
+ aside{
335
+ margin-left: 0px !important;
336
+ margin-top: 68px !important;
337
+ }
338
 
339
  }
static/css/knowledgebase.css CHANGED
@@ -29,6 +29,7 @@ h1 {
29
 
30
 
31
 
 
32
  .table-responsive {
33
  width: 100%;
34
  overflow-x: auto;
@@ -154,4 +155,9 @@ ul {
154
  i {
155
  margin-top: 0px !important;
156
  margin-right: 10px !important;
157
- }
 
 
 
 
 
 
29
 
30
 
31
 
32
+
33
  .table-responsive {
34
  width: 100%;
35
  overflow-x: auto;
 
155
  i {
156
  margin-top: 0px !important;
157
  margin-right: 10px !important;
158
+ }
159
+ .table-container{
160
+ overflow: auto;
161
+ width: auto;
162
+ }
163
+