aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/bootstrap-sortable.css
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2017-04-24 10:36:10 +0300
committerFilipp Lepalaan <filipp@mac.com>2017-04-24 10:36:10 +0300
commitc1e043b7ba78cee73d13ded9ef03b256202540f1 (patch)
tree2b913aaf4c3c45972cff707afd76d9ad901d40ba /static/css/bootstrap-sortable.css
parentef376c2cf80cb89c3c5a5dc79c39c5045406b5e7 (diff)
downloadServo-c1e043b7ba78cee73d13ded9ef03b256202540f1.tar.gz
Servo-c1e043b7ba78cee73d13ded9ef03b256202540f1.tar.bz2
Servo-c1e043b7ba78cee73d13ded9ef03b256202540f1.zip
Move STATIC_ROOT inside app directory
Diffstat (limited to 'static/css/bootstrap-sortable.css')
-rwxr-xr-xstatic/css/bootstrap-sortable.css84
1 files changed, 0 insertions, 84 deletions
diff --git a/static/css/bootstrap-sortable.css b/static/css/bootstrap-sortable.css
deleted file mode 100755
index 8924f61..0000000
--- a/static/css/bootstrap-sortable.css
+++ /dev/null
@@ -1,84 +0,0 @@
-table.sortable span.sign {
- display: block;
- position: absolute;
- top: 50%;
- right: 5px;
- font-size: 12px;
- margin-top: -10px;
- color: #bfbfc1;
-}
-
-table.sortable span.arrow, span.reversed {
- border-style: solid;
- border-width: 5px;
- font-size: 0;
- border-color: #ccc transparent transparent transparent;
- line-height: 0;
- height: 0;
- width: 0;
- margin-top: -2px;
-}
-
- table.sortable span.arrow.up {
- border-color: transparent transparent #ccc transparent;
- margin-top: -7px;
- }
-
-table.sortable span.reversed {
- border-color: transparent transparent #ccc transparent;
- margin-top: -7px;
-}
-
- table.sortable span.reversed.up {
- border-color: #ccc transparent transparent transparent;
- margin-top: -2px;
- }
-
-
-
-table.sortable span.az:before {
- content: "a .. z";
-}
-
-table.sortable span.az.up:before {
- content: "z .. a";
-}
-
-table.sortable span.AZ:before {
- content: "A .. Z";
-}
-
-table.sortable span.AZ.up:before {
- content: "Z .. A";
-}
-
-table.sortable span._19:before {
- content: "1 .. 9";
-}
-
-table.sortable span._19.up:before {
- content: "9 .. 1";
-}
-
-table.sortable span.month:before {
- content: "jan .. dec";
-}
-
-table.sortable span.month.up:before {
- content: "dec .. jan";
-}
-
-table.sortable thead th:not([data-defaultsort=disabled]) {
- cursor: pointer;
- position: relative;
- top: 0;
- left: 0;
-}
-
-table.sortable thead th:hover:not([data-defaultsort=disabled]) {
- background: #efefef;
-}
-
-table.sortable thead th div.mozilla {
- position: relative;
-}