diff --git a/ckanext/harvest/public/ckanext/harvest/style.css b/ckanext/harvest/public/ckanext/harvest/style.css index 8c0e591..d23d8c9 100644 --- a/ckanext/harvest/public/ckanext/harvest/style.css +++ b/ckanext/harvest/public/ckanext/harvest/style.css @@ -11,6 +11,14 @@ body.index.ViewController #content { border: 0 !important; } +body.index.ViewController .content-outer { + width: 100% !important; +} + +#harvest-sources{ + width: 100%; +} + #new-harvest-source { background: transparent url("images/icons/source_new.png") no-repeat 0px 0px; padding-left: 20px; @@ -30,7 +38,6 @@ body.index.ViewController #content { #show-inactive-sources-content label{ float: left; font-weight: normal; - margin-top: -4px; margin-left: 5px; } @@ -46,11 +53,6 @@ body.index.ViewController #content { color: red; } -#harvest-sources td{ - background-color: white !important; - border-bottom: 1px solid #E3E3E3; -} - .harvester-title{ font-weight: bold; } diff --git a/ckanext/harvest/templates/index.html b/ckanext/harvest/templates/index.html index 71b2aa6..6bc58f0 100644 --- a/ckanext/harvest/templates/index.html +++ b/ckanext/harvest/templates/index.html @@ -26,7 +26,7 @@ - +
diff --git a/ckanext/harvest/templates/source/read.html b/ckanext/harvest/templates/source/read.html index f75e5e9..6936811 100644 --- a/ckanext/harvest/templates/source/read.html +++ b/ckanext/harvest/templates/source/read.html @@ -19,7 +19,7 @@ Sources list -
View Edit
+
ID ${c.source.id}