updated icon paths

This commit is contained in:
scottjehl 2010-09-19 12:12:22 -04:00
parent 04f24f1d9d
commit 188e068dcb

View file

@ -14,13 +14,13 @@
.ui-globalnav-expanded ul .ui-btn .ui-btn-inner { padding-top: 55px !important; }
.nav-glyphish-example .ui-btn .ui-icon, .ui-globalnav-expanded ul .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: none !important; border-radius: none !important; }
.ui-globalnav-expanded ul .ui-btn .ui-icon { top: 20px; }
#chat .ui-icon { background: url(/images/glyphish/09-chat2.png) 50% 50% no-repeat; }
#email .ui-icon { background: url(/images/glyphish/18-envelope.png) 50% 50% no-repeat; }
#chat .ui-icon { background: url(images/glyphish/09-chat2.png) 50% 50% no-repeat; }
#email .ui-icon { background: url(images/glyphish/18-envelope.png) 50% 50% no-repeat; }
.nav-glyphish-example .ui-globalnav-toggle .ui-icon { background: url(/images/glyphish/19-gear.png) 50% 50% no-repeat !important; }
#login .ui-icon { background: url(/images/glyphish/30-key.png) 50% 50% no-repeat; }
#beer .ui-icon { background: url(/images/glyphish/88-beermug.png) 50% 50% no-repeat; }
#coffee .ui-icon { background: url(/images/glyphish/100-coffee.png) 50% 50% no-repeat; }
#clock .ui-icon { background: url(/images/glyphish/11-clock.png) 50% 50% no-repeat; }
#login .ui-icon { background: url(images/glyphish/30-key.png) 50% 50% no-repeat; }
#beer .ui-icon { background: url(images/glyphish/88-beermug.png) 50% 50% no-repeat; }
#coffee .ui-icon { background: url(images/glyphish/100-coffee.png) 50% 50% no-repeat; }
#clock .ui-icon { background: url(images/glyphish/11-clock.png) 50% 50% no-repeat; }
</style>