summaryrefslogtreecommitdiffstats
path: root/skins/standard/reports.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/reports.css')
-rw-r--r--skins/standard/reports.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/skins/standard/reports.css b/skins/standard/reports.css
index 8e0ddf1b0..4db7d2dac 100644
--- a/skins/standard/reports.css
+++ b/skins/standard/reports.css
@@ -106,4 +106,30 @@
.extra_info {
font-size: smaller;
font-style: italic;
-} \ No newline at end of file
+}
+
+#edit_series th, #create_chart th, #edit_charts th {
+ text-align: center;
+}
+
+#edit_series th, #edit_series td,
+#create_chart th, #create_chart td {
+ vertical-align: top;
+ padding: 0.5em;
+}
+
+#edit_series select, #create_chart select {
+ width: 15em;
+}
+
+#edit_series input {
+ width: 95%;
+}
+
+#edit_series input#frequency {
+ width: 3em;
+}
+
+#edit_charts input#action-sum, #edit_charts input#action-remove {
+ width: 7em;
+}