2011-10-01 17:48:00 -04:00
|
|
|
#editor{
|
2012-02-23 14:35:48 -05:00
|
|
|
position: fixed;
|
2011-10-04 14:46:27 -04:00
|
|
|
display: block;
|
2012-02-23 14:35:48 -05:00
|
|
|
top: 6.5em;
|
|
|
|
|
left: 12.5em;
|
2011-10-01 17:48:00 -04:00
|
|
|
}
|
|
|
|
|
#editorwrapper{
|
2012-03-20 14:48:08 -04:00
|
|
|
position: absolute;
|
2011-10-01 17:48:00 -04:00
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
top: 41px;
|
|
|
|
|
left: 160px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2011-10-04 11:31:26 -04:00
|
|
|
#editor_save{
|
|
|
|
|
margin-left: 7px;
|
2012-04-15 09:44:43 -04:00
|
|
|
float: left;
|
2011-10-04 12:43:13 -04:00
|
|
|
}
|
|
|
|
|
#saving_icon{
|
2011-10-04 14:07:22 -04:00
|
|
|
margin-top: 3px;
|
2012-04-15 09:44:43 -04:00
|
|
|
float: left;
|
2012-01-09 16:16:41 -05:00
|
|
|
}
|