1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/layout/phabricator-crumbs-view.css

82 lines
1.6 KiB
CSS
Raw Normal View History

/**
* @provides phabricator-crumbs-view-css
*/
.device-phone .phabricator-crumbs-view,
.device-tablet .phabricator-crumbs-view {
display: none;
}
.phabricator-crumbs-view {
background: #e1e5eb;
border-bottom: 1px solid #c5c9ce;
height: 33px;
overflow: hidden;
vertical-align: top;
}
.phabricator-crumbs-view,
.phabricator-crumbs-view a.phabricator-crumb-view,
.phabricator-crumbs-view a.phabricator-crumbs-action {
color: #3d3d3d;
font-weight: bold;
text-decoration: none;
text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}
.phabricator-crumb-view {
display: inline-block;
height: 33px;
line-height: 33px;
overflow: hidden;
}
.phabricator-crumb-icon {
display: inline-block;
width: 30px;
height: 30px;
margin: 2px 2px 1px 8px;
vertical-align: top;
}
.phabricator-crumbs-actions {
float: right;
}
.phabricator-crumbs-action {
display: inline-block;
height: 17px;
padding: 8px 14px 8px 24px;
position: relative;
}
.phabricator-crumbs-action .sprite-icon {
width: 14px;
height: 14px;
left: 4px;
top: 9px;
position: absolute;
}
.phabricator-crumb-divider {
display: inline-block;
width: 9px;
height: 33px;
background-image: url(/rsrc/image/tab_divider.png);
vertical-align: top;
margin: 0 9px;
}
.temporary-icon-apps {
background-image: url(/rsrc/image/button_apps.png);
background-position: center center;
background-repeat: no-repeat;
}
.temporary-icon-list {
background-image: url(/rsrc/image/button_menu.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 24px 15px;
}