aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-13 09:35:11 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-13 09:35:11 +0100
commit16d3bc9deb5cb80f438a53f1bf483c79351674af (patch)
treec51089f4e1ffb261ac0e4248df136ad703a2673a /view
parent3e664dbdfe4a7b0d27a7dd317ab7e85853822275 (diff)
downloadvolse-hubzilla-16d3bc9deb5cb80f438a53f1bf483c79351674af.tar.gz
volse-hubzilla-16d3bc9deb5cb80f438a53f1bf483c79351674af.tar.bz2
volse-hubzilla-16d3bc9deb5cb80f438a53f1bf483c79351674af.zip
quattro: pause icon
Diffstat (limited to 'view')
-rwxr-xr-xview/theme/quattro/quattro.less7
-rwxr-xr-xview/theme/quattro/style.css5
2 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index c9fda0e1d..1724ff30f 100755
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -503,6 +503,13 @@ section {
}
.wwto .contact-photo { width: 25px; height: 25px; }
+
+#pause {
+ position: fixed;
+ bottom: 5px;
+ right: 5px;
+}
+
/* contacts menu */
.contact-photo-wrapper { position: relative; }
.contact-photo {
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 41adcd8d2..8ff57813f 100755
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -844,6 +844,11 @@ section {
width: 25px;
height: 25px;
}
+#pause {
+ position: fixed;
+ bottom: 5px;
+ right: 5px;
+}
/* contacts menu */
.contact-photo-wrapper {
position: relative;