mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-22 22:30:57 +08:00
Visualizations registry: allow registry visualizations to be rendered properly when displayed by slugline; Scatterplot: use embedded to cue loading of display (w/o editor)
This commit is contained in:
@@ -7,18 +7,36 @@
|
||||
margin-bottom: 16px;
|
||||
overflow: auto;
|
||||
background-color: #ebd9b2;
|
||||
padding : 16px 12px 12px 12px;
|
||||
padding : 8px 12px 8px 12px;
|
||||
}
|
||||
|
||||
.chart-header h2 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.chart-header h2:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.chart-header p {
|
||||
color: white;
|
||||
color: #555;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
margin-bottom: 8px;
|
||||
font-size: 120%;
|
||||
}
|
||||
figcaption .title {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
figcaption .title-info {
|
||||
display: block;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- main layout */
|
||||
.scatterplot-editor > * { margin: 0; padding: 0; }
|
||||
.scatterplot-editor .tab-pane {
|
||||
|
||||
Reference in New Issue
Block a user