Skip to content

Commit

Permalink
fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kemsguy7 committed Apr 5, 2024
1 parent f3f3fdb commit f07fec7
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 71 deletions.
5 changes: 0 additions & 5 deletions prototype/Frontend/user_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,10 @@
/>
<link href="/public/css/helpercss/swiper-bundle.min.css" rel="stylesheet" />

<style>

</style>

</head>

<body>
<div class="wrapper">

<!-- ==================== Header =================== -->
<header id="header" class="sticky-top border-bottom">
<div class="container d-flex align-items-center">
Expand Down
39 changes: 8 additions & 31 deletions prototype/Frontend/user_notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,38 +57,8 @@
/>
<link href="/public/css/helpercss/swiper-bundle.min.css" rel="stylesheet" />

<style>
.btn-primary {
padding: 0 !important;
width: 6rem !important;
height: 2.2rem !important;
background-color: #2b83f3;
}

</style>

<!-- charts -->
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>

<style>

.view-btn{
background-color: #007bff;
color: white;
width: 2rem;
border-radius: 5px;
padding: px ;
font-size: 15px;
border: none;
cursor: pointer;
}

</style>



</head>

<body>
Expand Down Expand Up @@ -428,6 +398,13 @@ <h4>Our Social Networks</h4>
crossorigin="anonymous"
></script>


<!-- charts -->
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>

<!-- Your custom scripts -->

<script src="/public/javascripts/user_dashboard.js"></script>
Expand Down
23 changes: 6 additions & 17 deletions prototype/Frontend/user_replies.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,6 @@
rel="stylesheet"
/>
<link href="/public/css/helpercss/swiper-bundle.min.css" rel="stylesheet" />

<style>
.btn-primary {
padding: 0 !important;
width: 6rem !important;
height: 2.2rem !important;
background-color: #2b83f3;
}

</style>


<!-- charts -->
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>
</head>

<body>
Expand Down Expand Up @@ -417,6 +400,12 @@ <h4>Our Social Networks</h4>
crossorigin="anonymous"
></script>

<!-- charts -->
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>

<!-- Jquery-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

Expand Down
21 changes: 6 additions & 15 deletions prototype/Frontend/user_view_comment.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,6 @@
/>
<link href="/public/css/helpercss/swiper-bundle.min.css" rel="stylesheet" />

<style>
.btn-primary {
padding: 0 !important;
width: 6rem !important;
height: 2.2rem !important;
background-color: #2b83f3;
}

</style>

<!-- charts -->
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>
</head>

<body>
Expand Down Expand Up @@ -451,6 +436,12 @@ <h4>Our Social Networks</h4>
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>

<!-- charts -->
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>

<!-- Your custom scripts -->

<script src="/public/javascripts/user_dashboard.js"></script>
Expand Down
27 changes: 24 additions & 3 deletions public/css/user_dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ body {
}
}



.acme-regular {
font-family: "Acme", sans-serif;
font-weight: 400;
Expand Down Expand Up @@ -907,7 +905,7 @@ table.table {
}

#footer .copyright {
margin-left: 2rem;

float: left;
}

Expand Down Expand Up @@ -945,4 +943,27 @@ table.table {
padding-top: 4px;
}
}


/*--------------------------------------------------------------
# Helper Styles For dashboard related pages
--------------------------------------------------------------*/

.btn-primary {
padding: 0 !important;
width: 6rem !important;
height: 2.2rem !important;
background-color: #2b83f3;
}
.view-btn{
background-color: #007bff;
color: white;
width: 2rem;
border-radius: 5px;
padding: px ;
font-size: 15px;
border: none;
cursor: pointer;
}


0 comments on commit f07fec7

Please sign in to comment.