NIHVIVO-2062: In menupages, subclasses links aren't cut off anymore.
This commit is contained in:
parent
fff4a31c6a
commit
f5fc308dc8
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ ul#vgraph-classes {
|
|||
padding-bottom: 20px;
|
||||
}
|
||||
ul#browse-classes {
|
||||
width: 284px;
|
||||
width: 290px;
|
||||
margin-left: 0;
|
||||
padding-left: 10px;
|
||||
margin-left: 15px;
|
||||
|
|
|
@ -1003,12 +1003,12 @@ ul#browse-classes a {
|
|||
text-decoration: none;
|
||||
}
|
||||
ul#browse-classes a:hover {
|
||||
background: url(../images/arrow.gif) 4px 10px no-repeat;
|
||||
background: url(../images/arrow.gif) 4px 5px no-repeat;
|
||||
color: #2ea0cf;
|
||||
}
|
||||
ul#browse-classes a.selected {
|
||||
color: #2ea0cf;
|
||||
background: url(../images/arrow.gif) 4px 10px no-repeat;
|
||||
background: url(../images/arrow.gif) 4px 5px no-repeat;
|
||||
}
|
||||
ul#browse-classes .count-classes {
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue