Skip to content
Snippets Groups Projects

Resolve #3418275 "Setup gitlab ci"

Files
2
+ 14
14
@@ -4,31 +4,31 @@
.formtip {
display: inline-block;
margin: 0 .3em;
color: #fff;
box-sizing: content-box;
width: 13px;
height: 13px;
margin: 0 .3em;
text-align: center;
vertical-align: baseline;
text-decoration: none;
letter-spacing: normal;
color: #fff;
border: 2px solid #ccc;
border-radius: 50%;
background-color: #ccc;
text-align: center;
font-size: 12px;
box-sizing: content-box;
text-decoration: none;
line-height: 13px;
vertical-align: baseline;
font-weight: bold;
letter-spacing: normal;
line-height: 13px;
}
.formtip:focus,
.formtip:hover,
.formtip:active {
cursor: help;
border: 2px solid #2369a6;
transition: all .25s ease-in-out;
text-decoration: none;
color: #fff;
border: 2px solid #2369a6;
background-color: #2369a6;
}
@@ -48,14 +48,14 @@
}
.formtips-processed {
z-index: 100;
position: absolute;
transition: opacity 0.25s ease-in-out;
z-index: 100;
display: none;
padding: 20px;
transition: opacity .25s ease-in-out;
text-align: left;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
line-height: 1.4;
}
@@ -86,10 +86,10 @@ div.description.formtips-processed,
/* The pointer of the tooltip. */
.formtips-processed::before {
position: absolute;
width: 0;
height: 0;
top: -12px;
left: 1.5em;
width: 0;
height: 0;
content: '';
border: 6px solid transparent;
border-bottom-color: #1e2021;
Loading