Skip to content

Commit

Permalink
Make controllerinput visible again in ceramic
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMayer committed Mar 30, 2018
1 parent 369f2f4 commit 814026f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions source/resource/designs/ceramic/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ body br
{
position: relative;
}
.page .rowspan > .innerrowspan
{
position: absolute;
}

.page.type_2d > div,
.widget.group
Expand Down Expand Up @@ -1101,6 +1105,29 @@ img.icon, canvas.icon, svg.icon
}

/* use body to make sure these rules are more specific and thus win */
body .page .controllerinput > .actor
{
width: auto;
}

.page .controllerinput > .actor
{
left: 75%;
transform: translateX(-50%);
}

.page .controllerinput > .actor:first-child
{
left: 50%;
width: auto;
}

.controllerinput .actor div
{
left: auto;
transform: none;
}

body .controllerinput .roundbarbackground.border {
display: none;
}
Expand Down

0 comments on commit 814026f

Please sign in to comment.