Revision 5982
Added by ben leinfelder almost 14 years ago
lib/style/skins/lter/lter.css | ||
---|---|---|
22 | 22 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
23 | 23 |
*/ |
24 | 24 |
|
25 |
/* |
|
26 |
* import eml css: |
|
27 |
*/ |
|
28 |
@import url(../../../style/common/eml_xsl.css); |
|
25 | 29 |
|
30 |
.group { |
|
31 |
min-width: 0px; |
|
32 |
} |
|
33 |
.group_border { |
|
34 |
border: none; |
|
35 |
} |
|
36 |
.subGroup { |
|
37 |
-moz-border-radius-bottomleft: 0px; |
|
38 |
-moz-border-radius-bottomright: 0px; |
|
39 |
-moz-border-radius-topleft: 0px; |
|
40 |
-moz-border-radius-topright: 0px; |
|
41 |
} |
|
26 | 42 |
/** |
27 | 43 |
* set the correct iframe sizes to accomodate the |
28 | 44 |
* header, footer, left and right areas. |
... | ... | |
81 | 97 |
|
82 | 98 |
.iframerightcolclass { |
83 | 99 |
height: 100%; |
84 |
width: 126px;
|
|
100 |
width: 105px;
|
|
85 | 101 |
border: 0px; |
86 | 102 |
margin: 0px; |
87 | 103 |
} |
Also available in: Unified diff
include eml css and then adjust lter skin to accommodate the new xsls