You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/help.css

36 lines
590 B
CSS

.tab-help .twothird {
width: calc(67% - 15px);
margin-right: 15px;
}
.tab-help .gui_box {
min-height: 500px;
margin-bottom: 0px;
}
.tab-help ul {
margin-bottom:15px;
}
.tab-help li {
border-top: 1px dotted silver;
padding-top: 5px;
padding-bottom: 5px;
background-image: url(../images/arrow.svg);
background-repeat: no-repeat;
background-position: 0px 8px;
background-size: 12px;
}
.tab-help li span {
margin-left: 17px;
display:block;
}
.tab-help li span a {
color: #59aa29;
}
.tab-help .subline {
margin-bottom: 5px;
}