2012-07-30 20:19:02 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-glyph-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.glyph {
|
|
|
|
background-size: 260px auto;
|
|
|
|
background-image: url(/rsrc/image/glyph_sprite.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glyph-profile {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-profile-active {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: 0 -28px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-profile:hover {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: 0 -56px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glyph-settings {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -28px 0;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-settings-active {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -28px -28px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-settings:hover {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -28px -56px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glyph-logout {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -56px 0;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-logout-active {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -56px -28px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-logout:hover {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -56px -56px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glyph-notification {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -84px 0;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-notification-active {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -84px -28px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-notification:hover {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -84px -56px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.glyph-menu {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -112px 0;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-menu-active {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -112px -28px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyph-menu:hover {
|
2012-07-31 01:09:14 +02:00
|
|
|
background-position: -112px -56px;
|
2012-07-30 20:19:02 +02:00
|
|
|
}
|