Blame view

sources/apps/files_texteditor/css/style.css 271 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  .ie8 .ace_editor div{
  	/* override core style.css font-size:100% that messes up the editor in IE8 */
  	font-size: 12px !important;
  	color: #123456;
  }
  #editor{
  	position: fixed;
  	display: block;
  	top: 6.8em;
  	z-index: 20;
  }
  #editor_save{
  	margin-left: 7px;
  	float: left;
  }