Styling tweaks.
Don't log error everytime OSX Notify agent cannot be found. Add check in PlexWatch importer to skip over rows with bad xml. Move some logging out of places where they would never be executed.
This commit is contained in:
@@ -8252,7 +8252,7 @@ ol.test >li {
|
||||
}
|
||||
|
||||
.card-back {
|
||||
padding: 20px;
|
||||
padding: 16px;
|
||||
background-color: #282828;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -8263,7 +8263,7 @@ ol.test >li {
|
||||
}
|
||||
|
||||
.table-card-back {
|
||||
padding: 20px;
|
||||
padding: 16px 16px 16px 16px;
|
||||
background-color: #282828;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -8279,7 +8279,7 @@ ol.test >li {
|
||||
|
||||
.rounded {
|
||||
padding: 4px 12px;
|
||||
margin: 4px 4px 4px 0px;
|
||||
margin: 2px 2px 2px 0px;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.42857143;
|
||||
@@ -8374,6 +8374,9 @@ ol.test >li {
|
||||
display: block;
|
||||
padding: 15px 15px 15px 15px;
|
||||
color: #999;
|
||||
-webkit-transition: all 0.4s ease;
|
||||
-o-transition: all 0.4s ease;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
.nav-settings > li > a:hover,
|
||||
@@ -8408,6 +8411,9 @@ ol.test >li {
|
||||
color: #eee;
|
||||
border-left: 2px solid #444;
|
||||
border-top: 1px solid #2d2d2d;
|
||||
-webkit-transition: all 0.4s ease;
|
||||
-o-transition: all 0.4s ease;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
.stacked-configs > li > span:hover,
|
||||
|
Reference in New Issue
Block a user