diff options
author | SaloniGoyal | 2016-06-20 11:34:23 +0530 |
---|---|---|
committer | SaloniGoyal | 2016-06-20 11:34:23 +0530 |
commit | d6bfdfe4fa1a6c420cca4fe08e0205e41ac886a2 (patch) | |
tree | 34d6f789abbc61103e32590c6f7a0060033cc75e /views/style | |
parent | 2cbb0645b07a1eead605874bc97a989b3fc1d89f (diff) | |
download | eSimWebApp-d6bfdfe4fa1a6c420cca4fe08e0205e41ac886a2.tar.gz eSimWebApp-d6bfdfe4fa1a6c420cca4fe08e0205e41ac886a2.tar.bz2 eSimWebApp-d6bfdfe4fa1a6c420cca4fe08e0205e41ac886a2.zip |
Client can pick x-axis and y-axis for plot
Diffstat (limited to 'views/style')
-rw-r--r-- | views/style/schematic.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/views/style/schematic.css b/views/style/schematic.css index d76bb2e..d8f49e8 100644 --- a/views/style/schematic.css +++ b/views/style/schematic.css @@ -256,9 +256,13 @@ div.modal>*{ } #webtronics_graph_display{ - width:500px; - height:300px; + width:520px; + height:310px; } +/* +#webtronics_plot_cancel{ + float: right; +}*/ #webtronics_chips_box>*{ float:left; |