Mercurial > moin > 2.0
changeset 2737:e7fa2fbde5d8
Right aligned time column in modernized theme history view
author | Ajitesh Gupta <ajgupta93@gmail.com> |
---|---|
date | Sun, 17 Aug 2014 02:47:02 +0530 |
parents | 564038b3e35d |
children | 5243e696d247 |
files | MoinMoin/themes/modernized/static/css/stylus/theme.styl MoinMoin/themes/modernized/static/css/theme.css |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sun Aug 17 02:40:57 2014 +0530 +++ b/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sun Aug 17 02:47:02 2014 +0530 @@ -602,6 +602,7 @@ .moin-history-time width 10% + text-align right .moin-history-contenttype width 18%
--- a/MoinMoin/themes/modernized/static/css/theme.css Sun Aug 17 02:40:57 2014 +0530 +++ b/MoinMoin/themes/modernized/static/css/theme.css Sun Aug 17 02:47:02 2014 +0530 @@ -325,7 +325,7 @@ #moin-page-history table thead tr th input[type="Submit"]{padding:4px 10px;box-shadow:1px 1px 2px #9d9d9b;cursor:pointer;font-size:1em;} #moin-page-history table thead tr th input[type="Submit"]:hover{box-shadow:1px 1px 2px #000} .moin-wordbreak{word-break:break-all;word-wrap:break-word} -.moin-history-time{width:10%} +.moin-history-time{width:10%;text-align:right} .moin-history-contenttype{width:18%} .moin-history-editorinfo{width:17%} .moin-history-comment{width:30%}