app/assets/stylesheets/iqvoc/components.css.scss in iqvoc-4.0.6 vs app/assets/stylesheets/iqvoc/components.css.scss in iqvoc-4.0.7
- old
+ new
@@ -16,15 +16,19 @@
input {
min-width: 60%;
}
- ul {
+ ol {
margin-left: 0;
list-style: none;
text-align: left;
}
+
+ .pagination {
+ text-align: left;
+ }
}
tr.highlightable {
cursor: pointer;
}
@@ -59,12 +63,14 @@
.arrow_up {
margin-top: 2px;
}
-dt {
- margin-top: 10px;
+dl {
+ dt {
+ margin-top: 10px;
+ }
}
.letter-selector {
$active: white;
margin: 0;
@@ -101,8 +107,25 @@
padding: inherit;
&:hover {
background: inherit;
}
}
+ }
+ }
+}
+
+ol.concepts {
+ li {
+ margin-bottom: 15px;
+ p {
+ margin: 0;
+ }
+ p.term {
+ a {
+ font-weight: bold;
+ }
+ }
+ p.uri {
+ color: green;
}
}
}