details: http://www.bx.psu.edu/hg/galaxy/rev/b78de785df21 changeset: 3229:b78de785df21 user: jeremy goecks <jeremy.goecks@emory.edu> date: Tue Jan 12 15:48:21 2010 -0500 description: Small style updates to tags. diffstat: static/june_2007_style/autocomplete_tagging.css.tmpl | 5 +++-- static/june_2007_style/blue/autocomplete_tagging.css | 6 +++--- templates/tagging_common.mako | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diffs (59 lines): diff -r 6741f6000e03 -r b78de785df21 static/june_2007_style/autocomplete_tagging.css.tmpl --- a/static/june_2007_style/autocomplete_tagging.css.tmpl Tue Jan 12 14:08:17 2010 -0500 +++ b/static/june_2007_style/autocomplete_tagging.css.tmpl Tue Jan 12 15:48:21 2010 -0500 @@ -66,12 +66,12 @@ /****************************************************************************/ .tag-area { width: 100%; - cursor: pointer; } -.individual-tags +.individual-tag-area { border:solid 1px #eee; + cursor: pointer; } .active-tag-area { @@ -128,6 +128,7 @@ vertical-align: bottom; border: none; outline: none; + resize: none; } .delete-tag-img diff -r 6741f6000e03 -r b78de785df21 static/june_2007_style/blue/autocomplete_tagging.css --- a/static/june_2007_style/blue/autocomplete_tagging.css Tue Jan 12 14:08:17 2010 -0500 +++ b/static/june_2007_style/blue/autocomplete_tagging.css Tue Jan 12 15:48:21 2010 -0500 @@ -6,8 +6,8 @@ .ac_even{margin-left:0.3em;} .ac_over{background-color:#0A246A;color:white;} .ac_header{font-style:normal;color:gray;border-bottom:0.1em solid gray;} -.tag-area{width:100%;cursor:pointer;} -.individual-tags{border:solid 1px #eee;} +.tag-area{width:100%;} +.individual-tag-area{border:solid 1px #eee;cursor:pointer;} .active-tag-area{background-color:white;} .toggle-link{font-weight:normal;padding:0.3em;margin-bottom:1em;width:100%;padding:0.2em 0em 0.2em 0em;} .tag-button{width:auto;color:#444;text-decoration:none;display:inline-block;cursor:pointer;margin:0.2em;border:0;padding:0.1em 0.5em 0.1em 0.5em;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;background:#bbb;} @@ -15,5 +15,5 @@ .tag-button .tag-name:hover{color:white;} .add-tag-button{margin-bottom:0.3em;vertical-align:middle;padding:0.3em;} .add-tag-button:hover{cursor:pointer;} -.tag-input{vertical-align:bottom;border:none;outline:none;} +.tag-input{vertical-align:bottom;border:none;outline:none;resize:none;} .delete-tag-img{margin-left:0.3em;} diff -r 6741f6000e03 -r b78de785df21 templates/tagging_common.mako --- a/templates/tagging_common.mako Tue Jan 12 14:08:17 2010 -0500 +++ b/templates/tagging_common.mako Tue Jan 12 15:48:21 2010 -0500 @@ -39,7 +39,7 @@ %endif <div class="tag-area %if tag_type == 'individual': - individual-tags + individual-tag-area %endif ">