mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Can define centre and project information in administrative menu
Able to edit questionnaires RS text and name Can disable/enable questionnaires for viewing in admin interface RS text entered via new CKEditor including ability to insert tokens/template replace text Added setting table and associated getter/setter functions (currently only used for centre information but could add more)
This commit is contained in:
39
include/ckeditor/contents.css
Normal file
39
include/ckeditor/contents.css
Normal file
@@ -0,0 +1,39 @@
|
||||
/*
|
||||
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.html or http://ckeditor.com/license
|
||||
*/
|
||||
|
||||
body
|
||||
{
|
||||
/* Font */
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
font-size: 12px;
|
||||
|
||||
/* Text color */
|
||||
color: #222;
|
||||
|
||||
/* Remove the background color to make it transparent */
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
|
||||
To prevent this misbehavior, we show the scrollbar always */
|
||||
_overflow-y: scroll;
|
||||
/* #6341: The text cursor must be set on the editor area. */
|
||||
cursor: text;
|
||||
/* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
|
||||
*cursor:auto;
|
||||
}
|
||||
|
||||
img:-moz-broken
|
||||
{
|
||||
-moz-force-broken-image-icon : 1;
|
||||
width : 24px;
|
||||
height : 24px;
|
||||
}
|
||||
img, input, textarea
|
||||
{
|
||||
cursor: default;
|
||||
}
|
||||
Reference in New Issue
Block a user