mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix visual positioning of sprites on Config page.
This commit is contained in:
parent
8cf24083cd
commit
27bf1a3132
4 changed files with 9 additions and 75 deletions
|
@ -19,6 +19,7 @@
|
|||
* Fix missing Content-Type headers for posters and banners
|
||||
* Remove config Backup & Restore
|
||||
* Fix article removal for sorting on Display Show, and API pages
|
||||
* Fix visual positioning of sprites on Config page
|
||||
|
||||
[develop changelog]
|
||||
* Add TVRage network name standardization
|
||||
|
|
|
@ -171,11 +171,6 @@ inc_top.tmpl
|
|||
background: url("../images/ico/favicon-16x16.png") 0 0 no-repeat;
|
||||
}
|
||||
|
||||
[class^="icon16-"],
|
||||
[class*=" icon16-"] {
|
||||
background-image: url("../images/glyphicons-config.png");
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
background: white url("../images/loading16.gif") right center no-repeat;
|
||||
}
|
||||
|
@ -1537,32 +1532,6 @@ select .selected {
|
|||
border-top: 1px dotted #666666;
|
||||
}
|
||||
|
||||
[class^="icon16-"], [class*=" icon16-"] {
|
||||
background-image: url("../images/glyphicons-config.png");
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
vertical-align: text-top;
|
||||
width: 16px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.icon16-github {
|
||||
background-position: 0 0;
|
||||
}
|
||||
.icon16-mirc {
|
||||
background-position: -26px 0;
|
||||
}
|
||||
.icon16-sg {
|
||||
background-position: -52px 0;
|
||||
}
|
||||
.icon16-web {
|
||||
background-position: -78px 0;
|
||||
}
|
||||
.icon16-win {
|
||||
background-position: -104px 0;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
config_postProcessing.tmpl
|
||||
========================================================================== */
|
||||
|
|
|
@ -167,12 +167,7 @@ inc_top.tmpl
|
|||
background-image: url("../images/menu/menu-icons-white.png");
|
||||
}
|
||||
|
||||
[class^="icon16-"],
|
||||
[class*=" icon16-"] {
|
||||
background-image: url("../images/glyphicons-config.png");
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
.ui-autocomplete-loading {
|
||||
background: white url("../images/loading16.gif") right center no-repeat;
|
||||
}
|
||||
|
||||
|
@ -1514,32 +1509,6 @@ select .selected {
|
|||
border-top: 1px dotted #666666;
|
||||
}
|
||||
|
||||
[class^="icon16-"], [class*=" icon16-"] {
|
||||
background-image: url("../images/glyphicons-config.png");
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
vertical-align: text-top;
|
||||
width: 16px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.icon16-github {
|
||||
background-position: 0 0;
|
||||
}
|
||||
.icon16-mirc {
|
||||
background-position: -26px 0;
|
||||
}
|
||||
.icon16-sg {
|
||||
background-position: -52px 0;
|
||||
}
|
||||
.icon16-web {
|
||||
background-position: -78px 0;
|
||||
}
|
||||
.icon16-win {
|
||||
background-position: -104px 0;
|
||||
}
|
||||
|
||||
/* =======================================================================
|
||||
config_postProcessing.tmpl
|
||||
========================================================================== */
|
||||
|
|
|
@ -167,12 +167,7 @@ inc_top.tmpl
|
|||
background-image: url("../images/menu/menu-icons-white.png");
|
||||
}
|
||||
|
||||
[class^="icon16-"],
|
||||
[class*=" icon16-"] {
|
||||
background-image: url("../images/glyphicons-config.png");
|
||||
}
|
||||
|
||||
.ui-autocomplete-loading {
|
||||
.ui-autocomplete-loading {
|
||||
background: white url("../images/loading16.gif") right center no-repeat;
|
||||
}
|
||||
|
||||
|
@ -1688,14 +1683,14 @@ select .selected {
|
|||
border-top: 1px dotted #666666;
|
||||
}
|
||||
|
||||
[class^="icon16-"], [class*=" icon16-"] {
|
||||
background-image: url("../images/glyphicons-config.png");
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
[class^="icon16-"],
|
||||
[class*=" icon16-"] {
|
||||
background: url('../images/glyphicons-config.png') no-repeat;
|
||||
display: block;
|
||||
height: 16px;
|
||||
vertical-align: text-top;
|
||||
width: 16px;
|
||||
margin-top: 1px;
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.icon16-github {
|
||||
|
|
Loading…
Reference in a new issue