aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/pagination.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pagination.css.scss')
-rw-r--r--app/assets/stylesheets/pagination.css.scss57
1 files changed, 0 insertions, 57 deletions
diff --git a/app/assets/stylesheets/pagination.css.scss b/app/assets/stylesheets/pagination.css.scss
deleted file mode 100644
index e9f6b7235..000000000
--- a/app/assets/stylesheets/pagination.css.scss
+++ /dev/null
@@ -1,57 +0,0 @@
-.page_info {
- margin: 30px 0 10px 0;
- height: 30px;
- line-height: 30px;
- color: #777777;
- border-bottom: solid 1px #cdc9c0;
- border-top: solid 1px #cdc9c0;
-
- .search{
- margin: 0 20px 0 10px;
- color: #61970b;
- font-weight:bold;
- }
-
- b {
- padding: 0.1em 0.25em;
- }
-}
-
-.pagination {
- background: white;
- cursor: default;
- margin-top: 10px;
- text-align: center;
-
- /* self-clearing method: */
- a, span, em {
- padding: 0.2em 0.5em;
- }
- .disabled {
- color: #999999;
- border: 1px solid #dddddd; }
- .current {
- font-style: normal;
- font-weight: bold;
- background: #61970b;
- color: white;
- border: 1px solid #61970b; }
- a {
- text-decoration: none;
- color: #86b41d;
- border: 1px solid #86b41d; }
- a:hover, a:focus {
- color: #000033;
- border-color: #000033; }
-}
-
-.pagination:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden; }
-* html .pagination{
- height: 1%; }
-*:first-child + html .pagination {
- overflow: hidden; } \ No newline at end of file