This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
probuddy-master
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' into beta
beta
Daniel
1 year ago
parent
613db00c43
e7b131e854
commit
d16db89711
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/client/app/css/app.css
+1
-1
src/client/app/tmpl/appointment-detail.html
+ 1
- 0
src/client/app/css/app.css
View File
@@ -1246,6 +1246,7 @@ h6.calendar-week {
}
.radio-icons p {
margin: 0;
font-size: 16px;
cursor: pointer;
}
.radio-icons p i {
+ 1
- 1
src/client/app/tmpl/appointment-detail.html
View File
@@ -44,7 +44,7 @@
<% } %>
</div>
<div class="appointment-detail-appointment-name">
<%= a.getIcon() %> <%= a.getSubject() %>
<%
if ( a.getIcon() ) { %><i class="fas <%
= a.getIcon() %>
"></i>
<% } %>
<%= a.getSubject() %>
</div>
</div>
</div>
Write
Preview
Loading…
Cancel
Save