add icons for Character groups

This commit is contained in:
coderkun 2014-04-29 14:18:04 +02:00
commit 2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions

View file

@ -0,0 +1,69 @@
.trackingHelp ul {
padding-left: 40px;
list-style-type: square;
}
.trackingHelp ul li {
margin-bottom: 10px;
}
.trackingHelp h2 {
margin-top: 20px;
}
.trackingHelp p {
text-align: justify;
}
.addRowSite {
text-decoration: none;
}
.addRowSite:before {
display: inline-block;
content: url(plugins/UsersManager/images/add.png);
vertical-align: middle;
}
#editSites {
vertical-align: top;
}
#editSites h4 {
font-size: .8em;
margin: 1em 0 1em 0;
font-weight: bold;
}
#editSites .entityTable tr td {
vertical-align: top;
padding-top: 7px;
}
#editSites .addRowSite:hover,
#editSites .editableSite:hover,
#editSites .addsite:hover,
#editSites .cancel:hover,
#editSites .deleteSite:hover,
#editSites .editSite:hover,
#editSites .updateSite:hover {
cursor: pointer;
}
#editSites .addRowSite a {
text-decoration: none;
}
#editSites .addRowSite {
padding: 1em;
font-weight: bold;
}
.ecommerceInactive,
.sitesearchInactive {
color: #666666;
}
#searchSiteParameters {
display: none;
}