diff options
Diffstat (limited to 'style/input.css')
-rwxr-xr-x | style/input.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/style/input.css b/style/input.css new file mode 100755 index 0000000..bd702f9 --- /dev/null +++ b/style/input.css @@ -0,0 +1,10 @@ +label { + width:180px; + clear:left; + text-align:right; + padding-right:10px; +} + +input, label { + float:left; +} |