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
29 lines
551 B
CSS
29 lines
551 B
CSS
/**
|
|
* @provides releeph-preview-branch
|
|
*/
|
|
|
|
.releeph-preview-branch {
|
|
min-height: 4em;
|
|
position: relative;
|
|
}
|
|
|
|
.releeph-preview-branch .error {
|
|
padding-left: 22px;
|
|
background-repeat: no-repeat;
|
|
background-size: 16px auto;
|
|
background-image: url(/rsrc/custom/image/releeph/releeph_warning.png);
|
|
float: left;
|
|
position: absolute;
|
|
top: 2.5em;
|
|
}
|
|
|
|
.releeph-preview-branch .name {
|
|
clear: both;
|
|
float: left;
|
|
position: absolute;
|
|
font-family: monospace;
|
|
font-size: 9pt !important;
|
|
background: white;
|
|
top: 0.7em;
|
|
padding: 2px;
|
|
}
|