.item-complex updates

This commit is contained in:
Adam Bradley
2013-11-12 11:02:04 -06:00
parent aed30fd2d7
commit 4104be33e3
3 changed files with 15 additions and 7 deletions

View File

@ -128,10 +128,14 @@ a.item {
* --------------------------------------------------
* Adding .item-complex allows the .item to be slidable and
* have options underneath the button, but also requires an
* additional .item-content element inside .item
* additional .item-content element inside .item.
* Basically .item-complex removes any default settings which
* .item added, so that .item-content looks them as just .item.
*/
.item-complex {
.item-complex,
a.item.item-complex,
button.item.item-complex {
padding: 0;
}
.item-complex .item-content,