PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
40 sec ago
Untitled
25 sec ago
Untitled
28 sec ago
Untitled
31 sec ago
Untitled
36 sec ago
Untitled
38 sec ago
Untitled
42 sec ago
cock
53 sec ago
Untitled
By: a guest on
May 7th, 2012
| syntax:
None
| size: 0.26 KB | hits: 13 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
Stop ExtJs styling elements
height:200
cls: "someclass"
<div class="someclass" stlye="height:2px"></div>
bodyCls: "someclass"
cls: "someclass"
.x-panel .someclass {
//css stuff in here
}
.someclass .x-panel-body {
height:600px;
}
create a
new version
of this paste
RAW Paste Data
Stop ExtJs styling elements height:200 cls: "someclass" <div class="someclass" stlye="height:2px"></div> bodyCls: "someclass" cls: "someclass" .x-panel .someclass { //css stuff in here } .someclass .x-panel-body { height:600px; }