* settings: title field css fixed

This commit is contained in:
Max Pozdeev 2009-11-12 16:47:52 +03:00
parent 86d0f4603f
commit 4d23ad97dd
3 changed files with 4 additions and 2 deletions

View file

@ -42,4 +42,5 @@ div.task-note-area textarea { width:95%; }
#loading img { /*width:8px; height:8px;*/ }
#authstr { float:none; }
#tagcloud { max-width:100%; }
#tagcloud { max-width:100%; }
.mtt-settings-table .in350 { min-width:50px; }

View file

@ -83,7 +83,7 @@ function selectOptions($a, $value, $default=null)
<tr>
<th>Title:<br><span class="descr">(specify if you want to change default title)</span></th>
<td> <input name="title" value="<?php echo htmlspecialchars(_c('title'));?>" style="width:350px"> </td>
<td> <input name="title" value="<?php echo htmlspecialchars(_c('title'));?>" class="in350"> </td>
</tr>
<tr>

View file

@ -192,3 +192,4 @@ div.task-note-area textarea { color:#999999; width:100%; display:block; height:6
.mtt-settings-table .form-buttons { border-bottom:none; text-align:center; }
.mtt-settings-table th { text-align:left; width:210px; padding-left:8px; }
.mtt-settings-table .descr { font-size:8pt; font-weight:normal; color:#222; }
.mtt-settings-table .in350 { min-width:350px; }