commit/galaxy-central: jgoecks: Fix style of search submission icon in grids to prevent wrapping.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/1c17293afee2/ changeset: 1c17293afee2 user: jgoecks date: 2012-07-12 15:43:21 summary: Fix style of search submission icon in grids to prevent wrapping. affected #: 2 files diff -r a389d06efd2a5311164e41317af1914ade2c006a -r 1c17293afee255b476cf5f3154c6261519a84c68 static/june_2007_style/base.less --- a/static/june_2007_style/base.less +++ b/static/june_2007_style/base.less @@ -999,8 +999,6 @@ cursor: pointer; margin: 0; padding: 0; - display: block; - //float: right; border: 1px solid #aaa; border-left: none; } diff -r a389d06efd2a5311164e41317af1914ade2c006a -r 1c17293afee255b476cf5f3154c6261519a84c68 static/june_2007_style/blue/base.css --- a/static/june_2007_style/blue/base.css +++ b/static/june_2007_style/blue/base.css @@ -624,7 +624,7 @@ .text-filter-val{border:solid 1px #AAAAAA;padding:1px 2px 1px 3px;margin-right:5px;-moz-border-radius:.5em;-webkit-border-radius:.5em;font-style:italic;} .page-link a,.inactive-link{padding:0px 7px 0px 7px;color:#555;} .inactive-link,.current-filter{font-weight:bold;color:#000;} -.submit-image{background:url(../images/fugue/magnifier-left.png) no-repeat center transparent;background-color:#eee;width:24px;height:24px;cursor:pointer;margin:0;padding:0;display:block;border:1px solid #aaa;border-left:none;} +.submit-image{background:url(../images/fugue/magnifier-left.png) no-repeat center transparent;background-color:#eee;width:24px;height:24px;cursor:pointer;margin:0;padding:0;border:1px solid #aaa;border-left:none;} #advanced-search td{padding:3px;} #advanced-search table{border-collapse:separate;} .delete-search-icon{background:url(../images/delete_tag_icon_gray.png) center no-repeat;display:inline-block;width:10px;cursor:pointer;height:18px;vertical-align:middle;margin-left:2px;} Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket