diff --git a/styles/less/main.less b/styles/less/main.less index a079e38..358c4cd 100644 --- a/styles/less/main.less +++ b/styles/less/main.less @@ -282,6 +282,11 @@ ul.pager { } ul.form-pager { + li.current { + input[type="submit"], input[type=button] { + font-weight: bold; + } + } input[type="submit"], input[type=button] { background: none; border: none; @@ -289,6 +294,7 @@ ul.form-pager { color: @linkcolor; &:hover { text-decoration: underline; + cursor: pointer; } } } @@ -313,14 +319,24 @@ ul.form-pager { display: none; position: absolute; top: 75px; - left: 0px; - width: 200px; + left: -3px; + width: 150px; background-color: #fff; z-index: 1; border: 1px solid #000; padding: 2px; + span { + display: block; + font-size: 12px; + } } - &:hover .inner { - display: block; + &:hover { + border: 3px solid #252a3a; + width: 106px; + height: 106px; + margin: -1px; + .inner { + display: block; + } } } diff --git a/templates/search.html b/templates/search.html index 1771dd6..6c4de9d 100644 --- a/templates/search.html +++ b/templates/search.html @@ -81,7 +81,7 @@
- {{ image.date }} + {{ image.date }}
{% endfor %}