2012-12-07 13:35:17 -08:00
|
|
|
/**
|
2015-01-23 11:35:09 -08:00
|
|
|
* @provides phui-crumbs-view-css
|
2012-12-07 13:35:17 -08:00
|
|
|
*/
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumbs-view {
|
2012-12-07 13:35:17 -08:00
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: top;
|
2015-01-26 08:27:54 -08:00
|
|
|
padding: 0 8px 0 16px;
|
2012-12-07 13:37:45 -08:00
|
|
|
/* TODO: Position this over the slider for Differential's file tree view.
|
|
|
|
Remove this once that gets sorted out. */
|
|
|
|
position: relative;
|
2014-05-25 13:18:51 -07:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2012-12-07 13:35:17 -08:00
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumbs-view,
|
|
|
|
.phui-crumbs-view a.phui-crumb-view,
|
|
|
|
.phui-crumbs-view a.phui-crumbs-action {
|
2014-06-09 16:06:20 -07:00
|
|
|
color: {$darkbluetext};
|
2012-12-07 13:35:17 -08:00
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2015-01-27 10:24:28 -08:00
|
|
|
.device-phone .phui-crumbs-view {
|
|
|
|
padding-left: 8px;
|
2015-02-02 10:34:42 -08:00
|
|
|
padding-right: 0;
|
2015-01-27 10:24:28 -08:00
|
|
|
}
|
|
|
|
|
2015-11-07 11:57:34 -08:00
|
|
|
.phui-crumbs-view a.phui-crumbs-action-disabled,
|
|
|
|
.phui-crumbs-view a.phui-crumbs-action-disabled .phui-icon-view {
|
2013-10-14 18:21:06 -07:00
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumbs-view + .phui-header-shell {
|
2013-03-15 17:16:39 -07:00
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.device-desktop .phui-crumbs-view a:hover {
|
2012-12-08 08:35:20 -08:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumb-view {
|
2014-08-25 12:46:30 -07:00
|
|
|
float: left;
|
2015-01-26 08:27:54 -08:00
|
|
|
padding: 8px 0;
|
2013-03-26 13:15:15 -07:00
|
|
|
}
|
|
|
|
|
2015-02-02 10:34:42 -08:00
|
|
|
.device-phone .phui-crumb-view.phabricator-last-crumb .phui-crumb-name,
|
|
|
|
.device-phone .phui-crumb-view.phui-crumb-has-icon,
|
|
|
|
.device-phone .phui-crumb-has-icon + .phui-crumb-divider {
|
2013-03-26 13:15:15 -07:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-02-02 10:34:42 -08:00
|
|
|
.device-phone .phui-crumb-name,
|
|
|
|
.device-phone .phui-crumb-divider {
|
2015-01-26 08:27:54 -08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-crumb-has-icon .phui-icon-view {
|
|
|
|
margin: 0 4px;
|
2012-12-07 13:35:17 -08:00
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.device-phone .phui-crumb-icon {
|
2013-03-26 13:15:15 -07:00
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumbs-actions {
|
2012-12-07 13:35:17 -08:00
|
|
|
float: right;
|
2014-04-27 09:48:31 -07:00
|
|
|
white-space: nowrap;
|
2012-12-07 13:35:17 -08:00
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumbs-action {
|
2012-12-07 13:35:17 -08:00
|
|
|
display: inline-block;
|
|
|
|
height: 17px;
|
2014-05-25 13:18:51 -07:00
|
|
|
padding: 8px 12px;
|
2012-12-07 13:35:17 -08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.device-phone a.phui-crumbs-action {
|
2015-02-02 10:34:42 -08:00
|
|
|
padding: 8px 6px;
|
2014-05-25 13:18:51 -07:00
|
|
|
}
|
|
|
|
|
2015-01-26 08:27:54 -08:00
|
|
|
.device-desktop .phui-crumbs-view a:hover,
|
|
|
|
.device-desktop .phui-crumbs-view a:hover .phui-icon-view {
|
2015-05-22 12:50:01 -07:00
|
|
|
color: {$blue};
|
2014-05-25 13:18:51 -07:00
|
|
|
text-decoration: none;
|
2013-03-26 13:15:15 -07:00
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.device-phone .phui-crumbs-action-name {
|
2013-03-26 13:15:15 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
a.phui-crumbs-action .phui-icon-view {
|
2014-05-12 10:08:32 -07:00
|
|
|
margin-right: 5px;
|
2014-06-09 16:06:20 -07:00
|
|
|
color: {$darkbluetext};
|
2013-03-26 13:15:15 -07:00
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.device-phone a.phui-crumbs-action .phui-icon-view {
|
2014-05-12 10:08:32 -07:00
|
|
|
margin-left: 5px;
|
2012-12-07 13:35:17 -08:00
|
|
|
}
|
|
|
|
|
2015-01-23 11:35:09 -08:00
|
|
|
.phui-crumb-divider {
|
2015-01-26 08:27:54 -08:00
|
|
|
margin: 2px 8px;
|
2012-12-07 13:35:17 -08:00
|
|
|
}
|
2015-01-28 09:33:49 -08:00
|
|
|
|
2015-05-22 12:50:01 -07:00
|
|
|
.phui-crumbs-view.phui-crumbs-border {
|
2015-07-06 10:14:48 -07:00
|
|
|
border-bottom: 1px solid rgba(55,55,55,.1);
|
2015-05-22 12:50:01 -07:00
|
|
|
}
|
|
|
|
|
2015-02-02 09:38:59 -08:00
|
|
|
body .phui-crumbs-view + .phui-object-box {
|
2015-01-28 09:33:49 -08:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .phui-crumbs-view + .phui-object-item-list-view {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|