Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-bougher committed Nov 14, 2015
2 parents 4d012b0 + 5e1ce06 commit 7859386
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions static/css/modelr.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ input {
text-align: end;
}

.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.seismic-color {
height: 10px;
margin: 0;
Expand Down
3 changes: 2 additions & 1 deletion templates/model2.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ <h4><span class="label label-default">z-range of model</span></h4>
{% if not user %} disabled {% endif %}/>
</div>
<div class="col-xs-4 col-xs-offset-1 remove-padding">
<button type="button" {% if not user %} disabled{% else %} ng-click="saveModel()" {% endif %} class="btn btn-primary col-xs-12">
<button type="button" {% if not user %} disabled ng-click="saveModel()" class="btn btn-primary col-xs-12"
{% endif %}>
Save
</button>
</div>
Expand Down

0 comments on commit 7859386

Please sign in to comment.