NIHVIVO-1979: Made stylesheets syntax consistent across the app.
This commit is contained in:
parent
fa0d314699
commit
c54f2c75b7
16 changed files with 846 additions and 634 deletions
|
@ -7,72 +7,57 @@
|
|||
span.incomplete-data-holder,
|
||||
#incomplete-data {
|
||||
padding: 5px;
|
||||
font-size: 0.8em;
|
||||
font-size: .8em;
|
||||
color: #444;
|
||||
border: dotted 1px #eee;
|
||||
background-color: #ffb;
|
||||
}
|
||||
|
||||
#incomplete-data {
|
||||
margin-top: 1.6em;
|
||||
font-size: 1.0em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.collaboratorship-icon {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.collaboratorship-link {
|
||||
/*padding-top: 3px;*/
|
||||
}
|
||||
|
||||
.collaboratorship-link a {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.collaboratorship-link h3 {
|
||||
line-height: 1em !important;
|
||||
font-size: 1em !important;
|
||||
margin-bottom: 0px !important;
|
||||
padding-top: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
padding-left: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.collaboratorship-link h3 a {
|
||||
color: #2485AE;
|
||||
font-size: .9em !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.collaboratorship-link-container {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.collaboratorship-link-separator {
|
||||
margin-top: 20px;
|
||||
border-top: 1px dotted #A6B1B0;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.sparkline_text {
|
||||
font-size: .8em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-default {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-image {
|
||||
border: 1px solid #cfe4ed;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-selected {
|
||||
background-color: blue;
|
||||
border-spacing: 0;
|
||||
|
@ -80,17 +65,14 @@ span.incomplete-data-holder,
|
|||
font-size: small;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.visualization-menupage-link {
|
||||
float: right;
|
||||
margin-top: 0.8em;
|
||||
margin-top: .8em;
|
||||
padding-left: 1.6em;
|
||||
}
|
||||
|
||||
.temporal-graph {
|
||||
background: url(../../images/visualization/temporal_vis_small_icon.jpg) top left no-repeat;
|
||||
}
|
||||
|
||||
.infoIcon {
|
||||
padding-right:30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue