missed a couple files on that last commit due to copying directories from my local working copy... NIHVIVO-556
This commit is contained in:
parent
8ccfef4fcc
commit
aaf4458cbf
40 changed files with 531 additions and 0 deletions
29
themes/wilma/css/visualization/visualization.css
Normal file
29
themes/wilma/css/visualization/visualization.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/*************************************************
|
||||
vivo-basic theme: visualization styles
|
||||
**************************************************/
|
||||
|
||||
span.incomplete-data-holder,
|
||||
#incomplete-data {
|
||||
padding: 3px;
|
||||
font-size: 0.8em;
|
||||
color: #444;
|
||||
border: dotted 1px #eee;
|
||||
background-color: #ffb;
|
||||
}
|
||||
|
||||
#incomplete-data {
|
||||
margin-top: 1.6em;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
/* RY Removed cursor:pointer: makes the whole div look clickable when it isn't. */
|
||||
#vis_container {
|
||||
/*cursor:pointer; */
|
||||
/*height:36px;
|
||||
margin-left:24%;
|
||||
margin-top:-2%;
|
||||
position:absolute;
|
||||
width:380px;*/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue