diff options
author | marijus <mario@mariovavti.com> | 2014-11-11 23:09:55 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-11 23:09:55 +0100 |
commit | d145ef2021da845e257681f1dc93d274d814e90f (patch) | |
tree | 54799126634d8682ebfe914557b0434a56d3bbe6 /view/css | |
parent | f72035ec93c51356e9f6810fe62b4f77be09bebf (diff) | |
download | volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.tar.gz volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.tar.bz2 volse-hubzilla-d145ef2021da845e257681f1dc93d274d814e90f.zip |
some work on directory widgets
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index b5a99d5ae..a24f5fb29 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -12,6 +12,11 @@ padding: 6px 10px; } +.widget-input { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} + /* suggest */ .suggest-widget-more { @@ -28,13 +33,6 @@ margin-top: 15px; } -/* search */ - -#search-text { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - /* notes */ #note-text { @@ -51,21 +49,6 @@ } -/* peoplefind */ - -#peoplefind-sidebar .btn { - margin: 10px 0 10px 0; -} - -#side-peoplefind-url { - margin-top: 5px; -} - -#side-peoplefind-url { - font-size: 1em; -} - - /* fileas */ |