# HG changeset patch # User Daniele Nicolodi # Date 1320403589 -3600 # Node ID bfa740644fc9ec615f89960f48fe89b83a7228c9 # Parent 6b04cb2e92c9f4f9e1f065330e9987182a48629e Style changes. Make links more obvious to spot in the interface. diff -r 6b04cb2e92c9 -r bfa740644fc9 src/ltpdarepo/static/style.css --- a/src/ltpdarepo/static/style.css Fri Nov 04 11:11:44 2011 +0100 +++ b/src/ltpdarepo/static/style.css Fri Nov 04 11:46:29 2011 +0100 @@ -316,15 +316,6 @@ background-color: #FCFCFC; } -td a { - text-decoration: none; - color: inherit; -} - -tbody td a:hover { - border-bottom: 1px solid #666; -} - /* pagination */ .count { @@ -343,10 +334,6 @@ border-bottom: 1px solid white; } -.count a { - padding: 0 0.5em; -} - .pages { float: right; font-size: 90%; diff -r 6b04cb2e92c9 -r bfa740644fc9 src/ltpdarepo/templates/pagination.html --- a/src/ltpdarepo/templates/pagination.html Fri Nov 04 11:11:44 2011 +0100 +++ b/src/ltpdarepo/templates/pagination.html Fri Nov 04 11:46:29 2011 +0100 @@ -3,11 +3,11 @@
{% if pagination.count > pagination.size %} {{ pagination.size }} of {{ pagination.count }} objects - more + show more less {% else %} {{ pagination.count }} objects - less + show less {% endif %}