diff options
author | friendica <info@friendica.com> | 2014-05-01 17:54:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-01 17:54:12 -0700 |
commit | b666aca5c39216270d3ba81b73cdb15d142cf20f (patch) | |
tree | 755ca67c6bc2067824bb222cacfc3f78ed76df62 /view/css | |
parent | f5ce16e5bbb5657e9d2d82c6ed9647e2cf99bcce (diff) | |
download | volse-hubzilla-b666aca5c39216270d3ba81b73cdb15d142cf20f.tar.gz volse-hubzilla-b666aca5c39216270d3ba81b73cdb15d142cf20f.tar.bz2 volse-hubzilla-b666aca5c39216270d3ba81b73cdb15d142cf20f.zip |
bring the posted-date selector widget up to date. There are no longer two different styles.
Diffstat (limited to 'view/css')
-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 0b9a1cd13..7e6b16bb2 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -91,6 +91,10 @@ /* posted date */ +.posted-date-selector-months { + margin-left: 10px; +} + #datebrowse-sidebar select { width: 190px; max-width: 190px; |