VIVO-201: removed some css redundancies

This commit is contained in:
Tim Worrall 2014-09-22 13:00:45 -04:00
parent 793dbc2657
commit 337c6b4c8b
13 changed files with 160 additions and 456 deletions

View file

@ -73,6 +73,7 @@ ul {
height :23px;
display: block;
}
#topNav ul li a:hover,
#topNav ul li a.hover {
background: url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7;
color: #FFFFFF;
@ -84,17 +85,6 @@ ul {
height: 23px;
display: block;
}
#topNav ul li a:hover {
background: url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7;
color: #FFFFFF;
font: bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
text-decoration: none;
width: 65px;
height: 23px;
display: block;
}
/* shadow */
#topShadow {
background: url(../../../site_icons/visualization/coauthorship/top_shadow.gif) no-repeat 0 0 #FDF9EE;
@ -145,19 +135,12 @@ ul {
float: left;
font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
}
#eventLink h2 span,
#bodyPannel form.search h2 span {
background-color: #FFFFFF;
color: #0B0B0B;
font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
}
#bodyPannel form.search label {
background-color: #FFFFFF;
color: #0B0B0B;
margin: 0 0 8px 0;
float: left;
font: bold 10px/28px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
#bodyPannel form.search input {
background-color: #EFEBDE;
color: #0B0B0B;
@ -205,11 +188,6 @@ ul {
padding: 6px 0 10px 48px;
font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
}
#eventLink h2 span {
background-color: #FFFFFF;
color: #0B0B0B;
font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
}
#eventLink ul {
float: left;
padding: 0 0 0 5px;
@ -403,6 +381,7 @@ ul {
color: #0B0B0B;
font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#bodyPannel form.search label,
#newsLetter form.newsLetter label {
background-color: #FFFFFF;
color: #0B0B0B;

View file

@ -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;

View file

@ -13,11 +13,6 @@
margin-bottom: 6px;
margin-top: 6px;
}
.hide-dom-on-init {
display: none;
}
#left-column {
float: left;
width: 260px;
@ -211,11 +206,7 @@ hr.subtle-hr {
height: 30px;
}
.datatable-table {
font-size: 0.9em;
width: 100%;
}
.datatable-table,
.entity-datatable-table {
font-size: 0.9em;
width: 100%;
@ -262,10 +253,7 @@ a.map-of-science-links {
margin-top: 0;
}
.filterInfo {
font-size: 0.81em;
}
.filterInfo,
.paginatedtabs {
font-size: 0.81em;
}
@ -286,7 +274,8 @@ a.map-of-science-links {
/* --------------------------------------------------------------> */
/* SPECIAL STYLES FOR THE error */
/* --------------------------------------------------------------> */
#error-container {
#error-container,
.hide-dom-on-init {
display: none;
}

View file

@ -46,10 +46,6 @@ p.datatable {
width: 67%;
float: right;
}
#profileImage img{
width: 90px;
height: auto;
}
#body h1 {
margin: 0;
}
@ -61,10 +57,7 @@ p.datatable {
vertical-align: bottom;
}
.investigator_name,
.author_name {
color: #2485AE;
font-weight: bold;
}
.author_name,
.neutral_investigator_name,
.neutral_author_name {
color: #2485AE;
@ -86,18 +79,12 @@ p.datatable {
display: none;
margin-top: -55PX;
}
#publication-count-sparkline-include {
float: left;
width: 50%;
}
#coauthor-count-sparkline-include {
float: right;
width: 50%;
}
#publication-count-sparkline-include,
#grant-count-sparkline-include {
float: left;
width: 50%;
}
#coauthor-count-sparkline-include,
#coinvestigator-count-sparkline-include {
float: right;
width: 50%;
@ -124,7 +111,8 @@ table.sparkline_wrapper_table td, th {
float: left;
padding-right: 5px;
}
#ego_profile_image img {
#ego_profile_image img,
#profileImage img {
width: 90px;
height: auto;
}