aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-01-25 10:16:47 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-01-25 10:16:47 +0100
commit1f95ba5c344a1b17c735bf2760a169beeff864c2 (patch)
tree576774009b9c9a9f8828538865d2ff8d9bbe3596 /view
parentf2789132ce13c92166f41992dd8955f667cab440 (diff)
parentb0ab3e468b5c20cfe369ff282b7906d1690a3510 (diff)
downloadvolse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.tar.gz
volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.tar.bz2
volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.zip
Merge remote branch 'friendika-master/master'
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css4
-rw-r--r--view/theme/duepuntozero/style.css4
2 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index e34b622c6..fcc9c94a8 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -985,6 +985,10 @@ input#dfrn-url {
width: 450px;
margin-left: 10px;
margin-bottom: 20px;
+ padding: 20px;
+ max-height: 400px;
+ overflow: auto;
+
}
.wall-item-title {
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index ae7968b3f..1a415db45 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -856,6 +856,9 @@ input#dfrn-url {
width: 450px;
margin-left: 10px;
margin-bottom: 20px;
+ padding: 20px;
+ max-height: 400px;
+ overflow: auto;
}
.wall-item-title {
@@ -1882,4 +1885,3 @@ a.mail-list-link {
margin-bottom: 15px;
}
-