diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 44a05f19..9ff60e11 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -110,7 +110,7 @@
- + @@ -153,7 +153,7 @@ - + diff --git a/application/views/layout/header.php b/application/views/layout/header.php index e4eaaad7..156a206d 100644 --- a/application/views/layout/header.php +++ b/application/views/layout/header.php @@ -9,7 +9,6 @@ - diff --git a/application/views/notes/add.php b/application/views/notes/add.php index 80749c66..8c26e769 100644 --- a/application/views/notes/add.php +++ b/application/views/notes/add.php @@ -7,29 +7,29 @@
-
-
QSOsQSOs
QSL CardsQSL Cards
- - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + + + +
-
+
diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 33baee03..df9a7c86 100644 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -48,7 +48,9 @@
+

Add QSO

+ diff --git a/css/api.xsl b/css/api.xsl index 424ecaaf..f81aa8b2 100644 --- a/css/api.xsl +++ b/css/api.xsl @@ -11,11 +11,11 @@

Output of ''

- + - + diff --git a/css/global.css b/css/global.css index 758724e2..ece97d24 100644 --- a/css/global.css +++ b/css/global.css @@ -71,7 +71,7 @@ td.item { padding-bottom: 5px; } .input_date { width: 70px; } .input_time { width: 54px; } #locator { width: 55px; text-transform: uppercase; } -#country { border: none; width: 150px !important; } +#country { border: none; } #locator_info { font-size: 13px; } #name { width: 208px; } #comment { width: 63.7%; } @@ -96,7 +96,6 @@ ul#user li { float: left; margin: 2px 2px 0 3px; height:43px; border-bottom: non #user a { float: left; display: block; color: #ebebeb; text-decoration: none; padding-top: 7px; padding-left: 6px; padding-right: 5px; text-align:center; } #user a:hover { } .user { padding: 5px; } -.profile { padding: 5px; } /* Pager */ .pager { margin-top: 5px; margin-bottom: 5px; font-size: 12px; } diff --git a/css/main.css b/css/main.css index 507743fc..97be68c3 100644 --- a/css/main.css +++ b/css/main.css @@ -15,7 +15,6 @@ table .title { font-weight: bold; color: #439BF6; } .band { width: 80px; } .mode { width: 80px; } #callsign { text-transform: uppercase; } -#country { border: none; width: 140px !important; } input[type="text"] { color: #000000 !important; @@ -23,11 +22,6 @@ input[type="text"] { .pull-right { color: #fff; } -/* Stats CSS */ -.type { - float: left; - width: 30%; - margin: 10px; -} +.icon_qsl { background: transparent url('../images/icons/qslcard.png') no-repeat center left; padding-left: 20px; font-weight: bold; } -.clear {clear:both;} \ No newline at end of file +.icon_stats { background: transparent url('../images/icons/stats.png') no-repeat center left; padding-left: 20px; font-weight: bold; } \ No newline at end of file diff --git a/images/icons/qslcard.png b/images/icons/qslcard.png new file mode 100644 index 00000000..c2ae157e Binary files /dev/null and b/images/icons/qslcard.png differ diff --git a/images/icons/stats.png b/images/icons/stats.png new file mode 100644 index 00000000..024eaac7 Binary files /dev/null and b/images/icons/stats.png differ