changed sec to <1min

This commit is contained in:
Jeena Paradies 2013-02-17 11:10:44 +01:00
parent b7b736d9d9
commit 735fdfc67e
2 changed files with 8 additions and 4 deletions

View file

@ -208,7 +208,7 @@ li:first-child:hover .from {
aside {
float: right;
margin: 0 3px 3px 3px;
margin: 0 0 0 3px;
}
.reply_to, .repost, .remove {
@ -216,7 +216,7 @@ aside {
height: 12px;
background: url(../img/sprite-icons.png) no-repeat -16px 0;
float: right;
margin-left: 2px;
margin-left: 3px;
visibility: hidden;
}
@ -235,7 +235,7 @@ li:hover aside .reply_to, li:hover aside .repost, li:hover aside .remove, li:hov
background: url(../img/conversation.png) no-repeat;
height: 12px;
width: 15px;
margin-right: 5px;
margin-right: 3px;
visibility: hidden;
}
@ -333,6 +333,10 @@ li.mentioned {
font-weight: bold;
}
.message {
clear: right;
}
header.profile button {
background: #09F;
float: right;

View file

@ -43,7 +43,7 @@ function($) {
prefixFromNow: null,
suffixAgo: null,
suffixFromNow: "from now",
seconds: "%ds",
seconds: "<1m",
minute: "1m",
minutes: "%dm",
hour: "1h",