From 825cdffb67af6c255390667b21ac39de75d463fe Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 28 Jul 2020 14:58:55 +0300 Subject: [PATCH] border and itime fixes --- static/style.css.h | 8 +++++--- tpl/default.tpl | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/static/style.css.h b/static/style.css.h index b903cc4..14d8dc3 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -131,6 +131,7 @@ th, td { } .footer a, .footer a:visited { + display: inline-block; color: C_FOOTLINK; } @@ -203,10 +204,12 @@ th, td { } .itime { - border: 1px solid C_BBORDER; - width: 15em; + border: 1px solid C_DBORDER; + width: 128pt; padding: 6px; margin:auto; + display: inline-block; + vertical-align: bottom; } .itime-bar { @@ -250,7 +253,6 @@ HASH(#itime-progress) { } .itime { - float: right; } } diff --git a/tpl/default.tpl b/tpl/default.tpl index 1f7c6d7..5d37d0d 100644 --- a/tpl/default.tpl +++ b/tpl/default.tpl @@ -30,10 +30,6 @@