Mercurial > moin > 2.0
changeset 1497:c8827d88c4f6
Foobar theme font size changes in local panel
author | Jaiditya Mathur <jaiditya.mathur@gmail.com> |
---|---|
date | Sun, 24 Jun 2012 10:39:41 +0530 |
parents | ea9650bc0fd3 |
children | fcc606852f72 |
files | MoinMoin/themes/foobar/static/css/common.css MoinMoin/themes/foobar/static/css/stylus/main.styl |
diffstat | 2 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/foobar/static/css/common.css Sun Jun 24 10:27:42 2012 +0530 +++ b/MoinMoin/themes/foobar/static/css/common.css Sun Jun 24 10:39:41 2012 +0530 @@ -234,11 +234,11 @@ .moin-more-index:hover{text-decoration:none} .moin-path-separator{font-size:120%;color:#4fa8fa} .moin-index-separator{clear:both;border-top:1px dashed #ccc;width:80%;display:none} -.moin-select-all span{cursor:pointer} -.moin-select-actions span{cursor:pointer} +.moin-select-all span{cursor:pointer;font-size:84%} +.moin-select-actions span{cursor:pointer;font-size:84%} .moin-select-actions ul{display:none;} .moin-select-actions ul li{cursor:pointer} -.moin-contenttypes-wrapper div{cursor:pointer} +.moin-contenttypes-wrapper div{cursor:pointer;font-size:84%} .moin-contenttypes-wrapper form{display:none;} .moin-contenttypes-wrapper form li label{cursor:pointer;display:inline} .moin-contenttypes-wrapper form li span{display:block} @@ -267,6 +267,7 @@ .moin-drag{font-size:.7em;color:#9d9d9b} a.moin-conflict:before{content:url("../img/moin-conflict.png");margin:0 .2em} .moin-tab-titles{margin:-.5em;list-style:none} +#moin-usersetting-title li a{font-size:84%} #moin-global-history,#moin-page-history{font-size:75%} #moin-page-history table{border:1px solid #ccc;border-radius:5px;} #moin-page-history table thead{border-top-left-radius:5px;border-top-right-radius:5px;}
--- a/MoinMoin/themes/foobar/static/css/stylus/main.styl Sun Jun 24 10:27:42 2012 +0530 +++ b/MoinMoin/themes/foobar/static/css/stylus/main.styl Sun Jun 24 10:39:41 2012 +0530 @@ -339,9 +339,11 @@ .moin-select-all span cursor pointer + font-size 84% .moin-select-actions span cursor pointer + font-size 84% ul display none li @@ -349,6 +351,7 @@ .moin-contenttypes-wrapper div cursor pointer + font-size 84% form display none li @@ -480,7 +483,11 @@ // tabs .moin-tab-titles margin:-.5em - list-style: none + list-style: none + +#moin-usersetting-title + li a + font-size 84% // history page #moin-global-history,