Private GIT

Skip to content
Snippets Groups Projects
Commit 91274d7b authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Re-organized the notifiers page to categorize the notifiers somewhat since...

Re-organized the notifiers page to categorize the notifiers somewhat since there's so many of them...
parent 81e4a6a9
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@
#config-components{float:left;width:auto;}
#config-components-border{float:left;width:auto;border-top:1px solid #999;padding:5px 0;}
#config .title-group{border-bottom:1px dotted #666;position:relative;padding:25px 15px 25px;}
#config .component-group{border-bottom:1px dotted #666;position:relative;padding:15px 15px 25px;}
#config .component-group{border-top:1px dotted #666;position:relative;padding:15px 15px 25px;}
#config .component-group-desc{float:left;width:235px;}
#config .component-group-desc h3{font-size:1.5em;}
#config .component-group-desc p{width:85%;font-size:1.2em;color:#666;margin:.8em 0;}
......
......@@ -55,7 +55,7 @@ table {
margin:0;
}
h1 {
.title {
text-align:left;
font-size:21px;
line-height:23px;
......
This diff is collapsed.
......@@ -223,4 +223,4 @@ table.tablesorter thead tr .headerSortDown { background-image: url("$sbRoot/imag
<div id="contentWrapper">
<div id="content">
<h1>#if $varExists('header') then $header else $title#</h1>
<h1 class="title">#if $varExists('header') then $header else $title#</h1>
......@@ -2312,7 +2312,7 @@ class Home:
# if we change location clear the db of episodes, change it, write to db, and rescan
if os.path.normpath(showObj._location) != os.path.normpath(location):
logger.log(os.path.normpath(showObj._location)+" != "+os.path.normpath(location))
logger.log(os.path.normpath(showObj._location)+" != "+os.path.normpath(location), logger.DEBUG)
if not ek.ek(os.path.isdir, location):
errors.append("New location <tt>%s</tt> does not exist" % location)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment