making the box easier to see
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@114 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
67fd6cda40
commit
52e39ac3a5
|
@ -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(){
|
|||
|
||||
<div id="image_block_container" class="centered">
|
||||
<div id="image_block" onclick='set_coordinates(event);'>
|
||||
<div id="image_tag_box" style="display: none;"></div>
|
||||
<div id="image_tag_box" style="display: none;"><div id="inner_image_tag_box"></div></div>
|
||||
</div>
|
||||
<br />
|
||||
<div id="tag_images">
|
||||
|
|
Reference in New Issue