Operator: Adjust size of CDR results
authorBen Klang <ben@alkaloid.net>
Wed, 13 Jan 2010 12:50:03 +0000 (07:50 -0500)
committerBen Klang <ben@alkaloid.net>
Wed, 13 Jan 2010 12:50:56 +0000 (07:50 -0500)
operator/templates/search.inc
operator/themes/screen.css

index 8bbb5b1..f8e917b 100644 (file)
@@ -5,7 +5,7 @@ Call Statistics Summary:<br />
 <li>Failed Calls: <?php echo $stats['failed']; ?></li>
 </ul>
 <br />
-<table class="striped">
+<table id="callDetails" class="striped">
 <tr>
 <?php
 foreach ($columns as $column) {
index 958d88a..1cc7e8f 100644 (file)
@@ -1,3 +1,4 @@
-/**
- * $Horde: incubator/operator/themes/screen.css,v 1.1 2008/04/19 01:26:06 bklang Exp $
- */
+#callDetails
+{
+    font-size: 0.9em;
+}