mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-04 12:42:43 +01:00
8ae7de51f9
Summary: Applied fixes for issues mentioned in D4737#1&2 Test Plan: Verified that scripts seem to work as intended. Reviewers: epriestley CC: aran, Korvin Maniphest Tasks: T2446 Differential Revision: https://secure.phabricator.com/D4782
36 lines
556 B
CSS
36 lines
556 B
CSS
/**
|
|
* @provides pholio-css
|
|
*/
|
|
.pholio-mock-image-container {
|
|
background-color: #282828;
|
|
text-align: center;
|
|
}
|
|
|
|
.pholio-mock-carousel {
|
|
background-color: #282828;
|
|
text-align: center;
|
|
}
|
|
|
|
.pholio-mock-carousel-thumbnail {
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.pholio-mock-image {
|
|
display: inline-block;
|
|
}
|
|
|
|
.pholio-mock-select {
|
|
border: 1px solid #FF0000;
|
|
position: absolute;
|
|
}
|
|
|
|
.pholio-mock-wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
cursor: crosshair;
|
|
padding: 0px;
|
|
margin: 10px 0px;
|
|
}
|
|
|