some UI tweaks and style for visualization NIHVIVO-782
This commit is contained in:
parent
bd5b6c5012
commit
4ce97268bc
1 changed files with 19 additions and 0 deletions
19
themes/vivo-basic/css/visualization/visualization.css
Normal file
19
themes/vivo-basic/css/visualization/visualization.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* $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;
|
||||
}
|
Loading…
Add table
Reference in a new issue