1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/aphront/crumbs-view.css
Aviv Eyal 52c68e1261 File view: Replace drop-down form with buttons for view options
Summary:
It always bothered me that adding/removing blame view takes two clicks.
Showing it like this saves a click for almost all transformations, and I think it feels nicer too.

I'm open to adding a user-setting for this (This form or the drop-down), but figured I'd ask first.

Test Plan:
Use buttons to switch modes - make sure text on button matches action.
Repeate with lines highlighted.

Reviewers: epriestley, vrana

Reviewed By: epriestley

CC: jungejason, Two9A, aran, Korvin

Differential Revision: https://secure.phabricator.com/D3499
2012-10-03 10:59:23 -07:00

22 lines
296 B
CSS

/**
* @provides aphront-crumbs-view-css
*/
.aphront-crumbs-view {
margin: 1em 2em;
}
.aphront-crumbs-content {
font-size: 16px;
font-weight: bold;
color: #333;
}
.aphront-crumbs-spacer {
padding: 0 .35em;
color: #888888;
}
.device-desktop .aphront-crumbs-view {
width: 66%;
}