diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:42:13 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-09 15:42:13 +0000 |
commit | e1a3b7d713858303f7e763fd29f7c01e847b0b06 (patch) | |
tree | 802432ac6d7adf44eeb4d89780d64ef9f97aa439 /views/default | |
parent | ba7c75f865065caa6910578e0ca9bab6937ca293 (diff) | |
download | elgg-e1a3b7d713858303f7e763fd29f7c01e847b0b06.tar.gz elgg-e1a3b7d713858303f7e763fd29f7c01e847b0b06.tar.bz2 |
tweaked the tag menu box
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/js/tidypics.php | 2 | ||||
-rw-r--r-- | views/default/tidypics/css.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/default/js/tidypics.php b/views/default/js/tidypics.php index 22815aa5a..c3520842a 100644 --- a/views/default/js/tidypics.php +++ b/views/default/js/tidypics.php @@ -17,7 +17,7 @@ attached: 'ul#phototagging-menu',
loaderText: '',
inputClass: 'input-filter',
- labelText: "<p>Insert tag</p>",
+ labelText: "<p><?php echo elgg_echo('tidypics:tagthisphoto'); ?></p>",
delay: 100
});
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 7cafa44f2..ea16c95b9 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -219,7 +219,7 @@ position:absolute; z-index:10000; display:none; background:#ffffff; -padding:5px; +padding:10px; font-size:12px; text-align:left; } |