Skip to content

Commit

Permalink
Styles for client
Browse files Browse the repository at this point in the history
  • Loading branch information
tifoha committed Oct 20, 2015
1 parent f133d52 commit 16afaf2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ivis-client/src/main/webapp/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,27 @@ table tr:hover td.buttons button, table tr:hover td.buttons .button {
visibility: visible;
}

dl {
line-height: 40px;
margin: 20px 0 0;
width: 100%;
}

dl dt {
background: #f0f0ff;
border-bottom: 3px solid #dcdcf0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
margin: 0;
padding: 0 20px;
}

dl dd {
margin: 0;
padding: 0 20px;
}

form {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 16afaf2

Please sign in to comment.