| commit | 2c3cb64a0a5f79e657afb456413e7fbc5c67903f | [log] [tgz] |
|---|---|---|
| author | Scott Baker <smbaker@gmail.com> | Mon May 19 17:55:56 2014 -0700 |
| committer | Scott Baker <smbaker@gmail.com> | Mon May 19 17:55:56 2014 -0700 |
| tree | d3759e5ba8f412a857b0e214ec72e521420384a0 | |
| parent | 5cc598dfd42d9e990aec735a2ae232c09cc4e92a [diff] [blame] |
dynamic home view with customization
diff --git a/planetstack/core/static/planetstack.css b/planetstack/core/static/planetstack.css index 39102be..234261c 100644 --- a/planetstack/core/static/planetstack.css +++ b/planetstack/core/static/planetstack.css
@@ -1141,4 +1141,12 @@ #private-vol{ margin-right: 15% !important; -} \ No newline at end of file +} + +.customize_row { + display: table; +} +.customize_column { + display: table-cell; + padding: 10px; +}