aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-11-15 15:59:53 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-11-15 15:59:53 +0100
commit8e588b530ffd6ef0f20425d19152e6288c9ad6b6 (patch)
tree9dd026317e94b872da3154b3bf8c0d4fe207ccee /view
parent7b48b33b4905d671dc87dd95fcf102d2d2231aef (diff)
downloadvolse-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.css4
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;