updated icons to require a base class .icon
This commit is contained in:
parent
d8041f7c8f
commit
b01de5fc56
6 changed files with 218 additions and 214 deletions
|
|
@ -596,9 +596,14 @@ form.well {
|
|||
|
||||
/* Icons
|
||||
------------------------- */
|
||||
.the-icons {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.the-icons i {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.the-icons i:hover {
|
||||
background-color: rgba(255,0,0,.25);
|
||||
}
|
||||
.the-icons i:after {
|
||||
|
|
@ -606,9 +611,8 @@ form.well {
|
|||
content: attr(class);
|
||||
font-style: normal;
|
||||
margin-left: 20px;
|
||||
width: 100px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
#javascript input[type=checkbox] {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue