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,20 +594,6 @@ a:focus { | ||
594 | .subscribe-subject { | 594 | .subscribe-subject { |
595 | border:none; | 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 | /* subjects app ends */ | 597 | /* subjects app ends */ |
612 | 598 | ||
613 | /* Themes */ | 599 | /* Themes */ |
@@ -840,22 +826,4 @@ a.add-row { | @@ -840,22 +826,4 @@ a.add-row { | ||
840 | 826 | ||
841 | .add_resource ul { | 827 | .add_resource ul { |
842 | width: 100%; | 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 | \ No newline at end of file | 829 | \ No newline at end of file |
830 | +} | ||
863 | \ No newline at end of file | 831 | \ No newline at end of file |
subjects/templates/subjects/subject_card.html
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | </a> | 19 | </a> |
20 | </h4> | 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 | {% if has_subject_permissions %} | 23 | {% if has_subject_permissions %} |
24 | <a href="" id="moreActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | 24 | <a href="" id="moreActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
25 | <i class="fa fa-ellipsis-v" aria-hidden="true"></i> | 25 | <i class="fa fa-ellipsis-v" aria-hidden="true"></i> |
topics/templates/resources/list.html
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | </h4> | 20 | </h4> |
21 | 21 | ||
22 | {% if has_subject_permissions %} | 22 | {% if has_subject_permissions %} |
23 | - <div class="pull-right topic-card-items"> | 23 | + <div class="pull-right category-card-items"> |
24 | <a><i class="fa fa-arrows" aria-hidden="true"></i></a> | 24 | <a><i class="fa fa-arrows" aria-hidden="true"></i></a> |
25 | <span class="btn-group pull-right"> | 25 | <span class="btn-group pull-right"> |
26 | <button class="btn btn-sm btn_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | 26 | <button class="btn btn-sm btn_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |