diff options
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; |