Skip to content

Commit f2e093c

Browse files
author
Cuong Nguyen
committed
restyle sidebar
1 parent 75d6d9e commit f2e093c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

admin_extended/static/admin_extended/css/extended.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ details {
7777

7878
@media (max-width: 1024px) {
7979
#changelist-filter {
80-
top: 196px;
80+
/* top: 196px; */
8181
}
8282
}
8383

@@ -295,3 +295,18 @@ table#result_list .field-id {
295295
font-weight: normal;
296296
line-height: 1.5em;
297297
}
298+
299+
#nav-sidebar tr th a:before {
300+
content: '';
301+
width: 5px;
302+
height: 5px;
303+
position: absolute;
304+
margin-top: 7px;
305+
border-radius: 50%;
306+
background: #cccccc;
307+
margin-left: -12px;
308+
}
309+
310+
#nav-sidebar tr th a:hover {
311+
color: var(--accent) !important;
312+
}

screenshots/change-list-page.png

339 KB
Loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import find_packages, setup
33

4-
VERSION = '5.1.2'
4+
VERSION = '5.1.3'
55
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
66
README = readme.read()
77

0 commit comments

Comments
 (0)