You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/02/24 09:15:10 UTC

[kibble] branch master updated: numbers should be right-aligned

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new fa6294a  numbers should be right-aligned
fa6294a is described below

commit fa6294a580aab175b2a6fe8dbca2e3d36c2630bf
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat Feb 24 10:15:02 2018 +0100

    numbers should be right-aligned
---
 ui/css/c3.css | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ui/css/c3.css b/ui/css/c3.css
index 2de7dca..be5a947 100644
--- a/ui/css/c3.css
+++ b/ui/css/c3.css
@@ -250,6 +250,16 @@
     font-family: sans-serif;
     font-size: 12px;
 }
+
+.chartModalContent td {
+  padding: 3px;
+  text-align: right;
+}
+
+.chartModalContent td:first-child {
+  text-align: left;
+}
+
 .chartModelClose {
     color: #aaa;
     float: right;

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.