diff --git a/less/header.less b/less/header.less index b3c4d81..0cd3d26 100644 --- a/less/header.less +++ b/less/header.less @@ -179,68 +179,6 @@ } } - .pagination-block { - margin-right: 10px !important; - margin-left: 10px !important; - transition: opacity 250ms ease-in; - opacity: 0; - pointer-events: none; - - &.ready { - opacity: 1; - pointer-events: inherit; - } - - a { - display: inline-block; - padding-left: 2px; - padding-right: 2px; - } - - .progress-container { - height: 2px; - position: absolute; - bottom: 8px; - left: 8px; - background: #666; - width: 90%; - margin: auto; - - .progress-bar { - background-color: @gray-lighter; - height: 2px; - } - } - - .dropdown-toggle { - display: inline-block; - padding-left: 5px; - padding-right: 5px; - padding-top: 0px; - padding-bottom: 0px; - } - - .open>a { - background-color: rgba(0, 0, 0, 0)!important; - } - - - .dropdown-menu { - padding: 10px; - } - - @media (max-width: @screen-xs-max) { - .progress-container { - display: inline-block; - position: static; - bottom: 0px; - margin-left: 1em; - width: 100px; - margin-bottom: 3px; - } - } - } - .notif-dropdown-link { // margin-top: 1em; border-top: 1px solid rgba(163, 163, 163, 0.5); diff --git a/less/topic.less b/less/topic.less index fa00593..a31e454 100644 --- a/less/topic.less +++ b/less/topic.less @@ -511,33 +511,64 @@ } } - .navigator-thumb { - position: fixed; - background-color: @gray-lighter; - bottom: 60px; - left: 0px; - padding: 10px; - border-radius: 5px; - white-space: nowrap; - z-index: 100; - } - .pagination-block { position: fixed; - width: 100%; background-color: @gray-lighter; bottom: 0px; - left: 0px; + right: 0px; z-index: 100; transition: opacity 250ms ease-in; opacity: 0; + .pagination-text { + color: @text-color; + } + &.ready { opacity: 1; } .wrapper { padding: 5px 0px 5px 0px; + .dropdown-toggle { + padding-left:20px; + padding-right: 20px; + } + .dropdown-menu { + width: 400px; + + li { + padding: 10px; + } + .post-content { + height: 350px; + overflow: hidden; + } + .scroller-bg { + width: 3px; + height: 300px; + margin-left: 3px; + background-color: @gray-lighter; + .scroller-thumb { + width: 9px; + height: 20px; + background-color: @brand-primary; + position: relative; + left: -3px; + cursor: pointer; + border-radius: 3px; + .thumb-text { + font-weight: bolder; + margin-left: 20px; + } + } + } + } + @media (max-width: @screen-sm-min) { + .dropdown-menu { + width: 100%; + } + } } .progress-bar { background-color: @brand-info; @@ -547,6 +578,11 @@ transition: width 50ms ease-in; } } + @media (max-width: @screen-sm-min) { + .pagination-block { + width: 100%; + } + } } .thread_active_users { diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 4967d16..aed6535 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -199,30 +199,6 @@ -
-