VIVO-201: removed some css redundancies
This commit is contained in:
parent
793dbc2657
commit
337c6b4c8b
13 changed files with 160 additions and 456 deletions
|
@ -9,7 +9,9 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
#body {
|
||||
#body,
|
||||
#error-container,
|
||||
span#copy-vis-viewlink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -23,9 +25,6 @@
|
|||
color:#aaa;
|
||||
margin-left:-18px;
|
||||
}
|
||||
#error-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
This is for the overlay that happens when you change the parameter. Somehow the top
|
||||
|
@ -114,10 +113,6 @@ img.bar-count-icon {
|
|||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
span#copy-vis-viewlink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img#copy-vis-viewlink-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -134,7 +129,8 @@ a.temporalGraphLinks {
|
|||
text-decoration: none;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
a.clear-selected-entities {
|
||||
a.clear-selected-entities,
|
||||
#legend-row-header a {
|
||||
background-color: #878787;
|
||||
}
|
||||
#paginated-table-footer {
|
||||
|
@ -149,9 +145,6 @@ a.clear-selected-entities {
|
|||
#loading-comparisons img {
|
||||
vertical-align: sub;
|
||||
}
|
||||
#legend-row-header a {
|
||||
background-color: #878787;
|
||||
}
|
||||
#reset-search {
|
||||
color: #2485AE;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue