Font-Awesomed Settings

This commit is contained in:
Mark McDowall 2012-10-11 00:27:05 -07:00
commit b5bdda1c63
6 changed files with 46 additions and 33 deletions

View file

@ -1,8 +1,6 @@
.gridImage, .gridAction, .grid-icon
{
width: 17px;
/*height: 18px;
margin: 0px;*/
padding: 3px 1px;
vertical-align: middle;
border: none;

View file

@ -14,6 +14,12 @@
font-size:16px;
color: black;
font-weight:bold;
vertical-align: middle;
}
#addProfile > i {
color: green;
font-size: 20px;
}
#profileHeader
@ -97,11 +103,17 @@
padding-left: 5px;
}
.deleteProfile
{
.delete-profile {
position: absolute;
top: 0px;
right: 0px;
font-size: 16px;
color: #000000;
text-decoration: none;
}
.delete-profile > i[class*="icon-"]:hover {
cursor: pointer !important;
}
.titleText