mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
2497e5b5ed
Summary: A copy of the Releeph release tool. Test Plan: Generally, click everything at least once. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, AnhNhan Maniphest Tasks: T2094 Differential Revision: https://secure.phabricator.com/D4932
37 lines
627 B
CSS
37 lines
627 B
CSS
/**
|
|
* @provides releeph-intents
|
|
*/
|
|
|
|
.releeph-intents .intents {
|
|
clear: left;
|
|
width: 100%;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.releeph-intents .arrow {
|
|
float: left;
|
|
clear: left;
|
|
margin-right: 0.4em;
|
|
padding: 8px;
|
|
background: transparent 0 0 no-repeat;
|
|
}
|
|
|
|
.releeph-intents .arrow.want {
|
|
background-image: url('/rsrc/custom/image/icon/tango/go-next.png');
|
|
}
|
|
|
|
.releeph-intents .arrow.pass {
|
|
background-image: url('/rsrc/custom/image/icon/tango/go-previous-gray.png');
|
|
}
|
|
|
|
.releeph-intents a {
|
|
margin-right: 0.4em;
|
|
}
|
|
|
|
.releeph-intents .pusher {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.releeph-intents .requestor {
|
|
font-weight: normal;
|
|
}
|