1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 14:05:07 +03:00

tags-input fix

This commit is contained in:
Denis Shakhov 2009-04-06 15:50:51 +00:00
parent 9ba90c15a0
commit 2e2fe5b816
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ function submitTags(sTag) {
  
<form action="" method="GET" onsubmit="return submitTags(this.tag.value);">
<img src="{$DIR_STATIC_SKIN}/images/tagcloud.gif" border="0">&nbsp;
<img src="{$DIR_STATIC_SKIN}/images/tagcloud.gif" border="0" style="margin-left: 13px;">&nbsp;
<input type="text" name="tag" value="{$sTag|escape:'html'}" class="tags-input" >
</form>

View file

@ -729,7 +729,7 @@ select { width: 99%; }
.upload-image p { margin-bottom: 5px; }
.upload-image label { color: #aaa; }
.tags-input { width: 400px; font-size: 18px; padding: 4px 0; border: 1px solid #d7d7d7; }
.tags-input { width: 400px; font-size: 18px; padding: 4px 4px 6px; border: 1px solid #ccc; color: #555; background: #fafafa; }