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

View file

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