aboutsummaryrefslogtreecommitdiffhomepage
path: root/shaarli.css
diff options
context:
space:
mode:
authorSeb Sauvage <sebsauvage@sebsauvage.net>2011-09-22 22:58:08 +0200
committerEmilien Klein <emilien@klein.st>2011-09-22 22:58:08 +0200
commite6a0ab545d7eb8ca4a2b0ecf746b2f03d3cc67c1 (patch)
tree2124b17d3492845370bedfad58ed23fc95322ca0 /shaarli.css
parent9ae24dbd606c6d9ab8eafe3ade9651d435e1f82f (diff)
downloadShaarli-e6a0ab545d7eb8ca4a2b0ecf746b2f03d3cc67c1.tar.gz
Shaarli-e6a0ab545d7eb8ca4a2b0ecf746b2f03d3cc67c1.tar.zst
Shaarli-e6a0ab545d7eb8ca4a2b0ecf746b2f03d3cc67c1.zip
Version 0.0.16 beta:
- Replaced preg_match() with version_compare() to check php version. - Upgrade notification: If a new version of Shaarli is available, you will be notified by a discrete message in top-right corner. This message will only be visible if you are logged in, and the check will be performed at most once a day. - A static URL is available which points to the latest version: http://sebsauvage.net/files/shaarli.zip - Includes a patch by Emilien K. to mask dates if user is not logged in. The option can be activated by changing define('HIDE_TIMESTAMPS',false); to true. - Preliminary tag cloud (ugly for the moment, I need to find something better).
Diffstat (limited to 'shaarli.css')
-rw-r--r--shaarli.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/shaarli.css b/shaarli.css
index e9280684..0b261852 100644
--- a/shaarli.css
+++ b/shaarli.css
@@ -57,6 +57,9 @@ border-bottom:1px solid #aaa; border-right:1px solid #aaa; }
57.linktag a { color:#777; text-decoration:none; } 57.linktag a { color:#777; text-decoration:none; }
58.buttoneditform { display:inline; } 58.buttoneditform { display:inline; }
59#footer { font-size:8pt; text-align:center; border-top:1px solid #ddd; color: #888; } 59#footer { font-size:8pt; text-align:center; border-top:1px solid #ddd; color: #888; }
60#newversion { background-color: #FFFFA0; color:#000; position:absolute; top:0;right:0; padding:2 7 2 7; font-size:9pt;}
61#cloudtag { padding-left:10%; padding-right:10%; }
62#cloudtag a { color:black; text-decoration:none; }
60 63
61/* Minimal customisation for jQuery widgets */ 64/* Minimal customisation for jQuery widgets */
62.ui-autocomplete { background-color:#fff; padding-left:5px;} 65.ui-autocomplete { background-color:#fff; padding-left:5px;}