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-06-22 19:00:54 +04:00
|
|
|
top: 6.8em;
|
2012-06-23 18:42:37 +04:00
|
|
|
left: 12.5em;
|
|
|
|
z-index: 20;
|
2011-10-02 01:48:00 +04:00
|
|
|
}
|
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
|
|
|
}
|