Blame view

framework/admin/scss/_ModelAdmin.scss 356 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  .ModelAdmin .cms-content-fields {
  	overflow:hidden; //removes scrolling from filter panel
  	.cms-edit-form {
  		overflow-y:auto; //adds scrolling only to the datagrid 
  		overflow-x:hidden;
  	}
  	.cms-content-tools .cms-panel-content {
  		.cms-search-form {
  			.resetformaction {
  				margin-right:0px;
  			}
  		}
  		#Form_ImportForm {
  			overflow:hidden;
  		}
  	}	
  }