diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-15 15:59:53 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-15 15:59:53 +0100 |
commit | 8e588b530ffd6ef0f20425d19152e6288c9ad6b6 (patch) | |
tree | 9dd026317e94b872da3154b3bf8c0d4fe207ccee /view | |
parent | 7b48b33b4905d671dc87dd95fcf102d2d2231aef (diff) | |
download | volse-hubzilla-8e588b530ffd6ef0f20425d19152e6288c9ad6b6.tar.gz volse-hubzilla-8e588b530ffd6ef0f20425d19152e6288c9ad6b6.tar.bz2 volse-hubzilla-8e588b530ffd6ef0f20425d19152e6288c9ad6b6.zip |
duepuntozero: fix input width in aside
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 867756302..662518d43 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1830,6 +1830,10 @@ a.mail-list-link { margin-top: 10px; } +aside input[type='text'] { + width: 180px; +} + .widget { border: 1px solid #DDDDDD; padding: 8px; |