From caaf2a67245937a876dbb914a082ea04b59b6ca3 Mon Sep 17 00:00:00 2001 From: "vladimir%pobox.com" Date: Thu, 31 Aug 2006 01:42:30 +0000 Subject: [PATCH] Style changes --- webtools/new-graph/graph.html | 8 ++++---- webtools/new-graph/js/graph.css | 9 ++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/webtools/new-graph/graph.html b/webtools/new-graph/graph.html index 24ac7f900239..84a5746cc251 100644 --- a/webtools/new-graph/graph.html +++ b/webtools/new-graph/graph.html @@ -31,10 +31,10 @@
- +
-
+ @@ -61,10 +61,10 @@
- + -
Show +
diff --git a/webtools/new-graph/js/graph.css b/webtools/new-graph/js/graph.css index 6c72fc937519..c37e1b41a765 100644 --- a/webtools/new-graph/js/graph.css +++ b/webtools/new-graph/js/graph.css @@ -1,7 +1,14 @@ .graphconfig { background-color: #cccccc; - -moz-border-radius: 10px; + -moz-border-radius: 10px 0 0 10px; + padding: 10px; + width: 15em; +} + +.graphconfig-list { + background-color: #cccccc; + -moz-border-radius: 0 10px 10px 0; padding: 10px; }