Private GIT

Skip to content
Snippets Groups Projects
Commit 39d970f5 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Center Search icon on displayShowTable Fixes SiCKRAGETV/sickrage-issues#1504

parent b6c028c9
Branches
Tags
No related merge requests found
......@@ -1215,6 +1215,10 @@ span.snatched b {
text-align: left !important;
}
.displayShowTable td.col-search {
text-align: center;
}
.sickbeardTable {
table-layout: auto;
width: 100%;
......
......@@ -1190,6 +1190,10 @@ span.snatched b {
text-align: left !important;
}
.displayShowTable td.col-search {
text-align: center;
}
.sickbeardTable {
table-layout: auto;
width: 100%;
......
......@@ -1216,6 +1216,10 @@ span.snatched b {
text-align: left !important;
}
.displayShowTable td.col-search {
text-align: center;
}
.sickbeardTable {
table-layout: auto;
width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment