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