aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-27 01:43:32 -0700
committerSimon <simon@kisikew.org>2012-04-27 01:43:32 -0700
commitd16c93c7cdb2b5a66875ce988fa526a38f821a4e (patch)
tree2e5f345b8676b1e4ad6050aeb51a53e10a36ecc1 /view/theme/dispy/light/style.less
parent153534bc700e95bd3c248a1e094319dbf57ca297 (diff)
parentdeae1df3beda132dde5e907cc784db5f7ce577c2 (diff)
downloadvolse-hubzilla-d16c93c7cdb2b5a66875ce988fa526a38f821a4e.tar.gz
volse-hubzilla-d16c93c7cdb2b5a66875ce988fa526a38f821a4e.tar.bz2
volse-hubzilla-d16c93c7cdb2b5a66875ce988fa526a38f821a4e.zip
Merge pull request #271 from simonlnu/master
fix some css errors
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less21
1 files changed, 14 insertions, 7 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index bbbc07742..f14284f39 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -1486,14 +1486,21 @@ div {
background-repeat: no-repeat; }
#photo-prev-link {
- left: 0;
- top: 0;
- background-image: url(light/prev.png); }
+ background-image: url(light/prev.png);
+ height: 350px;
+ left: 1%;
+ top: 215px;
+ width: 50px;
+ z-index: 10;
+}
#photo-next-link {
- right: 0;
- top: 0;
- background-image: url(light/next.png); }
+ background-image: url(light/next.png);
+ height: 350px;
+ right: 45%;
+ top: 215px;
+ width: 50px;
+}
#photo-prev-link a, #photo-next-link a {
display: block;
@@ -2182,7 +2189,7 @@ div {
#side-peoplefind-url {
background-color: #e5e0cf;
color: #666;
- border: 1px 666 solid;
+ border: 1px #666 solid;
margin-right: 3px;
width: 75%;
&:hover, &:focus {