2018-09-11 16:45:54 +00:00
|
|
|
.blockingControl {
|
2018-06-29 16:14:00 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
2018-09-11 15:33:11 +00:00
|
|
|
|
2019-03-25 17:03:25 +00:00
|
|
|
#controlsBlock > ul {
|
2018-10-02 14:52:27 +00:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
2018-09-12 13:07:46 +00:00
|
|
|
}
|
2018-10-02 14:52:27 +00:00
|
|
|
#controlsBlock .control {
|
|
|
|
margin: 1em 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2019-01-29 17:41:44 +00:00
|
|
|
#controlsBlock .controlText {
|
2019-03-25 17:03:25 +00:00
|
|
|
width: 100%;
|
|
|
|
padding: 1rem 2.6rem 1rem 1.6rem;
|
|
|
|
/*For the .hide element */
|
|
|
|
position: relative;
|
2019-01-29 17:41:44 +00:00
|
|
|
}
|
2018-10-02 14:52:27 +00:00
|
|
|
#controlsBlock .controlText p {
|
2019-01-29 17:41:44 +00:00
|
|
|
margin: 0;
|
2018-09-12 13:07:46 +00:00
|
|
|
}
|
|
|
|
|
2019-03-25 17:03:25 +00:00
|
|
|
.controlText .hide {
|
|
|
|
position: absolute;
|
|
|
|
top: 0rem;
|
|
|
|
right: -1.4rem;
|
|
|
|
font-size: 200%;
|
|
|
|
}
|
|
|
|
|
2018-09-12 15:33:27 +00:00
|
|
|
#controlExplanation {
|
2018-10-02 14:52:27 +00:00
|
|
|
}
|
|
|
|
#controlExplanation > div {
|
|
|
|
display: inline;
|
2018-09-12 14:52:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*Disable links visually */
|
|
|
|
#controlExplanation a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-09-12 13:07:46 +00:00
|
|
|
/* Display the values of the variables in the explanation of the failed control */
|
|
|
|
#controlsBlock .variable .situationValue {
|
|
|
|
display: inline-block;
|
2018-09-11 15:33:11 +00:00
|
|
|
}
|
|
|
|
#controlsBlock img {
|
2019-03-25 17:03:25 +00:00
|
|
|
margin: 0 1em 0 !important;
|
2018-10-02 14:52:27 +00:00
|
|
|
width: 1.6em !important;
|
|
|
|
height: 1.6em !important;
|
2018-09-12 13:07:46 +00:00
|
|
|
}
|