Skip to content

Commit

Permalink
Improve settings design, fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Turmel committed Apr 20, 2018
1 parent d9ddee1 commit c9796a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions options.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
input {
width: 150px;
}

label {
display: inline-block;
width: 75px;
text-align: right;
}​
1 change: 1 addition & 0 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="options.css"/>
</head>

<body>
Expand Down

0 comments on commit c9796a8

Please sign in to comment.