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