/************************/ /**** comparison.xsl ****/ /************************/ #div_selectCollections{ float: left; padding-bottom:10px; } #div_quickSearch{ float: right; } #div_queryWrapper{ width: 100%; height: auto; border: 1px solid black; display:table; table-layout:fixed; margin-bottom: 2px; } #div_queryWrapper > div{ height:100%; width:50%; padding: 5px; display:table-cell; } #div_queryWrapper select{ max-width: 300px; } #div_leftQuery{ border-right:1px solid black; } #div_comparisonWrapper{ width: 100%; max-height: 300px; border: 1px solid black; display: table; table-layout: fixed; } #div_comparisonWrapper > div{ padding:5px; display: table-cell; height: 300px; } #div_combinedQuery{ width:70%; } #div_combinedResults{ width: auto; max-height:350px; } #div_resultPredicates{ margin-left:10px; } #div_venn{ width: 35%; height: auto; border-right: 1px solid black; margin-bottom: 3px; } #venn{ width:100%; height: 170px; border:1px solid #DFD9C3; margin-top:10px; margin-bottom:10px; } .searchControls{ margin-top:7px; margin-left:5px; margin-bottom:7px; } .filteredDatasetTable{ height:200px; } .colorIndicator{ height:10px; width:10px; display:inline-block; border:1px solid #DFD9C3; margin-top:4px; padding:1px; border-radius:10px; opacity:0.75; } .collectionNameDiv{ text-align:center; margin-bottom:10px; } .collectionName{ font-size:1.2em; text-decoration: underline; font-weight:bold; padding:10px; margin-bottom: 15px; } .submitToComparison{ padding:7px; } .formButton{ margin-left:2px; margin-right:2px; } /************************/ /**** about.xsl *********/ /************************/ #div_about{ margin:15px; font-weight:bold; text-decoration: underline; } #div_PredicateOverview{ height:260px; width:100%; } #sgvzl_PredicateOverview{ /*left:20%;*/ width:60%; height:250px; display:inline-block; } #sparqlQuery-area{ border:1px solid #DFD9C3; width:655px; height:auto; padding:10px; } #searchContainer{ width:100%; height:auto; overflow:auto; } #refineControls{ margin-left:20px; margin-top:5px } #selectDataset{ width:30%; float:right; border:1px solid #DFD9C3; padding:10px; } #span_sparqlQuery{ font-size: 10pt; display:block; } /************************/ /******* global *********/ /************************/ .ui-autocomplete{ position: absolute; max-height: 300px; overflow-y: auto; overflow-x: hidden; z-index: 1000 !important; } .basicControls{ margin-top:5px; border-top:1px inset #dfd9c3; } .refineControls{ margin-top:5px; border-top:1px inset #dfd9c3; border-bottom:1px inset #dfd9c3; } .alignRight{ text-align:right; } .autocomplete-custom{ padding-left:5px; padding-bottom:3px; font-size:1em; } ul.ui-autocomplete.ui-menu{ font-size:0.8em; } .ui-autocomplete-loading{ background: white url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat; } .bold{ font-weight: bold; }