Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
1948a260
Commit
1948a260
authored
5 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
Compatibility with future crispy-forms release
parent
22954aaf
No related branches found
Branches containing commit
Tags
v0.2.18
Tags containing commit
No related merge requests found
Pipeline
#15797
passed with stage
in 39 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+4
-39
4 additions, 39 deletions
...eme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
40 deletions
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+
4
−
39
View file @
1948a260
...
...
@@ -522,45 +522,10 @@ main a {
/*background: #e3e9eb;/**/
border-bottom
:
1px
solid
#2d96fa
;
}
:not
(
label
)>
input
[
type
=
"radio"
]
{
display
:
none
;
}
input
[
type
=
"radio"
]
+
label
:before
,
input
[
type
=
"radio"
]
+
label
span
:before
{
font-family
:
"FontAwesome"
;
content
:
"\f1db"
;
color
:
#989287
;
margin-left
:
-1.25rem
;
}
input
[
type
=
"radio"
]
:checked
+
label
:before
,
input
[
type
=
"radio"
]
:checked
+
label
span
:before
{
content
:
"\f05d"
;
color
:
#0275e3
;
}
:not
(
label
)>
input
[
type
=
"checkbox"
]
{
display
:
none
;
}
input
[
type
=
"checkbox"
]
+
label
:before
,
input
[
type
=
"checkbox"
]
+
label
span
:before
{
font-family
:
"FontAwesome"
;
content
:
"\f096"
;
color
:
#989287
;
margin-left
:
-1.25rem
;
position
:
absolute
;
}
input
[
type
=
"checkbox"
]
:checked
+
label
:before
,
input
[
type
=
"checkbox"
]
:checked
+
label
span
:before
{
content
:
"\f046"
;
color
:
#0275e3
;
}
.form-check
>
.form-check-label
+
.form-text
{
margin-left
:
-1.25rem
;
.custom-control-input
:checked
~
.custom-control-label
::before
{
color
:
#fff
;
border-color
:
#2d96fa
;
background-color
:
#2d96fa
;
}
.card
{
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1948a260
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'
django-basetheme-bootstrap
'
,
version
=
'
0.2.2
2
'
,
version
=
'
0.2.2
3
'
,
description
=
'
Django Basetheme Bootstrap
'
,
long_description
=
readme
,
author
=
'
Bryan Brancotte
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment