Logging: Change to single source file

This commit is contained in:
g0wfv
2018-12-16 12:31:50 +00:00
parent 096faa3012
commit e85ee13ffd
5 changed files with 467 additions and 430 deletions

View File

@@ -69,7 +69,7 @@ td.item { padding-bottom: 5px; }
.title { padding-top: 5px; padding-bottom: 5px; color: #0073EA; font-weight: bold; }
#qso_input { border: 1px solid #dddddd; margin: 5px; padding: 2px; }
.input_date { width: 70px; }
.input_time { width: 54px; }
.input_time { width: 32px; }
#locator { width: 55px; text-transform: uppercase; }
#country { border: none; }
#locator_info { font-size: 13px; }
@@ -103,4 +103,4 @@ ul#user li { float: left; margin: 2px 2px 0 3px; height:43px; border-bottom: non
.pager a:hover { background-color: azure; }
/* Footer */
#footer { margin: 0 auto; width: 780px; text-align: center; padding-top: 5px; padding-bottom: 5px; font-size: 12px; }
#footer { margin: 0 auto; width: 780px; text-align: center; padding-top: 5px; padding-bottom: 5px; font-size: 12px; }

View File

@@ -22,7 +22,7 @@ table .title { font-weight: bold; color: #439BF6; }
/* Add QSO CSS */
.rst { width: 50px !important; }
.input_date { width: 70px !important; }
.input_time { width: 55px !important; }
.input_time { width: 32px !important; }
.band { width: 80px; }
.mode { width: 80px; }
#callsign { text-transform: uppercase; }