Skip to content

Commit

Permalink
CSS add Library & SMS modules icons
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisjacquet committed Nov 18, 2019
1 parent a08c41f commit c630eca
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -6,6 +6,7 @@ Changes in 5.6
- Fix saving new student/user when current Student/Staff ID set (in other browser tab) in Student.php & User.php
- Fix SQL error on save when current Student/Staff ID was lost (in other browser tab) in Student.php & User.php
- Always do custom fields substitutions when Student in Substitutions.fnc.php
- CSS add Library & SMS modules icons in stylesheet.css & icons.css

Changes in 5.5.1
----------------
Expand Down
8 changes: 8 additions & 0 deletions assets/themes/FlatSIS/stylesheet.css
Expand Up @@ -38,6 +38,10 @@
background-image: url("modules/Food_Service.png");
}

.module-icon.Library {
background-image: url("modules/Library.png");
}

.module-icon.Messaging {
background-image: url("modules/Messaging.png") !important;
}
Expand Down Expand Up @@ -66,6 +70,10 @@
background-image: url("modules/School_Setup.png");
}

.module-icon.SMS {
background-image: url("modules/SMS.png");
}

.module-icon.Student_Billing {
background-image: url("modules/Student_Billing.png");
}
Expand Down
8 changes: 8 additions & 0 deletions assets/themes/WPadmin/css/icons.css
Expand Up @@ -41,6 +41,10 @@
background-image: url("modules/Food_Service.png");
}

.module-icon.Library {
background-image: url("modules/Library.png");
}

.Messaging {
background-image: url("modules/Messaging.png") !important;
}
Expand All @@ -65,6 +69,10 @@
background-image: url("modules/School_Setup.png");
}

.module-icon.SMS {
background-image: url("modules/SMS.png");
}

.module-icon.Student_Billing {
background-image: url("modules/Student_Billing.png");
}
Expand Down
Binary file added assets/themes/WPadmin/modules/Library.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/themes/WPadmin/modules/SMS.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/themes/WPadmin/stylesheet.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/themes/WPadmin/stylesheet_wkhtmltopdf.css

Large diffs are not rendered by default.

0 comments on commit c630eca

Please sign in to comment.