2011-10-02 01:48:00 +04:00
|
|
|
#editor{
|
|
|
|
position: absoloute;
|
2011-10-04 22:46:27 +04:00
|
|
|
display: block;
|
2011-10-04 23:01:05 +04:00
|
|
|
top: 80px;
|
2011-10-02 01:48:00 +04:00
|
|
|
left: 160px;
|
|
|
|
}
|
|
|
|
#editorwrapper{
|
|
|
|
position: absoloute;
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
top: 41px;
|
|
|
|
left: 160px;
|
|
|
|
display: none;
|
|
|
|
}
|
2011-10-04 19:31:26 +04:00
|
|
|
#editor_close{
|
2011-10-04 01:59:40 +04:00
|
|
|
margin-left: auto;
|
2011-10-04 19:31:26 +04:00
|
|
|
margin-right: 167px;
|
2011-10-04 01:59:40 +04:00
|
|
|
display: block;
|
2011-10-04 19:31:26 +04:00
|
|
|
}
|
|
|
|
#editor_save{
|
|
|
|
margin-left: 7px;
|
|
|
|
float: left;
|
2011-10-04 20:43:13 +04:00
|
|
|
}
|
|
|
|
#saving_icon{
|
2011-10-04 22:07:22 +04:00
|
|
|
margin-top: 3px;
|
2011-10-04 20:43:13 +04:00
|
|
|
float: left;
|
2011-10-04 01:59:40 +04:00
|
|
|
}
|