[tor-commits] [compass/master] Some CSS changes to support new features like loading spinners

karsten at torproject.org karsten at torproject.org
Mon Jan 7 07:09:40 UTC 2013


commit d32755ff993cce5570b4256f52a4d6af6c244bdd
Author: Chris Wacek <cwacek at cs.georgetown.edu>
Date:   Sun Dec 23 00:27:50 2012 -0500

    Some CSS changes to support new features like loading spinners
---
 static/css/style.css |    3 +--
 templates/index.html |    9 +++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index 66e0ef6..88fb6de 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -3,5 +3,4 @@
   margin: 0 auto;
   padding-top: 50px;
   padding-bottom: 100px;
-  display: none;
-}
\ No newline at end of file
+}
diff --git a/templates/index.html b/templates/index.html
index 9876ad8..3eb6442 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -17,6 +17,15 @@
         padding-top: 60px;
         padding-bottom: 40px;
       }
+      td#extra_table_title {
+        font-weight: bold;
+      }
+      th.spinner-small {
+          background-repeat: no-repeat;
+          background-position: right center;
+          background-size: 15px 15px;
+          padding-right: 20px;
+      }
     </style>
 
     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->





More information about the tor-commits mailing list