diff --git a/src/pda.css b/src/pda.css index 1af5342..dc6780e 100644 --- a/src/pda.css +++ b/src/pda.css @@ -42,4 +42,5 @@ div.task-note-area textarea { width:95%; } #loading img { /*width:8px; height:8px;*/ } #authstr { float:none; } -#tagcloud { max-width:100%; } \ No newline at end of file +#tagcloud { max-width:100%; } +.mtt-settings-table .in350 { min-width:50px; } \ No newline at end of file diff --git a/src/settings.php b/src/settings.php index 6a8c66a..4836c11 100644 --- a/src/settings.php +++ b/src/settings.php @@ -83,7 +83,7 @@ function selectOptions($a, $value, $default=null) Title:
(specify if you want to change default title) - + diff --git a/src/style.css b/src/style.css index f0b0cbf..9812406 100644 --- a/src/style.css +++ b/src/style.css @@ -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; }