Changeset 5132
- Timestamp:
- 08/05/08 06:33:35 (5 months ago)
- Location:
- trunk/WebContent/ITMILL/themes/default
- Files:
-
- 2 modified
-
panel/panel.css (modified) (4 diffs)
-
styles.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebContent/ITMILL/themes/default/panel/panel.css
r4301 r5132 11 11 } 12 12 13 .i-panel { 14 background: transparent url(img/top-left.png) no-repeat; 15 } 13 16 .i-panel:before { 14 17 display: block; … … 42 45 border-top: none; 43 46 background: #fff; 47 overflow:hidden; 44 48 } 45 49 … … 56 60 width: 9px; 57 61 height: 9px; 58 background: transparent url(img/top-left.png) no-repeat;59 62 margin: -15px 0 5px -19px; 60 63 } … … 94 97 /* Light panel style */ 95 98 99 .i-panel-light { 100 background: transparent; 101 } 96 102 .i-panel-light:before { 97 103 display: none; -
trunk/WebContent/ITMILL/themes/default/styles.css
r5129 r5132 821 821 } 822 822 823 .i-panel { 824 background: transparent url(panel/img/top-left.png) no-repeat; 825 } 823 826 .i-panel:before { 824 827 display: block; … … 852 855 border-top: none; 853 856 background: #fff; 857 overflow:hidden; 858 } 859 860 .i-panel-caption, 861 .i-panel-caption-light { 862 text-overflow: ellipsis; 854 863 } 855 864 … … 866 875 width: 9px; 867 876 height: 9px; 868 background: transparent url(panel/img/top-left.png) no-repeat;869 877 margin: -15px 0 5px -19px; 870 878 } … … 904 912 /* Light panel style */ 905 913 914 .i-panel-light { 915 background: transparent; 916 } 906 917 .i-panel-light:before { 907 918 display: none;
