Skip to content

Commit bce6f47

Browse files
authored
Merge pull request #23 from iDataVisualizationLab/General2
Update general
2 parents 9afbb3f + 4cad9ac commit bce6f47

File tree

6 files changed

+128
-126
lines changed

6 files changed

+128
-126
lines changed

.idea/workspace.xml

+65-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body {
1616
#mainContent{
1717
position: relative;
1818
margin-top: 70px;
19+
width: 2000px;
1920
}
2021
.header {
2122
position:fixed;
@@ -85,7 +86,7 @@ tr:nth-child(odd){background-color: #efefef
8586
tr:nth-child(even){background-color: #dadada
8687
}
8788
.column-time {
88-
width: 110px;
89+
width: 100px;
8990
}
9091
.column-location {
9192
width: 15%;

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<a>Earthquake Situational Analytics</a>
1616
</div>
1717
<div id="loading">
18-
<img id="loadingImage" height="130" width="150" alt="Loading..."/>
18+
<img id="loadingImage" height="130" width="150"
19+
src="images/spinner-resource.gif" alt="Loading..."/>
1920
</div>
2021
<div id="mainContent"></div>
2122
<script src="js/source.js"></script>

0 commit comments

Comments
 (0)