Koha/koha-tmpl/intranet-tmpl/prog/en/css/quotes.css
Chris Nighswonger a459da2c13 Bug 7977: Further UI work on the QOTD editor
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>
2012-05-24 14:14:17 +02:00

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%;
}