git-svn-id: file:///home/shish/svn/shimmie2/trunk@96 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
be5b9e1962
commit
b18b8901ad
@ -3,7 +3,10 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
/* * * Link to Image * * */
|
/* * * Link to Image * * */
|
||||||
#link_to_image { }
|
#link_to_image {
|
||||||
|
/* allows borders to encompass the content; */
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#link_to_image fieldset {
|
#link_to_image fieldset {
|
||||||
width: 32%;
|
width: 32%;
|
||||||
@ -24,11 +27,15 @@
|
|||||||
padding-right:2%;
|
padding-right:2%;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
#link_to_image input {
|
||||||
|
font-size:0.7em;
|
||||||
|
font-family:courier, fixed, monospace;
|
||||||
|
}
|
||||||
|
|
||||||
#link_to_image br {
|
#link_to_image br {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#link_to_image label:hover {
|
#link_to_image label:hover {
|
||||||
border-bottom:1px dashed;
|
/*border-bottom:1px dashed;*/
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user