summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-27 18:06:32 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-02-27 18:06:32 +0100
commit25e35456d9c04e67c8fc04571608fa554f1c7b62 (patch)
treecad6ae9cebe5e1c5f999613541e87d800e50295b
parentaae7c0a87a9ff1640c3cd72dd4df0ac590f8b0e4 (diff)
downloadweb-common-25e35456d9c04e67c8fc04571608fa554f1c7b62.tar.gz
web-common-25e35456d9c04e67c8fc04571608fa554f1c7b62.tar.bz2
web-common-25e35456d9c04e67c8fc04571608fa554f1c7b62.zip
Position absolute for div showing results from /track/order
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
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;