diff options
| author | Lester Caine <lester@lsces.co.uk> | 2010-05-13 21:48:15 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2010-05-13 21:48:15 +0000 |
| commit | 10f462258db21fbc68e015a5cbe6f3895cde8200 (patch) | |
| tree | 795e03c3a0595ad4177a2ffa93028ac70b8bea26 /css | |
| parent | b9cc8c5790bbc14d3112eb87b605af8eadcab3a2 (diff) | |
| download | themes-10f462258db21fbc68e015a5cbe6f3895cde8200.tar.gz themes-10f462258db21fbc68e015a5cbe6f3895cde8200.tar.bz2 themes-10f462258db21fbc68e015a5cbe6f3895cde8200.zip | |
style file for image area tagging function
Diffstat (limited to 'css')
| -rw-r--r-- | css/imagetag.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/css/imagetag.css b/css/imagetag.css new file mode 100644 index 0000000..8c5e7e4 --- /dev/null +++ b/css/imagetag.css @@ -0,0 +1,21 @@ +/* css data for image area tagging */ + .tagOn{ + border:1px solid black; + } + #taggingArea{ + position:relative; + width:auto; + float:left; + } + #formArea{ + width:50%; + float:left; + } + #drag{ + position:absolute; + top:0px; + width:100px; + height:100px; + border:2px solid black; + background:url('blank.gif'); + } |
