diff --git a/application/views/qso/index.php b/application/views/qso/index.php
index 31aec02f..0f8ccd83 100644
--- a/application/views/qso/index.php
+++ b/application/views/qso/index.php
@@ -96,8 +96,8 @@ function settime () {
Mode |
Band |
- RST Sent |
- RST Recv |
+ RST(S) |
+ RST(R) |
QRA |
Name |
@@ -140,34 +140,8 @@ function settime () {
- |
- |
+ |
+ |
|
|
diff --git a/cloudlog.sublime-workspace b/cloudlog.sublime-workspace
index e22041bd..9356a6db 100644
--- a/cloudlog.sublime-workspace
+++ b/cloudlog.sublime-workspace
@@ -19,7 +19,7 @@
"file": "application/views/qso/index.php",
"settings":
{
- "buffer_size": 13125,
+ "buffer_size": 13248,
"line_ending": "Windows"
}
},
@@ -205,7 +205,7 @@
"groups":
[
{
- "selected": 0,
+ "selected": 5,
"sheets":
[
{
@@ -213,15 +213,15 @@
"file": "application/views/qso/index.php",
"settings":
{
- "buffer_size": 13125,
+ "buffer_size": 13248,
"regions":
{
},
"selection":
[
[
- 10966,
- 10966
+ 3433,
+ 3433
]
],
"settings":
@@ -230,7 +230,7 @@
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
- "translation.y": 5454.0,
+ "translation.y": 1911.0,
"zoom_level": 1.0
},
"type": "text"
@@ -354,8 +354,8 @@
"selection":
[
[
- 1740,
- 1740
+ 829,
+ 829
]
],
"settings":
@@ -364,7 +364,7 @@
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
- "translation.y": 0.0,
+ "translation.y": 540.0,
"zoom_level": 1.0
},
"type": "text"
diff --git a/css/global.css b/css/global.css
index 68b915e7..66150531 100644
--- a/css/global.css
+++ b/css/global.css
@@ -73,9 +73,10 @@ td.item { padding-bottom: 5px; }
#locator { width: 55px; text-transform: uppercase; }
#country { border: none; }
#locator_info { font-size: 13px; }
-#name { width: 145px; }
+#name { width: 208px; }
#comment { width: 63.8%; }
#qth { width: 20%; }
+.rst { width: 45px; }
.partial td, .logbook td, .users td { padding: 5px; }
.log_title { background-image: url('../images/grey_bg.png'); background-repeat: repeat-x; color: #439bf6; }
.auth_title { background-image: url('../images/grey_bg.png'); background-repeat: repeat-x; color: #439bf6; }