Merge branch 'bug_9935' into 3.12-master
This commit is contained in:
commit
7805b77e0d
2 changed files with 42 additions and 0 deletions
|
@ -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,
|
||||
|
|
BIN
koha-tmpl/opac-tmpl/ccsr/images/social-sprite.png
Normal file
BIN
koha-tmpl/opac-tmpl/ccsr/images/social-sprite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in a new issue