summaryrefslogtreecommitdiff
path: root/style/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/input.css')
-rwxr-xr-xstyle/input.css10
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;
+}