Initial checkin
This commit is contained in:
commit
d75eb444fc
4304 changed files with 369634 additions and 0 deletions
BIN
js/ufd/css/sexy/icon.gif
Normal file
BIN
js/ufd/css/sexy/icon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 541 B |
73
js/ufd/css/sexy/sexy.css
Normal file
73
js/ufd/css/sexy/sexy.css
Normal file
|
@ -0,0 +1,73 @@
|
|||
/**
|
||||
ufd 0.6: http://code.google.com/p/ufd/
|
||||
|
||||
This is the skin from the sexy-combo project.
|
||||
*/
|
||||
|
||||
.ufd.sexy {
|
||||
height: 20px;
|
||||
background-color: #B5B8C8; /* http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
|
||||
border: 1px solid #B5B8C8;
|
||||
}
|
||||
|
||||
.ufd.sexy input {
|
||||
height: 18px;
|
||||
line-height: 18px !important;
|
||||
padding: 1px 3px;
|
||||
background: #fff url(text-bg.gif) repeat-x 0 0;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
||||
.ufd.sexy input.disabled {
|
||||
background-image: none;
|
||||
color: #777;
|
||||
background-color: #eee !important;
|
||||
}
|
||||
|
||||
|
||||
.ufd.sexy button {
|
||||
width: 16px;
|
||||
height: 21px;
|
||||
background: url(icon.gif) no-repeat 0px -1px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.ufd.sexy button.hover {
|
||||
background-position: -17px -1px;
|
||||
}
|
||||
|
||||
.ufd.sexy button.mouseDown {
|
||||
background-position: -34px -1px;
|
||||
}
|
||||
|
||||
.ufd.sexy button.disabled {
|
||||
background-position: -51px -1px !important;
|
||||
}
|
||||
|
||||
#ufd-container .sexy div.list-scroll {
|
||||
|
||||
border: 1px solid #B5B8C8;
|
||||
border-top-width: 0px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
#ufd-container .sexy div.list-wrapper-up div.list-scroll {
|
||||
border-top-width: 1px;
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
|
||||
#ufd-container .sexy li {
|
||||
padding-left: 5px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#ufd-container .sexy li em {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
#ufd-container .sexy li.active {
|
||||
background-color: highlight;
|
||||
}
|
BIN
js/ufd/css/sexy/text-bg.gif
Normal file
BIN
js/ufd/css/sexy/text-bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 B |
Loading…
Add table
Add a link
Reference in a new issue