diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-24 04:13:16 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-24 04:13:16 +0200 |
| commit | e0a7e0fec760ba12c8067a37e10c96f1f05876e2 (patch) | |
| tree | d0cf745592a46aee4d4913911fd34c7c24515220 /vendor/plugins/will_paginate/examples/pagination.sass | |
| parent | 6424e10be5a89f175a74c71c55660412a169b8b8 (diff) | |
Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade
- Converted plugins to gems (Gemfile)
- Updated config structure (application.rb, boot.rb, environment.rb)
- Converted routes to Rails 3 DSL
- Converted named_scope to scope throughout models
- Converted find(:all, :conditions) to where() chains
- Fixed has_many :order to use ordering scope
- Updated session store and secret token configuration
- Fixed exception_notification middleware configuration
- Patched Ruby 2.4 / Rails 3.2 incompatibilities:
- Integer/Float duration arithmetic (ActiveSupport)
- Arel visit_Integer for PostgreSQL adapter
- create_database String/Integer coercion
- ActionController consider_all_requests_local
- Migrated taggings schema for acts-as-taggable-on
- Replaced dynamic_form gem with custom form_error_messages helper
- Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for)
- Fixed admin layout yield
- Updated test suite for Rails 3 APIs
Diffstat (limited to 'vendor/plugins/will_paginate/examples/pagination.sass')
| -rw-r--r-- | vendor/plugins/will_paginate/examples/pagination.sass | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/vendor/plugins/will_paginate/examples/pagination.sass b/vendor/plugins/will_paginate/examples/pagination.sass deleted file mode 100644 index 737a97be..00000000 --- a/vendor/plugins/will_paginate/examples/pagination.sass +++ /dev/null | |||
| @@ -1,91 +0,0 @@ | |||
| 1 | .digg_pagination | ||
| 2 | :background white | ||
| 3 | a, span | ||
| 4 | :padding .2em .5em | ||
| 5 | :display block | ||
| 6 | :float left | ||
| 7 | :margin-right 1px | ||
| 8 | span.disabled | ||
| 9 | :color #999 | ||
| 10 | :border 1px solid #DDD | ||
| 11 | span.current | ||
| 12 | :font-weight bold | ||
| 13 | :background #2E6AB1 | ||
| 14 | :color white | ||
| 15 | :border 1px solid #2E6AB1 | ||
| 16 | a | ||
| 17 | :text-decoration none | ||
| 18 | :color #105CB6 | ||
| 19 | :border 1px solid #9AAFE5 | ||
| 20 | &:hover, &:focus | ||
| 21 | :color #003 | ||
| 22 | :border-color #003 | ||
| 23 | .page_info | ||
| 24 | :background #2E6AB1 | ||
| 25 | :color white | ||
| 26 | :padding .4em .6em | ||
| 27 | :width 22em | ||
| 28 | :margin-bottom .3em | ||
| 29 | :text-align center | ||
| 30 | b | ||
| 31 | :color #003 | ||
| 32 | :background = #2E6AB1 + 60 | ||
| 33 | :padding .1em .25em | ||
| 34 | |||
| 35 | /* self-clearing method: | ||
| 36 | &:after | ||
| 37 | :content "." | ||
| 38 | :display block | ||
| 39 | :height 0 | ||
| 40 | :clear both | ||
| 41 | :visibility hidden | ||
| 42 | * html & | ||
| 43 | :height 1% | ||
| 44 | *:first-child+html & | ||
| 45 | :overflow hidden | ||
| 46 | |||
| 47 | .apple_pagination | ||
| 48 | :background #F1F1F1 | ||
| 49 | :border 1px solid #E5E5E5 | ||
| 50 | :text-align center | ||
| 51 | :padding 1em | ||
| 52 | a, span | ||
| 53 | :padding .2em .3em | ||
| 54 | span.disabled | ||
| 55 | :color #AAA | ||
| 56 | span.current | ||
| 57 | :font-weight bold | ||
| 58 | :background transparent url(apple-circle.gif) no-repeat 50% 50% | ||
| 59 | a | ||
| 60 | :text-decoration none | ||
| 61 | :color black | ||
| 62 | &:hover, &:focus | ||
| 63 | :text-decoration underline | ||
| 64 | |||
| 65 | .flickr_pagination | ||
| 66 | :text-align center | ||
| 67 | :padding .3em | ||
| 68 | a, span | ||
| 69 | :padding .2em .5em | ||
| 70 | span.disabled | ||
| 71 | :color #AAA | ||
| 72 | span.current | ||
| 73 | :font-weight bold | ||
| 74 | :color #FF0084 | ||
| 75 | a | ||
| 76 | :border 1px solid #DDDDDD | ||
| 77 | :color #0063DC | ||
| 78 | :text-decoration none | ||
| 79 | &:hover, &:focus | ||
| 80 | :border-color #003366 | ||
| 81 | :background #0063DC | ||
| 82 | :color white | ||
| 83 | .page_info | ||
| 84 | :color #aaa | ||
| 85 | :padding-top .8em | ||
| 86 | .prev_page, .next_page | ||
| 87 | :border-width 2px | ||
| 88 | .prev_page | ||
| 89 | :margin-right 1em | ||
| 90 | .next_page | ||
| 91 | :margin-left 1em | ||
