Created
March 9, 2012 00:54
-
-
Save ingenieroariel/2004400 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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