2011-10-01 21:48:00 +00:00
|
|
|
#editor{
|
|
|
|
position: absoloute;
|
2011-10-04 18:46:27 +00:00
|
|
|
display: block;
|
|
|
|
padding-top: 40px
|
|
|
|
/*
|
2011-10-01 21:48:00 +00:00
|
|
|
top: 41px;
|
|
|
|
left: 160px;
|
2011-10-04 18:46:27 +00:00
|
|
|
*/
|
2011-10-01 21:48:00 +00:00
|
|
|
}
|
|
|
|
#editorwrapper{
|
|
|
|
position: absoloute;
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
top: 41px;
|
|
|
|
left: 160px;
|
|
|
|
display: none;
|
|
|
|
}
|
2011-10-04 15:31:26 +00:00
|
|
|
#editor_close{
|
2011-10-03 21:59:40 +00:00
|
|
|
margin-left: auto;
|
2011-10-04 15:31:26 +00:00
|
|
|
margin-right: 167px;
|
2011-10-03 21:59:40 +00:00
|
|
|
display: block;
|
2011-10-04 15:31:26 +00:00
|
|
|
}
|
|
|
|
#editor_save{
|
|
|
|
margin-left: 7px;
|
|
|
|
float: left;
|
2011-10-04 16:43:13 +00:00
|
|
|
}
|
|
|
|
#saving_icon{
|
2011-10-04 18:07:22 +00:00
|
|
|
margin-top: 3px;
|
2011-10-04 16:43:13 +00:00
|
|
|
float: left;
|
2011-10-03 21:59:40 +00:00
|
|
|
}
|