-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
50 lines (43 loc) · 1.57 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/**
* *************************************************************************
* * MathExpression **
* *************************************************************************
* @package question **
* @subpackage mathexpression **
* @name MathExpression **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Raymond Wainman ([email protected]) **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
.matheditor-container {
border: 1px solid #D1D1D1;
}
.mform fieldset .matheditor-equation {
margin-top: 10px;
}
/* Editor form */
body #id_answerheader .fcontainer .fitem_fselect {
margin-top: 0;
border-top: 0;
margin-bottom: 0;
}
body #id_answerheader .fcontainer .fitem_feditor {
margin-top: 0;
border-top: 0;
border-bottom: 1px solid #BBB;
padding-bottom: 10px;
margin-bottom: 10px;
}
body #id_answerheader .fcontainer .fitem_fsubmit {
background: none;
border: 0;
}
body #id_answerheader .fitem {
background: #EEE;
border: 1px solid #BBB;
border-bottom: 0;
padding-top: 10px;
margin-bottom: 0;
}