first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-01-09 11:08:29 +01:00
commit 40f34e2191
13 changed files with 722 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 B

View File

@@ -0,0 +1,17 @@
.selectlist-list {
list-style: none;
margin: 0;
padding: 0;
}
.selectlist-item {
/* Icon from http://pinvoke.com/ */
background: #fff url(cross-circle.png) no-repeat right center;
border-left: solid 1px #eee;
border-top: solid 1px #eee;
border-right: solid 2px #ccc;
border-bottom: solid 2px #ccc;
cursor: pointer;
padding: 0.2em 0.3em;
margin: 1px 0;
}