app/assets/stylesheets/iqvoc/iqvoc.css.erb in iqvoc-3.5.6 vs app/assets/stylesheets/iqvoc/iqvoc.css.erb in iqvoc-3.5.7
- old
+ new
@@ -6,12 +6,12 @@
padding: 9px 1em 1em 160px;
background: url(<%= asset_data_uri 'header_long.png' %>) no-repeat;
}
#header h1 {
- color: #000;
- font-weight: bold;
+ color: #000;
+ font-weight: bold;
}
ul#navi_main {
position: absolute;
top: 75px;
@@ -80,44 +80,45 @@
}
/* visualizations */
.sections {
- overflow: hidden; /* block formatting context */
- zoom: 1; /* hasLayout */
+ overflow: hidden; /* block formatting context */
+ zoom: 1; /* hasLayout */
}
+.infovis,
#infovis {
- float: right;
- width: 300px;
- height: 300px;
- overflow: hidden;
- margin: 0 0 10px 10px;
- border: 1px solid #EEE;
+ float: right;
+ width: 300px;
+ height: 300px;
+ overflow: hidden;
+ margin: 0 0 10px 10px;
+ border: 1px solid #EEE;
}
#infovis .button {
- float: right;
+ float: right;
}
#infovis .concept a {
- color: #000;
+ color: #000;
}
#infovis.filtered .concept {
- overflow: visible;
- color: #111;
+ overflow: visible;
+ color: #111;
}
#infovis .label {
- padding: 0 2px;
- color: #111;
- background-color: #EEE;
+ padding: 0 2px;
+ color: #111;
+ background-color: #EEE;
}
#infovis-label .label {
- font-size: 0.8em;
+ font-size: 0.8em;
}
/* ######################################## */
/* # Core CSS. Customizing is discouraged # */
/* ######################################## */
@@ -140,11 +141,11 @@
#controls * {
z-index: 99; /* work around overly wide header */
}
#controls a {
- color: #EEE;
+ color: #EEE;
}
#controls ul {
border: 1px solid #AAA;
border-radius: 0 0 5px 5px;
@@ -153,11 +154,11 @@
text-align: left;
}
#controls ul a {
display: inline;
- color: #000;
+ color: #000;
}
#controls h3 {
margin: 0.2em 0;
font-size: 1.1em;
@@ -328,12 +329,12 @@
margin-bottom: 20px;
padding: 4px 0 2px;
}
#abstract_uri img {
- vertical-align: middle;
- border: none;
+ vertical-align: middle;
+ border: none;
}
#untranslated {
float: right;
}
@@ -450,9 +451,14 @@
cursor: pointer;
}
.entity_select img {
margin-left: -20px; /* move into adjacent INPUT */
+}
+
+.entity_select input.qualified {
+ width: 5em;
+ margin-left: 0.5em;
}
tr.hover {
cursor: pointer;
background-color: #C0FAB4;