From 9bfdfd011e47ee12256a4efce0c4c06ee73d2e6d Mon Sep 17 00:00:00 2001 From: ozhozh Date: Mon, 21 Sep 2009 20:57:51 +0000 Subject: [PATCH] Added some historical stats (hits per day/hour) Layout tweaks git-svn-id: http://yourls.googlecode.com/svn/trunk@189 12232710-3e20-11de-b438-597f59cd7555 --- css/infos.css | 7 +++++++ css/style.css | 7 +++---- yourls-infos.php | 23 +++++++++++++++++++---- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/css/infos.css b/css/infos.css index 5f49713..ba4d3fb 100644 --- a/css/infos.css +++ b/css/infos.css @@ -94,7 +94,14 @@ ul.no_bullet li { padding:2px 10px; margin:0; } +#historical_clicks li:hover { + background:#FFB545 !important; +} #historical_clicks span.historical_link { + min-width:130px; + display:inline-block; +} +#historical_clicks span.historical_count { min-width:100px; display:inline-block; } diff --git a/css/style.css b/css/style.css index 502d6da..d704914 100644 --- a/css/style.css +++ b/css/style.css @@ -131,6 +131,9 @@ td.actions .button_stats { td.actions .button_stats:hover { text-decoration:none; } +#tblUrl tfoot th, #tblUrl tfoot th div { + font-size:10px; +} .error { color: red; } @@ -140,10 +143,6 @@ td.actions .button_stats:hover { .success { color: green; } -#footer { - margin-top:2em; - text-align: center; -} #login { width: 300px; margin: 200px auto 0px auto; diff --git a/yourls-infos.php b/yourls-infos.php index fd4980b..38f1488 100644 --- a/yourls-infos.php +++ b/yourls-infos.php @@ -326,12 +326,12 @@ -

Short URL created on

+

Short URL created on

-- 2.45.0