diff options
author | friendica <info@friendica.com> | 2012-01-05 20:40:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-05 20:40:48 -0800 |
commit | c3ada095f4156bba01e77d2d250d5821ba5e859e (patch) | |
tree | f03f9d9d7c03f159c17ba41db3701e3213529dee /view/theme/duepuntozero | |
parent | 291a82c4a465c6c3b1db7087682cb050d1943a08 (diff) | |
download | volse-hubzilla-c3ada095f4156bba01e77d2d250d5821ba5e859e.tar.gz volse-hubzilla-c3ada095f4156bba01e77d2d250d5821ba5e859e.tar.bz2 volse-hubzilla-c3ada095f4156bba01e77d2d250d5821ba5e859e.zip |
network select widget
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 6ce4c52c0..6fa968da3 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -300,7 +300,7 @@ div.wall-item-content-wrapper.shiny { margin-bottom: 10px; } -.group-selected { +.group-selected, .nets-selected { padding: 3px; -moz-border-radius: 3px; border-radius: 3px; @@ -1836,6 +1836,21 @@ a.mail-list-link { margin-top: 10px; } +.nets-ul { + list-style-type: none; +} + +.nets-ul li { + margin-top: 10px; +} + +.nets-link { + margin-left: 24px; +} +.nets-all { + margin-left: 42px; +} + #search-save { margin-left: 5px; } |