]> git.mxchange.org Git - friendica.git/commitdiff
quattro: pause icon
authorFabio Comuni <fabrix.xm@gmail.com>
Mon, 13 Feb 2012 08:35:11 +0000 (09:35 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Mon, 13 Feb 2012 08:35:11 +0000 (09:35 +0100)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index c9fda0e1d7734eef8973801eb2bac17f56519555..1724ff30f0b8821696822040e2e2da4d9dde5c47 100755 (executable)
@@ -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 { 
index 41adcd8d2c692b544fe5d08330d60144f67d668b..8ff57813f8a38b441839f5a50078ae3739e6145a 100755 (executable)
@@ -844,6 +844,11 @@ section {
   width: 25px;
   height: 25px;
 }
+#pause {
+  position: fixed;
+  bottom: 5px;
+  right: 5px;
+}
 /* contacts menu */
 .contact-photo-wrapper {
   position: relative;