diff options
author | friendica <info@friendica.com> | 2014-11-03 16:57:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-03 16:57:30 -0800 |
commit | ca1df08d92fc05e7301f112faee7a6bbac653aeb (patch) | |
tree | 61f48b9e2dd0a4f7a640d24b6ce9fce1b772414b /view | |
parent | fdb9b9d52ed1959213a67b1313b617d0e4eb057f (diff) | |
download | volse-hubzilla-ca1df08d92fc05e7301f112faee7a6bbac653aeb.tar.gz volse-hubzilla-ca1df08d92fc05e7301f112faee7a6bbac653aeb.tar.bz2 volse-hubzilla-ca1df08d92fc05e7301f112faee7a6bbac653aeb.zip |
posted-date-selector - spacing was slightly off in dropdown entries
Diffstat (limited to 'view')
-rw-r--r-- | view/css/widgets.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index df113b12e..d481a09d1 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -74,6 +74,10 @@ margin-top: 2px; } +#posted-date-selector-drop li:not(:first-child) { + margin-top: 2px; +} + /* categories */ |