diff --git a/application/views/view_log/partial/log.php b/application/views/view_log/partial/log.php
index ed02393a..89e98c26 100644
--- a/application/views/view_log/partial/log.php
+++ b/application/views/view_log/partial/log.php
@@ -42,8 +42,30 @@
COL_COUNTRY; ?> |
config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
- ▲
- ▼
+ ">▲
+ ">▼
|
session->userdata('user_eqsl_name') != ""){ ?>
diff --git a/assets/css/general.css b/assets/css/general.css
index 537d202a..40ad8bc8 100644
--- a/assets/css/general.css
+++ b/assets/css/general.css
@@ -122,6 +122,10 @@ TD.eqsl{
color: #F00;
font-size: 1.1em;
}
+.qsl-yellow{
+ color: #d39e00;
+ font-size: 1.1em;
+}
TD.lotw{
width: 33px;
}
@@ -165,4 +169,4 @@ TD.lotw{
#nav-bar-search-input:focus {
text-transform: uppercase;
-}
\ No newline at end of file
+}