diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 0cd6f2533..f05ad518e 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1122,6 +1122,10 @@ input[type="text"]:focus { background: #e4ecf5; color:#333333; } +a.longtext_control { + float:right; + margin-left:14px; +} .submit_button { font-size: 14px; font-weight: bold; |