Bug 23115: Tweak display of totals on 'Fines and charges' page
[koha-equinox.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / opac.scss
index e2c7ecd..b020e9f 100644 (file)
@@ -333,6 +333,12 @@ td {
     background-color: #FFF;
 }
 
+tr {
+    &.outstanding {
+        font-style: italic;
+    }
+}
+
 td {
     img {
         max-width: none;
@@ -342,7 +348,7 @@ td {
         color: #CC3333;
     }
 
-    .sum {
+    &.sum {
         background-color: #FFFFE5;
         font-weight: bold;
     }
@@ -2299,6 +2305,11 @@ input {
             background-color: rgba( 239, 254, 213, .4 );
         }
     }
+
+    .commenter {
+        color: #666;
+        font-size: 85%;
+    }
 }
 
 .commentline .avatar {