-
19 Jul 2012 7:32 AM #21
Great work, thank you!
-
29 Aug 2012 3:52 PM #22
it looks great.................thanks for sharing
-
6 Sep 2012 1:17 AM #23
-
16 Sep 2012 11:41 PM #24
Following fix does not work under FF (currently 15.0.1 ) and ExtJS 4.1
Problem seem to occur only with textfield and textarea. (size is reduced to label text actual width)Code:.x-form-item-body {float: none;}
Anybody has any solution please?
below ilustration (slate vs steelblue)
slate_bug.JPG
-
11 Oct 2012 12:05 AM #25
It was good.But the size of textbox is drastically reduced

-
12 Oct 2012 12:51 AM #26
I've just tested Slate theme and I've changed .x-form-item to solve this problem (I'm note sure if it won't break something else
)
Code:.x-form-item { table-layout: fixed; vertical-align: top; margin-bottom: 5px; }
-
12 Oct 2012 1:33 AM #27
-
3 Dec 2012 4:41 PM #28
Can you please zip the whole folder structure you have.Including the extjs path.
Thanks
-
Yesterday 12:59 PM #29
Slate theme for 4.2.1?
Slate theme for 4.2.1?
Has anyone migrated the slate theme to ExtJS 4.2.1?


Reply With Quote