git-svn-id: file:///home/shish/svn/shimmie2/trunk@88 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
8b56b018d8
commit
9047ac80c0
1 changed files with 24 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
Reference in a new issue