forked from vitorfs/bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here's some fixed UI and logic that can be pushed:
- Added password change functionality. - vitorfs#167 Restored the old crop profile image section and fixed profile images aspect ratio. - Changed Notifications and News UI to a better looking. - Added Bell notification with number count. - Changed delete news posts to be removed by Ajax request. - Updated migrations so ImageField is not anymore in User model (since upload mage has changed) - vitorfs#222 Added links in Notifications and fixed 'replied to' messages (still have to put the right addres to the links)
- Loading branch information
Gustavo Bakker
authored and
Gustavo Bakker
committed
Apr 13, 2020
1 parent
59c2cb8
commit e157163
Showing
48 changed files
with
1,305 additions
and
742 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file modified
0
bootcamp/contrib/sites/migrations/0003_set_site_domain_and_name.py
100755 → 100644
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */ | ||
.jcrop-holder{direction:ltr;text-align:left;} | ||
.jcrop-vline,.jcrop-hline{background:#FFF url(../img/Jcrop.gif);font-size:0;position:absolute;} | ||
.jcrop-vline{height:100%;width:1px!important;} | ||
.jcrop-vline.right{right:0;} | ||
.jcrop-hline{height:1px!important;width:100%;} | ||
.jcrop-hline.bottom{bottom:0;} | ||
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;} | ||
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;} | ||
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;} | ||
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;} | ||
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;} | ||
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;} | ||
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;} | ||
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;} | ||
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;} | ||
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;} | ||
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;} | ||
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;} | ||
.jcrop-dragbar.ord-n{margin-top:-4px;} | ||
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;} | ||
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;} | ||
.jcrop-dragbar.ord-w{margin-left:-4px;} | ||
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;} | ||
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;} | ||
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;} | ||
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;} | ||
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;} | ||
.jcrop-holder img,img.jcrop-preview{max-width:none;} | ||
.jcrop-keymgr{display:none!important;} |
Oops, something went wrong.