src/ztfy/myams/resources/css/myams.css
changeset 104 d25135ad3899
parent 101 8364fb15bfe5
child 118 c87d242a1176
--- a/src/ztfy/myams/resources/css/myams.css	Wed Jan 14 15:53:25 2015 +0100
+++ b/src/ztfy/myams/resources/css/myams.css	Wed Feb 04 13:59:16 2015 +0100
@@ -5125,6 +5125,9 @@
   padding: 4px 10px 4px 20px;
   line-height: 18px;
 }
+nav ul li.header:not(:first-child) {
+  margin-top: 10px;
+}
 .minified #left-panel nav ul li.header {
   padding: 5px;
   color: #b94015;
@@ -6196,6 +6199,12 @@
   -webkit-box-shadow: none!important;
   border-radius: 0!important;
 }
+.help {
+  font-size: 90%;
+}
+.help p {
+  margin: 0 0 1px;
+}
 .well {
   background: #fbfbfb;
   border: 1px solid #ddd;
@@ -7246,10 +7255,12 @@
 .table-tight td,
 .table-tight th {
   padding: 4px 8px!important;
+  line-height: 1.3!important;
 }
 .table-mini td,
 .table-mini th {
   padding: 1px 8px!important;
+  line-height: 1.1!important;
 }
 .table-bordered > thead > tr > td,
 .table-bordered > thead > tr > th {
@@ -7334,6 +7345,9 @@
 .dataTables_paginate .pagination {
   margin: 0;
 }
+.dataTables_paginate .btn-group a {
+  color: #2E5F87;
+}
 .dt-wrapper {
   overflow: hidden;
 }