Skip to content

Commit

Permalink
Expanded drag-and-drop areas
Browse files Browse the repository at this point in the history
  • Loading branch information
pearcetm committed Apr 2, 2019
1 parent a84d4c4 commit 5ad9dc1
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion jscomut.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.main-container {
width:100%;
max-width:950px;
margin:0 auto;
font-size: 16px;
}

/********* header logo **********/
#logo {
height: 40px;
width: 50px;
margin-top: 20px;
}

/********* Options panel styling **********/
.comut-panel{
display:block;
Expand All @@ -7,7 +21,7 @@
}
.optionsheader .panel-header{
display:inline-block;
margin-right:5px;
margin-right:5px;
}
.comut-panel.collapsed{
display:none;
Expand All @@ -24,6 +38,12 @@
content:'[+]';
padding-right:2px;
}
.example-data {
border-color: gray;
border-width: 1px;
border-style: solid;
padding: 5px;
}

/******End of options panel styling *******/
.load-data, .save-data{
Expand Down Expand Up @@ -151,3 +171,25 @@ svg[interaction=zp] .draggable-x.draggable-y{
margin:0.1em auto;
}
/********** End of d3-tip related styling *********/

/********** Footer style **************************/
.footer {
background-color:rgb(240,250,250);
padding: 10px 20px;
font-size: 12px;
margin-top:2em;
}
.footer-section-title {
font-weight: bold;
}

.footer-section-text {
font-weight: normal;
}

.disclaimer-text {
font-weight: normal;
font-style: italic;
}


0 comments on commit 5ad9dc1

Please sign in to comment.