aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-26 06:49:35 -0800
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-26 06:49:35 -0800
commit220c314eedb560f2e269f0da84869e643d40f737 (patch)
tree11f626c93e1efc6669caf15024d79fa71624ea32 /p
parentc2998ffc97fbb8e45e6179f5d9c59c1b940d5782 (diff)
parent964128bd5fba878f97da04d6828692d123e2ffd4 (diff)
Merge pull request #394 from aledeg/statistics
Modification des statistiques.
Diffstat (limited to 'p')
-rw-r--r--p/themes/Dark/freshrss.css17
-rw-r--r--p/themes/Flat/freshrss.css6
-rw-r--r--p/themes/Origine/freshrss.css6
3 files changed, 20 insertions, 9 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index abda226a3..e54a0eadd 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -877,14 +877,13 @@ input.extend {
}
.stat {
- border:1px solid #aaa;
+ border:1px solid #2f2f2f;
border-radius:10px;
- box-shadow:2px 2px 5px #aaa;
margin:10px 0;
padding:0 5px;
}
.stat > h2 {
- border-bottom:1px solid #aaa;
+ border-bottom:1px solid #2f2f2f;
margin:0 -5px;
padding-left:5px;
}
@@ -894,21 +893,25 @@ input.extend {
.stat > table {
border-collapse:collapse;
margin:5px 0;
- text-align:center;
width:100%;
}
.stat > table > thead > tr {
- border-bottom:2px solid #aaa;
+ border-bottom:2px solid #2f2f2f;
}
.stat > table > tbody > tr {
- border-bottom:1px solid #aaa;
+ border-bottom:1px solid #2f2f2f;
}
.stat > table > tbody > tr:last-child {
border-bottom:0;
}
.stat > table th, .stat > table td {
- border-left:2px solid #aaa;
+ border-left:2px solid #2f2f2f;
+ padding:5px;
}
.stat > table th:first-child, .stat > table td:first-child {
border-left:0;
}
+.stat > table td.numeric{
+ margin:5px 0;
+ text-align:center;
+}
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index 640c963c2..19f5967ea 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -861,7 +861,6 @@ input.extend {
.stat > table {
border-collapse:collapse;
margin:5px 0;
- text-align:center;
width:100%;
}
.stat > table > thead > tr {
@@ -875,7 +874,12 @@ input.extend {
}
.stat > table th, .stat > table td {
border-left:2px solid #aaa;
+ padding:5px;
}
.stat > table th:first-child, .stat > table td:first-child {
border-left:0;
}
+.stat > table td.numeric{
+ margin:5px 0;
+ text-align:center;
+} \ No newline at end of file
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css
index 98f470536..85a23140c 100644
--- a/p/themes/Origine/freshrss.css
+++ b/p/themes/Origine/freshrss.css
@@ -917,7 +917,6 @@ input.extend {
.stat > table {
border-collapse:collapse;
margin:5px 0;
- text-align:center;
width:100%;
}
.stat > table > thead > tr {
@@ -931,7 +930,12 @@ input.extend {
}
.stat > table th, .stat > table td {
border-left:2px solid #aaa;
+ padding:5px;
}
.stat > table th:first-child, .stat > table td:first-child {
border-left:0;
}
+.stat > table td.numeric{
+ margin:5px 0;
+ text-align:center;
+} \ No newline at end of file