diff --git a/contrib/link_image/style.css b/contrib/link_image/style.css index fe72e1d7..055299cd 100644 --- a/contrib/link_image/style.css +++ b/contrib/link_image/style.css @@ -1 +1,24 @@ -/* 404'ed :| */ +/* * * Link to Image * * */ +#link_to_image { + +} +#link_to_image fieldset { + width: 32%; + float:left; +} + +#link_to_image input, #link_to_image label { + display:block; + width:56%; + float:left; + margin-bottom:2.5px; +} +#link_to_image label { + width:40%; + text-align:left; + padding-right:2%; + cursor:pointer; +} +#link_to_image br { + clear:both; +} \ No newline at end of file