Merge branch 'bug_9935' into 3.12-master

This commit is contained in:
Jared Camins-Esakov 2013-03-29 21:58:55 -04:00
commit 7805b77e0d
2 changed files with 42 additions and 0 deletions

View file

@ -2417,6 +2417,48 @@ span.sep {
margin: 5px;
}
#social_networks span {
color: #274D7F;
display : block;
float : left;
font-size: 85%;
font-weight: bold;
line-height: 2em;
margin : .5em 0 .5em .5em !important;
}
#social_networks a {
background: transparent url("../../images/social-sprite.png") no-repeat;
display: block;
height : 20px !important;
width : 20px;
text-indent : -999em;
}
#social_networks div {
float : left !important;
margin : .5em 0 .5em .2em !important;
}
#social_networks #facebook {
background-position : -7px -35px;
}
#social_networks #twitter {
background-position : -7px -5px;
}
#social_networks #linkedin {
background-position : -7px -95px;
}
#social_networks #delicious {
background-position : -7px -66px;
}
#social_networks #email {
background-position : -7px -126px;
}
/* jQuery UI standard tabs */
.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB