2013-03-15 12:28:43 +01:00
|
|
|
/**
|
|
|
|
* @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;
|
|
|
|
float: left;
|
|
|
|
position: absolute;
|
|
|
|
top: 2.5em;
|
2014-04-14 21:06:56 +02:00
|
|
|
|
|
|
|
/* TODO: This had a background that's still at Facebook? */
|
2013-03-15 12:28:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.releeph-preview-branch .name {
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
position: absolute;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 9pt !important;
|
|
|
|
background: white;
|
|
|
|
top: 0.7em;
|
|
|
|
padding: 2px;
|
|
|
|
}
|