diff options
author | friendica <info@friendica.com> | 2014-04-17 01:33:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-17 01:33:44 -0700 |
commit | 8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69 (patch) | |
tree | fe8902ab47433d6ae3950f382b2aa888f21b9e93 /view/css | |
parent | 962665b8b56491dc59a62f2cb5c05eb353abb79f (diff) | |
download | volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.tar.gz volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.tar.bz2 volse-hubzilla-8dcf9e78e179547f05f1eec40a9f93a2ed6a9d69.zip |
This preserves the alignment work done earlier but provides a more aesthetically pleasing page.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 326dfa0a1..493c83d97 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -1,8 +1,22 @@ + .widget { padding: 8px; margin-top: 5px; } +/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ + +.widget { + margin-left: 10px; +} + +.widget h3 { + margin-left: -10px; +} + + + + /* suggest */ .suggest-widget-more { |