aboutsummaryrefslogtreecommitdiff
path: root/contrib/log.php
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-19 20:02:17 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-19 20:02:17 +0000
commite1397b0d80f71df25574e2d5561b43a0c86a5acc (patch)
treea6d70c2e05548601fdbecbd2ad705f29b4118e0c /contrib/log.php
parentfdc7ae12008b15e920f1a19ca76f6e30cc8d0976 (diff)
downloadgnunet-e1397b0d80f71df25574e2d5561b43a0c86a5acc.tar.gz
gnunet-e1397b0d80f71df25574e2d5561b43a0c86a5acc.zip
- reduce button size
Diffstat (limited to 'contrib/log.php')
-rw-r--r--contrib/log.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/log.php b/contrib/log.php
index 049addf66..0eee5bcaa 100644
--- a/contrib/log.php
+++ b/contrib/log.php
@@ -142,6 +142,10 @@ if ($start !== null || $stop !== null) {
142 position: fixed; 142 position: fixed;
143 top: 0px; 143 top: 0px;
144 } 144 }
145 .btn-xs {
146 font-size: 9px;
147 padding: 0 5px;
148 }
145 .level { 149 .level {
146 display: none; 150 display: none;
147 } 151 }