aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/dark/style.less
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-27 04:42:38 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-27 04:42:38 -0400
commitdeae1df3beda132dde5e907cc784db5f7ce577c2 (patch)
tree2e5f345b8676b1e4ad6050aeb51a53e10a36ecc1 /view/theme/dispy/dark/style.less
parent014e832db0ab9455adc400e892b7c8a5e2092948 (diff)
downloadvolse-hubzilla-deae1df3beda132dde5e907cc784db5f7ce577c2.tar.gz
volse-hubzilla-deae1df3beda132dde5e907cc784db5f7ce577c2.tar.bz2
volse-hubzilla-deae1df3beda132dde5e907cc784db5f7ce577c2.zip
fix some css errors
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r--view/theme/dispy/dark/style.less21
1 files changed, 14 insertions, 7 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less
index 5efb44603..96cdb82fa 100644
--- a/view/theme/dispy/dark/style.less
+++ b/view/theme/dispy/dark/style.less
@@ -1485,14 +1485,21 @@ div {
background-repeat: no-repeat; }
#photo-prev-link {
- left: 0;
- top: 0;
- background-image: url(dark/prev.png); }
+ background-image: url(dark/prev.png);
+ height: 350px;
+ left: 1%;
+ top: 215px;
+ width: 50px;
+ z-index: 10;
+}
#photo-next-link {
- right: 0;
- top: 0;
- background-image: url(dark/next.png); }
+ background-image: url(dark/next.png);
+ height: 350px;
+ right: 45%;
+ top: 215px;
+ width: 50px;
+}
#photo-prev-link a, #photo-next-link a {
display: block;
@@ -2181,7 +2188,7 @@ div {
#side-peoplefind-url {
background-color: #2e2f2e;
color: #eec;
- border: 1px 999 solid;
+ border: 1px #999 solid;
margin-right: 3px;
width: 75%;
&:hover, &:focus {