Skip to content

Commit

Permalink
fix(ui): css
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 24, 2017
1 parent 617e8f1 commit c907214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ input.submit_button:focus {
box-shadow: 0 0 10px rgba(233,175,102,1);
}

.layout_vsplit.form #tabspanel + div.ui-tabs:not(.horizontal) {
width: calc(100% - 30px) !important
}

.line0 {
background-color: #F0F0F0;
}
Expand Down

0 comments on commit c907214

Please sign in to comment.