2012-02-15 17:49:23 -08:00
|
|
|
/**
|
|
|
|
|
* @provides phabricator-jump-nav
|
|
|
|
|
*/
|
|
|
|
|
|
2012-02-27 13:14:32 -08:00
|
|
|
.phabricator-jump-nav-form {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0 2em;
|
|
|
|
|
}
|
|
|
|
|
|
2012-02-15 17:49:23 -08:00
|
|
|
.phabricator-jump-nav {
|
2012-02-27 13:14:32 -08:00
|
|
|
margin-top: -8px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 2px 0;
|
2012-02-15 17:49:23 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.phabricator-jump-nav-caption {
|
2012-02-27 13:14:32 -08:00
|
|
|
margin-top: 4px;
|
|
|
|
|
padding-bottom: 4px;
|
2012-02-15 17:49:23 -08:00
|
|
|
font-size: 11px;
|
|
|
|
|
color: #666666;
|
2012-02-27 13:14:32 -08:00
|
|
|
text-align: left;
|
2012-02-15 17:49:23 -08:00
|
|
|
}
|