Changed notification menu style

This commit is contained in:
Abdullah Almsaeed
2015-02-06 19:00:29 -05:00
parent 18529ffaef
commit eccd2b521d
29 changed files with 139 additions and 179 deletions

View File

@@ -136,28 +136,28 @@
<ul class="menu">
<li>
<a href="#">
<i class="ion ion-ios-people info"></i> 5 new members joined today
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning danger"></i> Very long description here that may not fit into the page and may cause design problems
<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users warning"></i> 5 new members joined
<i class="fa fa-users text-red"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="ion ion-ios-cart success"></i> 25 sales made
<i class="fa fa-shopping-cart text-green"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="ion ion-ios-person danger"></i> You changed your username
<i class="fa fa-user text-red"></i> You changed your username
</a>
</li>
</ul>