Commit bf718cf87865d897a1afa7f104b1a1827c857c65
1 parent
690034b9
Exists in
master
and in
3 other branches
Revert "modified card header icons"
This reverts commit 3cb3639ae2c5c02d0d3dcf31becba37914a885da.
Showing
3 changed files
with
3 additions
and
35 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -594,20 +594,6 @@ a:focus { |
594 | 594 | .subscribe-subject { |
595 | 595 | border:none; |
596 | 596 | } |
597 | - | |
598 | -.subject-card-items { | |
599 | - padding-right: 0px; | |
600 | -} | |
601 | -.subject-card-items i{ | |
602 | - font-size: 25px !important; | |
603 | - margin-top: 6px; | |
604 | - margin-right: 10px; | |
605 | - color: black !important; | |
606 | -} | |
607 | - | |
608 | -.subject-card-items i:hover{ | |
609 | - color: white !important; | |
610 | -} | |
611 | 597 | /* subjects app ends */ |
612 | 598 | |
613 | 599 | /* Themes */ |
... | ... | @@ -840,22 +826,4 @@ a.add-row { |
840 | 826 | |
841 | 827 | .add_resource ul { |
842 | 828 | width: 100%; |
843 | -} | |
844 | - | |
845 | -/*topics app starts*/ | |
846 | - | |
847 | -.topic-card-items { | |
848 | - padding-right: 0px; | |
849 | -} | |
850 | -.topic-card-items i{ | |
851 | - font-size: 25px !important; | |
852 | - margin-top: 6px; | |
853 | - margin-right: 10px; | |
854 | - color: black !important; | |
855 | -} | |
856 | - | |
857 | -.topic-card-items i:hover{ | |
858 | - color: white !important; | |
859 | -} | |
860 | - | |
861 | -/*topic app ends*/ | |
862 | 829 | \ No newline at end of file |
830 | +} | |
863 | 831 | \ No newline at end of file | ... | ... |
subjects/templates/subjects/subject_card.html
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | </a> |
20 | 20 | </h4> |
21 | 21 | |
22 | - <div class="col-md-5 pull-right subject-card-items"> | |
22 | + <div class="col-md-5 pull-right category-card-items"> | |
23 | 23 | {% if has_subject_permissions %} |
24 | 24 | <a href="" id="moreActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
25 | 25 | <i class="fa fa-ellipsis-v" aria-hidden="true"></i> | ... | ... |
topics/templates/resources/list.html
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | </h4> |
21 | 21 | |
22 | 22 | {% if has_subject_permissions %} |
23 | - <div class="pull-right topic-card-items"> | |
23 | + <div class="pull-right category-card-items"> | |
24 | 24 | <a><i class="fa fa-arrows" aria-hidden="true"></i></a> |
25 | 25 | <span class="btn-group pull-right"> |
26 | 26 | <button class="btn btn-sm btn_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ... | ... |