NIHVIVO-1995 Removed individual counts from classes and added logic that attempts to identify super class
This commit is contained in:
parent
c324ab3151
commit
0db60ac7d8
3 changed files with 60 additions and 42 deletions
|
@ -59,11 +59,18 @@ ul#browse-classgroups .count-classes {
|
|||
/* BROWSE CLASSES IN CLASS GROUP ------> */
|
||||
#browse-classes {
|
||||
float: left;
|
||||
position: relative;
|
||||
width: 610px;
|
||||
border: 1px solid #dde6e5;
|
||||
background: #fff;
|
||||
min-height: 230px;
|
||||
}
|
||||
a.browse-superclass {
|
||||
position: absolute;
|
||||
top: 0.3em;
|
||||
right: 0.5em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
ul#classes-in-classgroup {
|
||||
float: left;
|
||||
width: 90%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue