a459da2c13
This patch implements more of oleonard's suggestions as well as other improvments: --Adds instructions for using the QOTD editor --Moves inline css to quotes.css, etc. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Mason James <mtj@kohaaloha.com>
39 lines
577 B
CSS
39 lines
577 B
CSS
#quotes_editor_wrapper {
|
|
position : relative;
|
|
top : 15px;
|
|
}
|
|
|
|
#footer {
|
|
position : relative;
|
|
top : 10px;
|
|
height : 25px;
|
|
}
|
|
|
|
#instructions li {
|
|
list-style-type : disc;
|
|
}
|
|
|
|
#instructions div {
|
|
margin-left : 10px;
|
|
}
|
|
|
|
#file_editor_inst {
|
|
visibility : hidden;
|
|
position : absolute;
|
|
}
|
|
|
|
#file_uploader {
|
|
visibility :visible;
|
|
position :relative;
|
|
}
|
|
|
|
#file_upload {
|
|
position : relative;
|
|
top : -1px;
|
|
margin-left : 10px;
|
|
}
|
|
|
|
#quotes_editor {
|
|
float : left;
|
|
width : 100%;
|
|
}
|