mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Merge pull request #28 from Supremicus/feature/pnotify_fix
Fix pnotify notifications going full page
This commit is contained in:
commit
0d5318cc2f
2 changed files with 1 additions and 11 deletions
|
@ -17,6 +17,7 @@
|
||||||
* Remove obsolete Animezb search provider
|
* Remove obsolete Animezb search provider
|
||||||
* Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown"
|
* Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown"
|
||||||
* Remove old version checking code that no longer applies to SickGear's release system
|
* Remove old version checking code that no longer applies to SickGear's release system
|
||||||
|
* Fix pnotify notifications going full page
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
* Change descriptions and layout on Config/Anime page
|
* Change descriptions and layout on Config/Anime page
|
||||||
|
|
|
@ -42,17 +42,6 @@
|
||||||
<link rel="stylesheet" type="text/css" href="$sbRoot/css/style.css?$sbPID"/>
|
<link rel="stylesheet" type="text/css" href="$sbRoot/css/style.css?$sbPID"/>
|
||||||
<link rel="stylesheet" type="text/css" href="$sbRoot/css/${sickbeard.THEME_NAME}.css?$sbPID" />
|
<link rel="stylesheet" type="text/css" href="$sbRoot/css/${sickbeard.THEME_NAME}.css?$sbPID" />
|
||||||
|
|
||||||
|
|
||||||
<style type="text/css">
|
|
||||||
<!--
|
|
||||||
|
|
||||||
#if $sickbeard.NEWEST_VERSION_STRING:
|
|
||||||
.ui-pnotify { top: 30px !important; }
|
|
||||||
#end if
|
|
||||||
|
|
||||||
//-->
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<script type="text/javascript" src="$sbRoot/js/lib/jquery-1.8.3.min.js?$sbPID"></script>
|
<script type="text/javascript" src="$sbRoot/js/lib/jquery-1.8.3.min.js?$sbPID"></script>
|
||||||
<script type="text/javascript" src="$sbRoot/js/lib/bootstrap.min.js?$sbPID"></script>
|
<script type="text/javascript" src="$sbRoot/js/lib/bootstrap.min.js?$sbPID"></script>
|
||||||
<script type="text/javascript" src="$sbRoot/js/lib/bootstrap-hover-dropdown.min.js?$sbPID"></script>
|
<script type="text/javascript" src="$sbRoot/js/lib/bootstrap-hover-dropdown.min.js?$sbPID"></script>
|
||||||
|
|
Loading…
Reference in a new issue