Skip to content

Commit

Permalink
form css
Browse files Browse the repository at this point in the history
  • Loading branch information
cjax committed Aug 23, 2016
1 parent e96b7e2 commit ed990e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/resources/css/user_guide.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ body {
float: left;
}

.form {
position: relative;
width: 600px;
}
.form > div div:first-child::before {
content: "\00a0";
}
.form > div div:first-child {
width: 150px;
text-align: right;
float: left;
}
.form > div div {
width: 250px;
float: left;
}

.code-used {
font-family: "Adobe Devanagari";
Expand Down

0 comments on commit ed990e6

Please sign in to comment.