Skip to content

Instantly share code, notes, and snippets.

@ingenieroariel
Created March 9, 2012 00:54
Show Gist options
  • Save ingenieroariel/2004400 to your computer and use it in GitHub Desktop.
Save ingenieroariel/2004400 to your computer and use it in GitHub Desktop.
/* Fixes for compatibility issues between extjs and bootstrap *
.x-panel table, .x-window table {
margin: 0;
padding: 0;
border-top: none;
margin-bottom: 0px;
margin-top: 0px;
width: auto;
}
.x-panel td, .x-panel th, .x-window td, .x-window th{
border-top: none;
margin: 0;
padding: 0;
}
.x-panel-body {
border: none;
list-style:none;
}
.x-panel-body ul{
list-style:none;
}
.x-grid3-hd-inner{
height:20px;
font-size: 14px;
}
.x-grid3-cell-inner{
height:30px;
font-size: 14px;
padding-top:10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment