gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-web-common] branch master updated: Position absolute


From: gnunet
Subject: [GNUnet-SVN] [taler-web-common] branch master updated: Position absolute for div showing results from /track/order
Date: Mon, 27 Feb 2017 18:06:45 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository web-common.

The following commit(s) were added to refs/heads/master by this push:
     new 25e3545  Position absolute for div showing results from /track/order
25e3545 is described below

commit 25e35456d9c04e67c8fc04571608fa554f1c7b62
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 27 18:06:32 2017 +0100

    Position absolute for div showing results from /track/order
---
 style.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/style.css b/style.css
index 0fb604c..b63fdd1 100644
--- a/style.css
+++ b/style.css
@@ -187,6 +187,9 @@ table.history td {
        background-color: white;
        -moz-border-radius: ;
 }
+div.track-results {
+        position: absolute;
+}
 
 .fade {
         -webkit-animation: fade 0.7s;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]