summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-29 19:27:20 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-29 19:27:20 +0200
commit24135cf037085f2ae7d70e48f023614435e29b3f (patch)
tree50e4532300cfa990f37c945bb88c15b34104f569 /public/assets/css/css.css
parentfe8cef1b709f09f508f17d0d6d06f204dd44a8bb (diff)
le file list
Diffstat (limited to 'public/assets/css/css.css')
-rw-r--r--public/assets/css/css.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css
index eef8362..89a8e29 100644
--- a/public/assets/css/css.css
+++ b/public/assets/css/css.css
@@ -6,7 +6,6 @@ html,body {
font-family: 'Trebuchet MS', sans-serif;
}
body {
- background: linear-gradient(52deg, #fde, #ffe);
}
header {
font-size: 13px;
@@ -164,7 +163,7 @@ h3 {
text-overflow: ellipsis;
}
-.filelist { border: 1px solid #d0d0e0; }
+.filelist { border: 1px solid #d0d0e0; margin-top: 3px; }
.filelist .file:nth-child(odd) { background-color: #e6f0f0; }
.desktop .filelist .file:nth-child(odd):hover { background-color: #d8e0ec; color: #000000; }
.filelist .file:nth-child(even) { background-color: #e0e8e8; }
@@ -185,6 +184,9 @@ h3 {
width: 50px;
text-align: right;
}
+.filelist .date {
+ width: 100px;
+}
.rows .row .link {
color: #13f;
text-decoration: none;
@@ -197,7 +199,7 @@ h3 {
}
.rows .row .activity {
text-align: right;
- width: 130px;
+ width: 100px;
}
.rows .row .dataset {
width: 200px;