diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-25 10:16:47 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-25 10:16:47 +0100 |
commit | 1f95ba5c344a1b17c735bf2760a169beeff864c2 (patch) | |
tree | 576774009b9c9a9f8828538865d2ff8d9bbe3596 /view/theme | |
parent | f2789132ce13c92166f41992dd8955f667cab440 (diff) | |
parent | b0ab3e468b5c20cfe369ff282b7906d1690a3510 (diff) | |
download | volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.tar.gz volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.tar.bz2 volse-hubzilla-1f95ba5c344a1b17c735bf2760a169beeff864c2.zip |
Merge remote branch 'friendika-master/master'
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
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; } - |