35 lines
742 B
CSS
35 lines
742 B
CSS
|
|
/* ----------------------------- essentials.css --------------------------- */
|
|
|
|
/*6983*/
|
|
.editor section.edit_t032 ul.process-steps,
|
|
ul.process-steps li {
|
|
border:0 !important;
|
|
text-align: center;
|
|
}
|
|
|
|
/*6989*/
|
|
.editor section.edit_t032 ul.process-steps li a {
|
|
width:50px;
|
|
height:50px;
|
|
font-size:30px;
|
|
line-height:30px;
|
|
text-align: center;
|
|
display:inline-block;
|
|
color:#111;
|
|
border:#666 1px solid !important;
|
|
background-color:#fff;
|
|
|
|
-webkit-border-radius: 50% !important;
|
|
-moz-border-radius: 50% !important;
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
/*9776*/
|
|
.editor section.edit_t032 .nav-tabs.nav-justified>li>a {
|
|
-webkit-border-radius: 0 !important;
|
|
-moz-border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|