Skip to content

Commit 00be77f

Browse files
committed
Demo CSS for new site
1 parent 31f509b commit 00be77f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

demo/site-demos.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#field { margin-left: .5em; float: left; }
2+
#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
3+
br { clear: both; }
4+
input { border: 1px solid black; margin-bottom: .5em; }
5+
input.error { border: 1px solid red; }
6+
label.error {
7+
background: url('images/unchecked.gif') no-repeat;
8+
padding-left: 16px;
9+
margin-left: .3em;
10+
}
11+
label.valid {
12+
background: url('images/checked.gif') no-repeat;
13+
display: block;
14+
width: 16px;
15+
height: 16px;
16+
}

0 commit comments

Comments
 (0)