From 52e39ac3a591dc2652abfca7ea3af84e83a21d58 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 1 Feb 2008 06:38:14 +0000 Subject: [PATCH] making the box easier to see git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@114 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/views/tag_images/_taggable_image_for_page.rhtml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/views/tag_images/_taggable_image_for_page.rhtml b/app/views/tag_images/_taggable_image_for_page.rhtml index f4f5985..f041ca0 100644 --- a/app/views/tag_images/_taggable_image_for_page.rhtml +++ b/app/views/tag_images/_taggable_image_for_page.rhtml @@ -16,11 +16,16 @@ z-index: 2; width: 100px; height: 100px; - border: 5px solid #db3333; + border: 7px solid #6f9bdc; left: 0; top: 0; display: none; } +#inner_image_tag_box { + border: 2px solid black; + width: 96px; + height: 96px; +} <% end -%> <% content_for :script do -%> @@ -68,7 +73,7 @@ before_closes['taggedContentDialog'] = function(){
- +