source: main/trunk/model-sites-dev/von-sparql/transform/pages/style.css@ 28784

Last change on this file since 28784 was 28784, checked in by ak19, 10 years ago

Refactored and upgraded to latest version of SGVizler

File size: 721 bytes
Line 
1#sgvzl_PredicateOverview{
2 width:550px;
3 height:250px;
4 display:inline-block;
5 float:left;
6}
7
8#queryContainer{
9 border:1px solid #DFD9C3;
10 width:350px;height:230px;
11 float:right;
12 margin-left:15px;
13 padding:10px;
14 overflow-y:scroll;
15}
16
17#searchContainer{
18 margin-bottom:10px;
19 width:100%;
20 height:auto;
21 min-height:110px;
22 overflow:auto;
23}
24
25#searchControls{
26 width:65%;
27 float:left;
28}
29
30#refineControls{
31 margin-left:20px;
32 margin-bottom:20px;
33 margin-top:5px
34}
35
36#selectDataset{
37 width:30%;
38 float:right;
39 border:1px solid #DFD9C3;
40 padding:10px;
41}
42
43.ui-autocomplete{
44 max-height: 300px;
45 overflow-y: auto;
46 overflow-x: hidden;
47 z-index: 1000 !important;
48}
Note: See TracBrowser for help on using the repository browser.