Skip to content

Commit

Permalink
Corrected an issue where if multiple tags ( >10) where entered, the t…
Browse files Browse the repository at this point in the history
…ags field would not expand.
  • Loading branch information
kricore committed Apr 28, 2016
1 parent c9c3773 commit 3fccc7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media/k2/assets/css/k2.css
Expand Up @@ -460,16 +460,16 @@ span.k2ItemFormEditorTitle {display:block;color:#58595b;font-size:20px;font-weig
.view-item #system-message-container .alert {margin-bottom:0;border-radius:0;}

/* Item - Free tagging */
ul.tags {background:#fff;border:1px solid #ccc;cursor:default;min-height:48px;height:48px;display:inline-block;margin:0;padding:4px 6px;border-radius:3px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-sizing:border-box;width:100%;}
ul.tags {background:#fff;border:1px solid #ccc;cursor:default;min-height:48px;height:auto;display:inline-block;margin:0;padding:4px 6px;border-radius:3px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-sizing:border-box;width:100%;}
ul.tags li {border-radius:3px;background:#d1e8fc;color:#0f4776;line-height:14px;list-style:none;float:left;clear:none;padding:10px;margin:2px 2px 2px 0;font-size:14px;font-weight:bold;font-family:"Lucida Grande";vertical-align:middle;}
ul.tags li span.tagRemove {font-size:12px;font-family:"Lucida Grande";color:#0b4373;cursor:pointer;}
ul.tags li span.tagRemove:hover {color:#505050;cursor:pointer;}
ul.tags li input {border:none;padding-top:2px;background:none;font-size:12px;font-weight:normal;font-family:"Lucida Grande";float:left;clear:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
ul.tags li input:focus {background:none;}
ul.tags li input.tagsLoading {background:url(../images/system/loader.gif) no-repeat 50% 50%;}
ul.tags li.clr {clear:both;height:0;line-height:0;border:none;float:none;background:none;padding:0;margin:0;}
ul.tags li.tagAdd {border:none;padding:0;background:none;}
ul.tags li.tagAdd input {border:none;}
ul.tags li.tagAdd {border:none;padding:0;background:none;height:35px;}
ul.tags li.tagAdd input#search-field {border:none;height:35px;min-height:0;line-height: 35px;}ul.tags li.tagAdd input {border:none;}
p.k2TagsNotice {display:block;font-size:11px;font-weight:bold;margin:0;padding:0;color:#999;}

.ui-autocomplete {position:absolute;margin:0;padding:0;list-style:none;border:1px solid #eee;background-color:white;border-right-color:#ddd;border-bottom-color:#ddd;text-align:left;z-index:50;}
Expand Down

0 comments on commit 3fccc7a

Please sign in to comment.