b010709e2d
git-svn-id: file:///home/shish/svn/shimmie2/trunk@274 7f39781d-f577-437e-ae19-be835c7a54ca
41 lines
No EOL
632 B
CSS
41 lines
No EOL
632 B
CSS
/*
|
|
* This file may not be distributed without its readme.txt
|
|
**/
|
|
|
|
/* * * Link to Image * * */
|
|
#Link_to_Image {
|
|
/* allows borders to encompass the content; */
|
|
overflow:hidden;
|
|
}
|
|
|
|
#Link_to_Image fieldset {
|
|
width: 32%;
|
|
float:left;
|
|
min-width:25em;
|
|
}
|
|
|
|
#Link_to_Image input, #Link_to_Image label {
|
|
display:block;
|
|
width:66%;
|
|
float:left;
|
|
margin-bottom:2.5px;
|
|
}
|
|
|
|
#Link_to_Image label {
|
|
width:30%;
|
|
text-align:left;
|
|
padding-right:2%;
|
|
cursor:pointer;
|
|
}
|
|
#Link_to_Image input {
|
|
font-size:0.7em;
|
|
font-family:courier, fixed, monospace;
|
|
}
|
|
|
|
#Link_to_Image br {
|
|
clear:both;
|
|
}
|
|
|
|
#Link_to_Image label:hover {
|
|
border-bottom:1px dashed;
|
|
} |