dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
36 lines (33 loc) • 636 B
CSS
/* === Plus Button ==*/
.mblDomButtonGrayPlus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGrayPlus > div {
/* horiz line */
position: absolute;
top: 12px;
left: 6px;
width: 18px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: #848684;
border-top: 1px solid #525152;
border-radius: 2px;
}
.mblDomButtonGrayPlus > div > div {
/* vert line */
position: absolute;
top: -8px;
left: 7px;
width: 3px;
height: 17px;
margin: 0px;
font-size: 1px;
background-color: #848684;
border-top: 1px solid #525152;
border-left: 1px solid #808080;
border-radius: 2px;
}