From eb86f6470be16649f1d0c12ce95d3289f18253cb Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 20 Jul 2022 20:45:25 -0300 Subject: [PATCH] fix --- articles/templates/articles/write.html | 18 ++---------------- charts/templates/charts/efficiency.html | 9 ++++++--- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/articles/templates/articles/write.html b/articles/templates/articles/write.html index 3d0c162..d588ffd 100644 --- a/articles/templates/articles/write.html +++ b/articles/templates/articles/write.html @@ -12,6 +12,8 @@ position: relative; margin-top: 20px; margin-bottom: 20px; + margin-left: 20px; + margin-right: 20px; z-index: 1; background: #313030; max-width: 100%; @@ -118,8 +120,6 @@ Title Created - Updated - Published Status
View
Edit
@@ -129,8 +129,6 @@ {{ article.title }} {{ article.date_added }} - {{ article.date_updated }} - {{ article.date_published }} {{ article.status }}
@@ -185,8 +183,6 @@ Title Created - Updated - Published Status
View
Publish
@@ -196,8 +192,6 @@ {{ review.title }} {{ review.date_added }} - {{ review.date_updated }} - {{ review.date_published }} {{ review.status }}
@@ -230,8 +224,6 @@ Title Writer - Created - Updated Status
View
Publish
@@ -242,8 +234,6 @@ {{ review.title }} {{ review.owner.username }} - {{ review.date_added }} - {{ review.date_updated }} {{ review.status }}
@@ -302,8 +292,6 @@ Title Writer - Created - Updated Status
View
Delete
@@ -312,8 +300,6 @@ {{ publish.title }} {{ publish.owner.username }} - {{ publish.date_added }} - {{ publish.date_updated }} {{ publish.status }}
diff --git a/charts/templates/charts/efficiency.html b/charts/templates/charts/efficiency.html index d7833e1..c9f75c9 100644 --- a/charts/templates/charts/efficiency.html +++ b/charts/templates/charts/efficiency.html @@ -99,9 +99,12 @@