Skip to content

Commit c9796a8

Browse files
author
Antoine Turmel
committed
Improve settings design, fix #7
1 parent d9ddee1 commit c9796a8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

options.css

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
input {
2+
width: 150px;
3+
}
4+
5+
label {
6+
display: inline-block;
7+
width: 75px;
8+
text-align: right;
9+
}​

options.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html>
44
<head>
55
<meta charset="utf-8">
6+
<link rel="stylesheet" href="options.css"/>
67
</head>
78

89
<body>

0 commit comments

Comments
 (0)