Skip to content

Commit 8575cc5

Browse files
committed
cleaned multiple_clustegrams.html styles
1 parent 304d2b1 commit 8575cc5

File tree

2 files changed

+59
-123
lines changed

2 files changed

+59
-123
lines changed

clustergrammer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ var Clustergrammer =
7272
__webpack_require__(167);
7373
__webpack_require__(169);
7474
__webpack_require__(171);
75-
// require('!style!css!./css/font-awesome.min.css');
76-
77-
// require("font-awesome-webpack");
7875

7976
/* clustergrammer 1.0
8077
* Nick Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai

multiple_clustergrams.html

Lines changed: 59 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -19,124 +19,65 @@
1919
<!-- <link rel="stylesheet" href="css/custom_multiple_clust.css"> -->
2020
<style type="text/css">
2121

22-
/* Sticky footer styles
23-
-------------------------------------------------- */
24-
html, body {
25-
/*height: 100%;*/
26-
max-width: 100%;
27-
overflow-x:hidden;
28-
}
29-
30-
/* Wrapper for page content to push down footer */
31-
/* Negative indent footer by its height */
32-
/* Pad bottom by footer height */
33-
#wrap {
34-
/*width: 1140px;*/
35-
min-height: 100%;
36-
/*padding-left: 30px;*/
37-
/*padding-right: 30px;*/
38-
min-width: 800px;
39-
/*margin: 0 auto -50px;*/
40-
/*padding: 0 0 50px;*/
41-
}
42-
43-
/* Set the fixed height of the footer here */
44-
#footer {
45-
height: 60px;
46-
background-color: #f5f5f5;
47-
text-align: center;
48-
background-color: #f5f5f5;
49-
font-size: 13px;
50-
padding-left:10px;
51-
padding-right:10px;
52-
margin-top: 50px;
53-
}
54-
55-
h1 {
56-
font-size: 45px;
57-
font-weight: 300;
58-
margin-top: 10px;
59-
margin-bottom: 20px;
60-
}
61-
62-
.btn{
63-
padding-top:2px;
64-
padding-bottom:2px;
65-
}
66-
67-
#footer_text_container{
68-
margin-top: 10px;
69-
margin-bottom: 0px;
70-
min-width: 950px;
71-
}
72-
73-
.d3-tip {
74-
line-height: 1;
75-
font-weight: bold;
76-
padding: 12px;
77-
background: rgba(0, 0, 0, 0.8);
78-
color: #fff;
79-
border-radius: 2px;
80-
max-width: 500px;
81-
top:0px;
82-
}
83-
84-
.viz_description{
85-
font-size: 16px;
86-
font-weight: 300;
87-
}
88-
89-
.sidebar_text{
90-
font-weight: 300;
91-
}
92-
93-
.clustergrammer_container{
94-
width: 1140px;
95-
height: 750px;
96-
margin-bottom: 10px;
97-
overflow: hidden;
98-
}
99-
100-
.clustergrammer_logo{
101-
width:210px;
102-
}
103-
104-
.icon_buttons{
105-
color: #337ab7;
106-
}
107-
108-
.share_url{
109-
width: 570px;
110-
}
111-
112-
.viz_title{
113-
width: 100%;
114-
font-size: 30px;
115-
font-weight: 300;
116-
/*margin-left: -10px;*/
117-
margin-top: 10px;
118-
margin-bottom: 20px;
119-
border-bottom: 1px solid #DEDEDE;
120-
}
121-
122-
.wait_message{
123-
margin-top: 20px;
124-
font-size: 25px;
125-
font-weight: 300;
126-
margin-left: 5px;
127-
}
128-
129-
.viz_description{
130-
margin-top: 10px;
131-
margin-left: 5px;
132-
margin-right: 20px;
133-
text-align: justify;
134-
margin-bottom: 30px;
135-
}
136-
137-
#clustergrammer_logo{
138-
width: 250px;
139-
}
22+
/* Sticky footer styles
23+
-------------------------------------------------- */
24+
html, body {
25+
max-width: 100%;
26+
overflow-x:hidden;
27+
}
28+
29+
/* Wrapper for page content to push down footer */
30+
/* Negative indent footer by its height */
31+
/* Pad bottom by footer height */
32+
#wrap {
33+
min-height: 100%;
34+
min-width: 800px;
35+
}
36+
37+
/* Set the fixed height of the footer here */
38+
#footer {
39+
height: 60px;
40+
background-color: #f5f5f5;
41+
text-align: center;
42+
background-color: #f5f5f5;
43+
font-size: 13px;
44+
padding-left:10px;
45+
padding-right:10px;
46+
margin-top: 50px;
47+
}
48+
49+
#footer_text_container{
50+
margin-top: 10px;
51+
margin-bottom: 0px;
52+
min-width: 950px;
53+
}
54+
55+
.clustergrammer_container{
56+
width: 1140px;
57+
height: 750px;
58+
margin-bottom: 10px;
59+
overflow: hidden;
60+
}
61+
62+
.viz_title{
63+
width: 100%;
64+
font-size: 30px;
65+
font-weight: 300;
66+
/*margin-left: -10px;*/
67+
margin-top: 10px;
68+
margin-bottom: 20px;
69+
border-bottom: 1px solid #DEDEDE;
70+
}
71+
72+
.viz_description{
73+
font-size: 16px;
74+
font-weight: 300;
75+
margin-top: 10px;
76+
margin-left: 5px;
77+
margin-right: 20px;
78+
text-align: justify;
79+
margin-bottom: 30px;
80+
}
14081

14182
</style>
14283

@@ -147,8 +88,6 @@
14788
<div id="wrap" class='toggled container'>
14889

14990
<div class='row viz_title' id='clustergram_title'>
150-
<!-- Clustergrammer -->
151-
<!-- <img id='clustergrammer_logo' src='img/clustergrammer_logo.png'> -->
15291
</div>
15392

15493
<div class="row" >

0 commit comments

Comments
 (0)