Skip to content

Commit fcb44cb

Browse files
committed
fix: bootstrap css blocked default base.css django admin
1 parent 40cd590 commit fcb44cb

File tree

9 files changed

+25
-16
lines changed

9 files changed

+25
-16
lines changed

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.6.1'
3+
__VERSION__ = '1.6.2'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

martor/static/martor/css/martor-admin.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CSS to handle inside admin django
33
by following the default `admin/css/base.css` from django
44
*/
55

6+
:root {
7+
--primary: #79aec8;
8+
--secondary: #417690;
9+
}
10+
611
body {
712
margin: 0;
813
padding: 0;
@@ -72,6 +77,10 @@ h5 {
7277
padding: 5px 15px;
7378
}
7479

80+
nav.sticky caption {
81+
caption-side: unset;
82+
}
83+
7584
.ui.tabular.menu+.attached:not(.top).segment,
7685
.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment {
7786
width: auto;

martor/static/martor/css/martor-admin.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.semantic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.1
2+
* Name : Martor v1.6.2
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 05-Apr-2021
4+
* Release date : 07-Apr-2021
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.6.1
2+
* Name : Martor v1.6.2
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 05-Apr-2021
4+
* Release date : 07-Apr-2021
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/

martor/static/martor/js/martor.semantic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)