mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Logging: Change to single source file
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user