diff options
author | Friendika <info@friendika.com> | 2011-01-24 23:08:39 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-24 23:08:39 -0800 |
commit | b0ab3e468b5c20cfe369ff282b7906d1690a3510 (patch) | |
tree | 2a765e0e986d27af6a72c43725efcf737cae3acd /view | |
parent | fc5316fe21d567802adf784d4b984852f0c7ee90 (diff) | |
download | volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.tar.gz volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.tar.bz2 volse-hubzilla-b0ab3e468b5c20cfe369ff282b7906d1690a3510.zip |
leave room for vertical scrollbar (when needed)
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/default/style.css | 9 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
2 files changed, 7 insertions, 9 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 18b2ee67a..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 { @@ -1996,8 +2000,3 @@ a.mail-list-link { margin-bottom: 15px; } - -.wall-item-content { - max-height: 400px; - overflow:auto; -} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 388f1e230..3351b35a1 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -854,6 +854,9 @@ input#dfrn-url { width: 450px; margin-left: 10px; margin-bottom: 20px; + padding: 20px; + max-height: 400px; + overflow: auto; } .wall-item-title { @@ -1879,7 +1882,3 @@ a.mail-list-link { margin-bottom: 15px; } -.wall-item-content { - max-height: 400px; - overflow:auto; -} |