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
25 lines
372 B
CSS
25 lines
372 B
CSS
/**
|
|
* @provides releeph-project
|
|
*/
|
|
|
|
/**
|
|
* ...from aphront-transaction.css
|
|
*/
|
|
|
|
.releeph-pusher {
|
|
background: 2px 2px no-repeat;
|
|
margin-top: 1em;
|
|
margin-bottom: 1.25em;
|
|
margin-right: 1em;
|
|
min-height: 50px;
|
|
padding: 2px 0px;
|
|
|
|
background-color: white;
|
|
border: 2px solid gray;
|
|
float: left;
|
|
}
|
|
|
|
.releeph-pusher-body {
|
|
margin-left: 54px;
|
|
padding: 1em;
|
|
}
|