diff --git a/application/views/view_log/partial/log_ajax.php b/application/views/view_log/partial/log_ajax.php
index 5eece060..e0e55f26 100644
--- a/application/views/view_log/partial/log_ajax.php
+++ b/application/views/view_log/partial/log_ajax.php
@@ -112,7 +112,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
} elseif ($diff > 7) {
$lotw_hint = ' lotw_info_yellow';
}
- $timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' L');
+ $timestamp = strtotime($row->lastupload); echo ($row->callsign == '' ? '' : ' L');
}
?>
diff --git a/assets/css/cyborg/overrides.css b/assets/css/cyborg/overrides.css
index fe94a530..97dd42a0 100644
--- a/assets/css/cyborg/overrides.css
+++ b/assets/css/cyborg/overrides.css
@@ -116,4 +116,27 @@ path.grid-worked {
.selectize-dropdown, .selectize-dropdown.form-control {
border-radius: 0;
-}
\ No newline at end of file
+}
+
+
+#lotw_badge {
+ float:right;
+}
+
+#edit_qso:not(.btn) { float:left;
+}
+
+.qso_call {
+ float:left;
+ width:140px;
+}
+
+.qso_icons {
+ float:right;
+}
+
+td { text-align: left !important; }
+th { text-align: left !important; }
+
+#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
+#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
diff --git a/assets/css/darkly/overrides.css b/assets/css/darkly/overrides.css
index 9d5ea2bf..cbdaee6a 100644
--- a/assets/css/darkly/overrides.css
+++ b/assets/css/darkly/overrides.css
@@ -108,4 +108,27 @@ div.alert-success a, div.alert-danger a, div.alert-danger {
.selectize-dropdown, .selectize-dropdown.form-control {
border-radius: 0;
-}
\ No newline at end of file
+}
+
+#lotw_badge {
+ float:right;
+}
+
+#edit_qso:not(.btn) {
+ float:left;
+}
+
+.qso_call {
+ float:left;
+ width:140px;
+}
+
+.qso_icons {
+ float:right;
+}
+
+td { text-align: left !important; }
+th { text-align: left !important; }
+
+#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
+#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
diff --git a/assets/css/default/overrides.css b/assets/css/default/overrides.css
index 57b583fb..221248ea 100644
--- a/assets/css/default/overrides.css
+++ b/assets/css/default/overrides.css
@@ -4,4 +4,27 @@ thead>tr>td {
.selectize-input {
border: 1px solid #ced4da;
-}
\ No newline at end of file
+}
+
+#lotw_badge {
+ float:right;
+}
+
+#edit_qso:not(.btn) {
+ float:left;
+}
+
+.qso_call {
+ float:left;
+ width:140px;
+}
+
+.qso_icons {
+ float:right;
+}
+
+td { text-align: left !important; }
+th { text-align: left !important; }
+
+#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
+#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
diff --git a/assets/css/superhero/overrides.css b/assets/css/superhero/overrides.css
index 33a991cb..952e4614 100644
--- a/assets/css/superhero/overrides.css
+++ b/assets/css/superhero/overrides.css
@@ -112,4 +112,27 @@ div.alert-danger {
.selectize-dropdown, .selectize-dropdown.form-control {
border-radius: 0;
-}
\ No newline at end of file
+}
+
+.qso_call {
+ float:left;
+ width:140px;
+}
+
+.qso_icons {
+ float:right;
+}
+
+td { text-align: left !important; }
+th { text-align: left !important; }
+
+#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
+#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
+
+#lotw_badge {
+ float:right;
+}
+
+#edit_qso:not(.btn) {
+ float:left;
+}