mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* settings: title field css fixed
This commit is contained in:
parent
86d0f4603f
commit
4d23ad97dd
3 changed files with 4 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue