BeCastWebEngine/js/ufd/css/uiCss/uiCss.css

36 lines
512 B
CSS
Raw Permalink Normal View History

2025-06-20 19:10:23 +02:00
/**
ufd 0.6: http://code.google.com/p/ufd/
This is the skin for UI css.
*/
.ufd.uiCss {
height: 22px;
border-width: 1px;
border-style: solid;
}
.ufd.uiCss input {
padding: 1px 3px;
}
.ufd.uiCss button {
width: 22px;
height: 22px;
border: 0px !important;
}
#ufd-container .uiCss div.list-scroll {
border-width: 1px;
border-style: solid;
}
#ufd-container .uiCss li {
padding-left: 5px;
}
#ufd-container .uiCss li em {
font-weight: bold;
font-style: normal;
}