From 91af007e756d11dee707ba5f00cc251068a62ce7 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 26 May 2016 22:51:10 +0800 Subject: [PATCH] modify style --- app/styles/aria-ng.css | 8 ++++++++ app/views/task-detail.html | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app/styles/aria-ng.css b/app/styles/aria-ng.css index e9a678b..72ded28 100644 --- a/app/styles/aria-ng.css +++ b/app/styles/aria-ng.css @@ -321,6 +321,10 @@ td { border-top: 1px solid #ddd; } +.task-table-firstrow-noborder > .task-table-body > div.row { + border-top: 0; +} + .task-table > .task-table-body > div.row:nth-of-type(odd) { background-color: #f9f9f9; } @@ -385,6 +389,10 @@ td { border-top: 1px solid #ddd; } +.settings-table-firstrow-noborder > div.row { + border-top: 0; +} + .settings-table > div.row:nth-of-type(odd) { background-color: #f9f9f9; } diff --git a/app/views/task-detail.html b/app/views/task-detail.html index dc31c60..5260cc6 100644 --- a/app/views/task-detail.html +++ b/app/views/task-detail.html @@ -17,7 +17,7 @@
-
+
File Name @@ -113,7 +113,7 @@
-
+