Mercurial > moin > 2.0
changeset 2744:fc6412e3f323
Removed overlapping of create-ticket button with the heading underlining
author | Saurabh Kathpalia <saurabh.kathpalia95@gmail.com> |
---|---|
date | Sun, 17 Aug 2014 14:36:47 +0530 |
parents | 4d1fc4459a83 |
children | 9cf72a984b38 |
files | MoinMoin/themes/modernized/static/css/stylus/theme.styl MoinMoin/themes/modernized/static/css/theme.css |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sun Aug 17 14:30:42 2014 +0530 +++ b/MoinMoin/themes/modernized/static/css/stylus/theme.styl Sun Aug 17 14:36:47 2014 +0530 @@ -1735,7 +1735,7 @@ display inline position absolute right 70px - top 170px + top 190px #moin-ticket-create-link button width 150px
--- a/MoinMoin/themes/modernized/static/css/theme.css Sun Aug 17 14:30:42 2014 +0530 +++ b/MoinMoin/themes/modernized/static/css/theme.css Sun Aug 17 14:36:47 2014 +0530 @@ -568,6 +568,6 @@ .tickets-sort-button.dropdown ul.dropdown-menu li a{display:inline} .tickets-sort-button.dropdown:hover ul.dropdown-menu{display:inline-block} .moin-ticket-tags{border-bottom:none} -#moin-ticket-create-link{display:inline;position:absolute;right:70px;top:170px} +#moin-ticket-create-link{display:inline;position:absolute;right:70px;top:190px} #moin-ticket-create-link button{width:150px;height:35px} .zebra .tablesorter-header{background-color:#708090}