##// END OF EJS Templates
invoke css
Jonathan Frederic -
Show More
@@ -1256,15 +1256,12 b' h6:hover .anchor-link {'
1256 align-items: flex-start;
1256 align-items: flex-start;
1257 }
1257 }
1258 .widget-area.connection-problems .prompt:after {
1258 .widget-area.connection-problems .prompt:after {
1259 content: '\f127';
1259 content: "\f127";
1260 font-family: 'FontAwesome';
1260 font-family: 'FontAwesome';
1261 color: #d9534f;
1261 color: #d9534f;
1262 padding: 4px;
1263 position: relative;
1264 border-radius: 2px;
1265 font-size: 14px;
1262 font-size: 14px;
1266 left: 0px;
1267 top: 3px;
1263 top: 3px;
1264 padding: 3px;
1268 }
1265 }
1269 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
1266 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
1270 THE WIDGET AREA). */
1267 THE WIDGET AREA). */
@@ -9126,15 +9126,12 b' h6:hover .anchor-link {'
9126 align-items: flex-start;
9126 align-items: flex-start;
9127 }
9127 }
9128 .widget-area.connection-problems .prompt:after {
9128 .widget-area.connection-problems .prompt:after {
9129 content: '\f127';
9129 content: "\f127";
9130 font-family: 'FontAwesome';
9130 font-family: 'FontAwesome';
9131 color: #d9534f;
9131 color: #d9534f;
9132 padding: 4px;
9133 position: relative;
9134 border-radius: 2px;
9135 font-size: 14px;
9132 font-size: 14px;
9136 left: 0px;
9137 top: 3px;
9133 top: 3px;
9134 padding: 3px;
9138 }
9135 }
9139 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
9136 /* THE CLASSES BELOW CAN APPEAR ANYWHERE IN THE DOM (POSSIBLEY OUTSIDE OF
9140 THE WIDGET AREA). */
9137 THE WIDGET AREA). */
General Comments 0
You need to be logged in to leave comments. Login now