summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-30 17:07:56 +0200
committermr <mr@mrautenberg.de>2011-08-30 17:07:56 +0200
commitc242bfc291a7dab733c424968509709813e6e331 (patch)
tree71d5e411294e3f8f29f7db3db0227773e612f1d1 /views/style.sass
parenta8f6072f32ef5ae650216a4612d13eeb6b310c7e (diff)
add model sorting
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass23
1 files changed, 23 insertions, 0 deletions
diff --git a/views/style.sass b/views/style.sass
index 15ae256..9f055e4 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -267,3 +267,26 @@ dl
margin-left: 16px
margin-right: 16px
float: left
+
+.models_navigation
+ #prev
+ @extend a
+ display: inline
+ cursor: pointer
+ #next
+ @extend a
+ display: inline
+ cursor: pointer
+ .link
+ @extend a
+ display: inline
+ cursor: pointer
+ .active
+ display: inline
+ color: #000
+ font-weight: bold
+ padding: 0 1px
+ .thin
+ font-weight: 100
+ span
+ text-decoration: underline