aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-25 08:54:10 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-25 08:54:10 +0100
commit4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf (patch)
tree1dd91abe675ad2b8c98dccba6930144e1f73b33c /view/theme
parent7e007b6c07d5395c59797999728fcde288ed79b1 (diff)
parentbb1afd867d1b7bd98930108727b88a066af9749d (diff)
downloadvolse-hubzilla-4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf.tar.gz
volse-hubzilla-4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf.tar.bz2
volse-hubzilla-4c717b38ae8eccaf9fa2ab4e6411b10c2d24afdf.zip
Merge branch 'master' of git://github.com/tobiasd/friendika
Diffstat (limited to 'view/theme')
-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 b00f24cc2..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,4 +1882,3 @@ a.mail-list-link {
margin-bottom: 15px;
}
-