icon dropdown creation dialog

This commit is contained in:
Claudio Barril
2014-04-12 19:04:19 -03:00
parent a0f4024d26
commit e8567fccf0
2 changed files with 199 additions and 0 deletions

View File

@@ -362,3 +362,29 @@ abbr[title] {
padding: 8px 15px;
white-space: nowrap;
}
#iconGroup > div > button {
background: #eee;
border: 1px solid #ccc !important;
}
.bs-glyphicons {
width: 800%;
}
.bs-glyphicons > ul {
padding-left: 10px;
overflow-x: hidden;
}
.bs-glyphicons > ul > li {
float: left;
width: 12%;
height: 25%;
padding: 10px;
font-size: 10px;
line-height: 1.4;
text-align: center;
border: 1px solid #fff;
background-color: #f9f9f9;
}