Skip to content

Commit

Permalink
remove superflu lib : font-awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Jan 28, 2019
1 parent b1ad3de commit 78a281d
Show file tree
Hide file tree
Showing 36 changed files with 4 additions and 4,809 deletions.
6 changes: 2 additions & 4 deletions css/mreporting.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,14 @@ select[name=graphmenu] option {
display: inline-block;
}

.add_report span:before {
.add_report i.fa {
text-align: center;
font-size: 2em;
content: "\f067";
padding-top: 4px;
width: 100%;
display: block;
}

.add_report:hover span:before {
.add_report:hover i.fa {
color: white;
}

Expand Down
4 changes: 2 additions & 2 deletions inc/dashboard.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ function showDashBoard($show_reports_dropdown = true) {

//echo "<button id='addReport_button' class='m_right'></button>";
echo "<div class='m_dashboard_controls'>";
echo "<div class='add_report' id='addReport_button'><span>&nbsp;</span></div>";
echo "<div class='add_report' id='addReport_button'><i class='fa fa-plus'></i></div>";
if (!empty($widgets)) {
echo "<span class='add_report_helptext'>".__("Add a report", 'mreporting').
" &#xf061;</span>";
" <i class='fa fa-arrow-right'></i></span>";
}
echo "</div>";
echo "<div id='addReport_dialog'>".$this->getFormForColumn()."</div>
Expand Down
Loading

0 comments on commit 78a281d

Please sign in to comment.