Commit 252012600636701f6576c0e2536a4f6d0971e14c
1 parent
da698969
Merged in from DEV trunk...
KTC-122 "When you activate the "Morph To", to change the colour of the boxes with in the web interface, it does not appear correctly. " Fixed. Reviewed By: Kevin git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6701 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
57 changed files
with
174 additions
and
235 deletions
resources/css/kt-framing.css
| ... | ... | @@ -240,7 +240,6 @@ a.main_nav_item { |
| 240 | 240 | |
| 241 | 241 | #portletbar .portlet { |
| 242 | 242 | margin: 0 0 1.5em 0; |
| 243 | - /*background: url(../../resources/graphics/portlet_corner_topleft_collapsed.png) top left no-repeat;*/ | |
| 244 | 243 | background: #ffffff url(../../resources/graphics/portlet_bg_collapsed.png) top left repeat-x; |
| 245 | 244 | border: 1px solid #B7B7B7; |
| 246 | 245 | padding: 0 0 0 0; |
| ... | ... | @@ -280,8 +279,8 @@ a.main_nav_item { |
| 280 | 279 | #portletbar .portlet h4 |
| 281 | 280 | { |
| 282 | 281 | margin: 0; |
| 283 | - padding-top: 0.35em; | |
| 284 | - padding-bottom: 0.7em; | |
| 282 | + padding-top: 0; | |
| 283 | + padding-bottom: 0.4em; | |
| 285 | 284 | padding-left: 30px; |
| 286 | 285 | background: url(../graphics/plus.gif) 10px 45% no-repeat; |
| 287 | 286 | text-align: left; |
| ... | ... | @@ -295,8 +294,8 @@ a.main_nav_item { |
| 295 | 294 | border-width: 0 0 1px 0; |
| 296 | 295 | border-style: solid; |
| 297 | 296 | border-color: #eee; |
| 298 | - padding-top: 0.35em; | |
| 299 | - padding-bottom: 0.50em; | |
| 297 | + padding-top: 0; | |
| 298 | + padding-bottom: 0.4em; | |
| 300 | 299 | padding-left: 30px; |
| 301 | 300 | text-align: left; |
| 302 | 301 | background: url(../graphics/minus.gif) 10px 45% no-repeat; | ... | ... |
resources/graphics/dashlet_bottomleft.gif deleted
953 Bytes
resources/graphics/dashlet_bottomleft.png deleted
292 Bytes
resources/graphics/dashlet_bottomrepeat.gif deleted
809 Bytes
resources/graphics/dashlet_bottomrepeat.png deleted
210 Bytes
resources/graphics/dashlet_bottomright.gif deleted
989 Bytes
resources/graphics/dashlet_bottomright.png deleted
368 Bytes
resources/graphics/dashlet_leftrepeat.gif deleted
807 Bytes
resources/graphics/dashlet_leftrepeat.png deleted
199 Bytes
resources/graphics/dashlet_rightrepeat.gif deleted
809 Bytes
resources/graphics/dashlet_rightrepeat.png deleted
208 Bytes
resources/graphics/dashlet_topleft.gif deleted
1.37 KB
resources/graphics/dashlet_topleft.png deleted
798 Bytes
resources/graphics/dashlet_topright.gif deleted
1.33 KB
resources/graphics/dashlet_topright.png deleted
950 Bytes
resources/graphics/login_border_bottom.png deleted
190 Bytes
resources/graphics/login_border_repeat.png deleted
179 Bytes
resources/graphics/login_border_right.png deleted
187 Bytes
resources/graphics/login_corner_bottomleft.gif deleted
1.01 KB
resources/graphics/login_corner_bottomright.gif deleted
1.04 KB
resources/graphics/login_corner_topleft.gif deleted
949 Bytes
resources/graphics/login_corner_topright.gif deleted
991 Bytes
skins/kts_blue/dashlet_topleft.gif deleted
1.28 KB
skins/kts_blue/dashlet_topleft.png deleted
431 Bytes
skins/kts_blue/dashlet_toprepeat.gif
skins/kts_blue/dashlet_toprepeat.png
skins/kts_blue/dashlet_topright.gif deleted
1.24 KB
skins/kts_blue/dashlet_topright.png deleted
517 Bytes
skins/kts_blue/footer_bg.gif deleted
821 Bytes
skins/kts_blue/footer_bg.png deleted
200 Bytes
skins/kts_blue/footer_bg_disclaimer.gif deleted
825 Bytes
skins/kts_blue/footer_bg_disclaimer.png deleted
201 Bytes
skins/kts_blue/footer_left.gif deleted
909 Bytes
skins/kts_blue/footer_left.png deleted
371 Bytes
skins/kts_blue/footer_left_disclaimer.gif deleted
926 Bytes
skins/kts_blue/footer_left_disclaimer.png deleted
387 Bytes
skins/kts_blue/footer_right.gif deleted
998 Bytes
skins/kts_blue/footer_right.png deleted
449 Bytes
skins/kts_blue/footer_right_disclaimer.gif deleted
1.02 KB
skins/kts_blue/footer_right_disclaimer.png deleted
466 Bytes
skins/kts_blue/kt-ie-morph.css
| 1 | - | |
| 2 | -.ktActionLink.ktDownload, .ktAction.ktDownload { | |
| 3 | - background-image: url(download.gif); | |
| 4 | -} | |
| 5 | - | |
| 6 | -#pageBodyBg { | |
| 7 | - background: url(page_bg.gif) bottom left repeat-x; | |
| 8 | -} | |
| 9 | - | |
| 10 | -#bodyBottomLeft { | |
| 11 | - background: url(page_border_bottomleft.gif) bottom left no-repeat; | |
| 12 | -} | |
| 13 | - | |
| 14 | -#bodyBottomRepeat { | |
| 15 | - background: url(page_border_bottomrepeat.gif) bottom left repeat-x; | |
| 16 | -} | |
| 17 | - | |
| 18 | -#bodyBottomRight { | |
| 19 | - background: url(page_border_bottomright.gif) bottom right no-repeat; | |
| 20 | -} | |
| 21 | - | |
| 22 | -#navbar | |
| 23 | -{ | |
| 24 | - background: url(menubg.gif) top left repeat-x; | |
| 25 | -} | |
| 26 | - | |
| 27 | -#navbarLeft { | |
| 28 | - background: url(menu_corner_left.gif) top left no-repeat; | |
| 29 | -} | |
| 30 | - | |
| 31 | -#navbarRight { | |
| 32 | - background: url(menu_corner_right.gif) top right no-repeat; | |
| 33 | -} | |
| 34 | - | |
| 35 | -#navbar ul li.active { | |
| 36 | - background: #6c8c2f url(menubg-active.gif) top left repeat-x; | |
| 37 | -} | |
| 38 | - | |
| 39 | -#menu_divider { | |
| 40 | - background: url(menu_divider.gif) top left no-repeat; | |
| 41 | -} | |
| 42 | - | |
| 43 | -.dashboard_block_topleft { | |
| 44 | - background: white url(dashlet_toprepeat.gif) top left repeat-x; | |
| 45 | -} | |
| 46 | - | |
| 47 | -.dashboard_block_toprepeat { | |
| 48 | - background: white url(dashlet_toprepeat.gif) top left repeat-x; | |
| 49 | -} | |
| 50 | - | |
| 51 | -.dashboard_block_topright { | |
| 52 | - background: white url(dashlet_toprepeat.gif) top left repeat-x; | |
| 53 | -} | |
| 54 | - | |
| 55 | -#portletbar .portlet.expanded h4 | |
| 56 | -{ | |
| 57 | - background: url(minus.gif) 10px 45% no-repeat; | |
| 58 | -} | |
| 59 | - | |
| 60 | -#portletbar .portlet.expanded .portletTopRepeat { | |
| 61 | - background: url(portlet_bg.gif) top left repeat-x; | |
| 62 | -} | |
| 63 | - | |
| 64 | -#portletbar .portlet.expanded { | |
| 65 | - background: url(portlet_corner_topleft.gif) top left no-repeat; | |
| 66 | -} | |
| 67 | - | |
| 68 | -#portletbar .portlet.expanded .portletTopRight { | |
| 69 | - background: url(portlet_corner_topright.gif) top right no-repeat; | |
| 70 | -} | |
| 71 | - | |
| 72 | -#portletbar .portlet.portletTopRepeat { | |
| 73 | - background: url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 74 | -} | |
| 75 | - | |
| 76 | -#portletbar.portlet { | |
| 77 | - background: url(portlet_corner_topleft_collapsed.gif) top left no-repeat; | |
| 78 | -} | |
| 79 | - | |
| 80 | -#portletbar .portlet.portletTopRight { | |
| 81 | - background: url(portlet_corner_topright_collapsed.gif) top right no-repeat; | |
| 82 | -} | |
| 83 | - | |
| 84 | -.collapsible.expanded h4 | |
| 85 | -{ | |
| 86 | - background: url(minus.gif) 10px 50% no-repeat; | |
| 87 | -} | |
| 88 | - | |
| 89 | -#content .dashboard_block .action_rollup | |
| 90 | -{ | |
| 91 | - background-image: url(bullet_toggle_minus.gif); | |
| 92 | -} | |
| 93 | - | |
| 94 | -#content .dashboard_block.rolled-up .action_rollup | |
| 95 | -{ | |
| 96 | - background-image: url(bullet_toggle_plus.gif); | |
| 97 | -} | |
| 98 | - | |
| 99 | -#content .dashboard_block .action_close | |
| 100 | -{ | |
| 101 | - background-image: url(bullet_toggle_close.gif); | |
| 102 | -} | |
| 103 | - | |
| 104 | -#document-views .downloadbox ul li.download { | |
| 105 | - background-image: url(download.gif); | |
| 106 | -} | |
| 107 | - | |
| 108 | -#copyrightbarBg { | |
| 109 | - background: url(footer_bg.gif) top left repeat-x; | |
| 110 | -} | |
| 111 | - | |
| 112 | -#copyrightbarLeft{ | |
| 113 | - background: url(footer_left.gif) top left no-repeat; | |
| 114 | -} | |
| 115 | - | |
| 116 | -#copyrightbarRight{ | |
| 117 | - background: url(footer_right.gif) top right no-repeat; | |
| 118 | -} | |
| 119 | - | |
| 120 | -/* Font colour definitions */ | |
| 121 | -/* | |
| 122 | -#content h2 | |
| 123 | -{ | |
| 124 | - border-color: #eee; | |
| 125 | - color: #333; | |
| 126 | -} | |
| 127 | - | |
| 128 | -#portletbar .portlet h4 | |
| 129 | -{ | |
| 130 | - color: #FFFFFF; | |
| 131 | -} | |
| 132 | - | |
| 133 | -#portletbar .portlet.expanded h4 | |
| 134 | -{ | |
| 135 | - color: #FFFFFF; | |
| 136 | -} | |
| 137 | - | |
| 138 | -#content a.ktCancelLink { | |
| 139 | - border: 1px solid #888; | |
| 140 | - color: black; | |
| 141 | -} | |
| 142 | - | |
| 143 | -#copyrightbar { | |
| 144 | - color: #000000; | |
| 145 | -} | |
| 146 | - | |
| 147 | -.copyright { | |
| 148 | - color: #888; | |
| 149 | - border-top: 1px solid #ccc; | |
| 150 | -} | |
| 151 | - | |
| 152 | -#document-views .viewlet h3 { | |
| 153 | - color: #333; | |
| 154 | -} | |
| 155 | - | |
| 156 | -.collapsible h4 | |
| 157 | -{ | |
| 158 | - border-color: #eee; | |
| 159 | - color: #333; | |
| 160 | -} | |
| 161 | - | |
| 162 | -.collapsible.expanded h4 | |
| 163 | -{ | |
| 164 | - border-color: #eee; | |
| 165 | - color: #333; | |
| 166 | -} | |
| 167 | - | |
| 168 | -.dashboard_block_handle | |
| 169 | -{ | |
| 170 | - font-size:small; | |
| 171 | -} | |
| 172 | - | |
| 173 | -#content .ktBlock h2 | |
| 174 | -{ | |
| 175 | - color: #FFFFFF; | |
| 176 | -} | |
| 1 | + | |
| 2 | +.ktActionLink.ktDownload, .ktAction.ktDownload { | |
| 3 | + background-image: url(download.gif); | |
| 4 | +} | |
| 5 | + | |
| 6 | +#pageBody { | |
| 7 | + background: url(page_bg.gif) bottom left repeat-x; | |
| 8 | +} | |
| 9 | + | |
| 10 | +#navbar | |
| 11 | +{ | |
| 12 | + background: url(menubg.gif) top left repeat-x; | |
| 13 | +} | |
| 14 | + | |
| 15 | +#navbarLeft { | |
| 16 | + background: url(menu_corner_left.gif) top left no-repeat; | |
| 17 | +} | |
| 18 | + | |
| 19 | +#navbarRight { | |
| 20 | + background: url(menu_corner_right.gif) top right no-repeat; | |
| 21 | +} | |
| 22 | + | |
| 23 | +#navbar ul li.active { | |
| 24 | + background: #6c8c2f url(menubg-active.gif) top left repeat-x; | |
| 25 | +} | |
| 26 | + | |
| 27 | +#menu_divider { | |
| 28 | + background: url(menu_divider.gif) top left no-repeat; | |
| 29 | +} | |
| 30 | + | |
| 31 | +.ktBlock { | |
| 32 | + background: #ffffff url(dashlet_toprepeat.gif) top left repeat-x; | |
| 33 | + border: 1px solid #C5C5C5; | |
| 34 | +} | |
| 35 | + | |
| 36 | +.ktInfo { | |
| 37 | + background: #DEDEDE url(../../resources/graphics/info_toprepeat.gif) top left repeat-x; | |
| 38 | + border: 1px solid #C5C5C5; | |
| 39 | +} | |
| 40 | + | |
| 41 | +.ktError { | |
| 42 | + background: #ffdd80 url(../../resources/graphics/error_toprepeat.gif) top left repeat-x; | |
| 43 | + border: 1px solid #FFC21E; | |
| 44 | +} | |
| 45 | + | |
| 46 | +#portletbar .portlet.expanded h4 | |
| 47 | +{ | |
| 48 | + background: url(minus.gif) 10px 45% no-repeat; | |
| 49 | +} | |
| 50 | + | |
| 51 | +#portletbar .portlet.expanded { | |
| 52 | + background: #ffffff url(portlet_bg.gif) top left repeat-x; | |
| 53 | +} | |
| 54 | + | |
| 55 | +#portletbar .portlet { | |
| 56 | + background: #ffffff url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 57 | +} | |
| 58 | + | |
| 59 | +.collapsible.expanded h4 | |
| 60 | +{ | |
| 61 | + background: url(minus.gif) 10px 50% no-repeat; | |
| 62 | +} | |
| 63 | + | |
| 64 | +#content .dashboard_block .action_rollup | |
| 65 | +{ | |
| 66 | + background-image: url(bullet_toggle_minus.gif); | |
| 67 | +} | |
| 68 | + | |
| 69 | +#content .dashboard_block.rolled-up .action_rollup | |
| 70 | +{ | |
| 71 | + background-image: url(bullet_toggle_plus.gif); | |
| 72 | +} | |
| 73 | + | |
| 74 | +#content .dashboard_block .action_close | |
| 75 | +{ | |
| 76 | + background-image: url(bullet_toggle_close.gif); | |
| 77 | +} | |
| 78 | + | |
| 79 | +#document-views .downloadbox ul li.download { | |
| 80 | + background-image: url(download.gif); | |
| 81 | +} | |
| 82 | + | |
| 83 | +#copyrightbarBorder { | |
| 84 | + margin-top: 40px; | |
| 85 | + margin-bottom: 50px; | |
| 86 | + border: 1px solid #BBBBBB; | |
| 87 | + background-color: #D1D1D1; | |
| 88 | +} | |
| 89 | + | |
| 90 | +/* Font colour definitions */ | |
| 91 | +/* | |
| 92 | +#content h2 | |
| 93 | +{ | |
| 94 | + border-color: #eee; | |
| 95 | + color: #333; | |
| 96 | +} | |
| 97 | + | |
| 98 | +#portletbar .portlet h4 | |
| 99 | +{ | |
| 100 | + color: #FFFFFF; | |
| 101 | +} | |
| 102 | + | |
| 103 | +#portletbar .portlet.expanded h4 | |
| 104 | +{ | |
| 105 | + color: #FFFFFF; | |
| 106 | +} | |
| 107 | + | |
| 108 | +#content a.ktCancelLink { | |
| 109 | + border: 1px solid #888; | |
| 110 | + color: black; | |
| 111 | +} | |
| 112 | + | |
| 113 | +#copyrightbar { | |
| 114 | + color: #000000; | |
| 115 | +} | |
| 116 | + | |
| 117 | +.copyright { | |
| 118 | + color: #888; | |
| 119 | + border-top: 1px solid #ccc; | |
| 120 | +} | |
| 121 | + | |
| 122 | +#document-views .viewlet h3 { | |
| 123 | + color: #333; | |
| 124 | +} | |
| 125 | + | |
| 126 | +.collapsible h4 | |
| 127 | +{ | |
| 128 | + border-color: #eee; | |
| 129 | + color: #333; | |
| 130 | +} | |
| 131 | + | |
| 132 | +.collapsible.expanded h4 | |
| 133 | +{ | |
| 134 | + border-color: #eee; | |
| 135 | + color: #333; | |
| 136 | +} | |
| 137 | + | |
| 138 | +.dashboard_block_handle | |
| 139 | +{ | |
| 140 | + font-size:small; | |
| 141 | +} | |
| 142 | + | |
| 143 | +#content .ktBlock h2 | |
| 144 | +{ | |
| 145 | + color: #FFFFFF; | |
| 146 | +} | |
| 177 | 147 | */ |
| 178 | 148 | \ No newline at end of file | ... | ... |
skins/kts_blue/kt-morph.css
| ... | ... | @@ -3,22 +3,10 @@ |
| 3 | 3 | background-image: url(download.png); |
| 4 | 4 | } |
| 5 | 5 | |
| 6 | -#pageBodyBg { | |
| 6 | +#pageBody { | |
| 7 | 7 | background: url(page_bg.png) bottom left repeat-x; |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | -#bodyBottomLeft { | |
| 11 | - background: url(page_border_bottomleft.gif) bottom left no-repeat; | |
| 12 | -} | |
| 13 | - | |
| 14 | -#bodyBottomRepeat { | |
| 15 | - background: url(page_border_bottomrepeat.gif) bottom left repeat-x; | |
| 16 | -} | |
| 17 | - | |
| 18 | -#bodyBottomRight { | |
| 19 | - background: url(page_border_bottomright.gif) bottom right no-repeat; | |
| 20 | -} | |
| 21 | - | |
| 22 | 10 | #navbar |
| 23 | 11 | { |
| 24 | 12 | background: url(menubg.png) top left repeat-x; |
| ... | ... | @@ -39,46 +27,33 @@ |
| 39 | 27 | #menu_divider { |
| 40 | 28 | background: url(menu_divider.png) top left no-repeat; |
| 41 | 29 | } |
| 42 | - | |
| 43 | -.dashboard_block_topleft { | |
| 44 | - background: url(dashlet_topleft.png) top left no-repeat; | |
| 45 | -} | |
| 46 | - | |
| 47 | -.dashboard_block_toprepeat { | |
| 48 | - background: white url(dashlet_toprepeat.png) top left repeat-x; | |
| 49 | -} | |
| 50 | - | |
| 51 | -.dashboard_block_topright { | |
| 52 | - background: url(dashlet_topright.png) top right no-repeat; | |
| 53 | -} | |
| 30 | + | |
| 31 | +.ktBlock { | |
| 32 | + background: #ffffff url(dashlet_toprepeat.png) top left repeat-x; | |
| 33 | + border: 1px solid #C5C5C5; | |
| 34 | +} | |
| 35 | + | |
| 36 | +.ktInfo { | |
| 37 | + background: #DEDEDE url(../../resources/graphics/info_toprepeat.png) top left repeat-x; | |
| 38 | + border: 1px solid #C5C5C5; | |
| 39 | +} | |
| 40 | + | |
| 41 | +.ktError { | |
| 42 | + background: #ffdd80 url(../../resources/graphics/error_toprepeat.png) top left repeat-x; | |
| 43 | + border: 1px solid #FFC21E; | |
| 44 | +} | |
| 54 | 45 | |
| 55 | 46 | #portletbar .portlet.expanded h4 |
| 56 | 47 | { |
| 57 | 48 | background: url(minus.gif) 10px 45% no-repeat; |
| 58 | 49 | } |
| 59 | 50 | |
| 60 | -#portletbar .portlet.expanded .portletTopRepeat { | |
| 61 | - background: url(portlet_bg.png) top left repeat-x; | |
| 62 | -} | |
| 63 | - | |
| 64 | 51 | #portletbar .portlet.expanded { |
| 65 | - background: url(portlet_corner_topleft.png) top left no-repeat; | |
| 66 | -} | |
| 67 | - | |
| 68 | -#portletbar .portlet.expanded .portletTopRight { | |
| 69 | - background: url(portlet_corner_topright.png) top right no-repeat; | |
| 70 | -} | |
| 71 | - | |
| 72 | -#portletbar .portlet .portletTopRepeat { | |
| 73 | - background: url(portlet_bg_collapsed.png) top left repeat-x; | |
| 52 | + background: #ffffff url(portlet_bg.png) top left repeat-x; | |
| 74 | 53 | } |
| 75 | 54 | |
| 76 | 55 | #portletbar .portlet { |
| 77 | - background: url(portlet_corner_topleft_collapsed.png) top left no-repeat; | |
| 78 | -} | |
| 79 | - | |
| 80 | -#portletbar .portlet .portletTopRight { | |
| 81 | - background: url(../../resources/graphics/portlet_corner_topright_collapsed.png) top right no-repeat; | |
| 56 | + background: #ffffff url(portlet_bg_collapsed.png) top left repeat-x; | |
| 82 | 57 | } |
| 83 | 58 | |
| 84 | 59 | .collapsible.expanded h4 |
| ... | ... | @@ -104,17 +79,12 @@ |
| 104 | 79 | #document-views .downloadbox ul li.download { |
| 105 | 80 | background-image: url(download.png); |
| 106 | 81 | } |
| 107 | - | |
| 108 | -#copyrightbarBg { | |
| 109 | - background: url(footer_bg.png) top left repeat-x; | |
| 110 | -} | |
| 111 | - | |
| 112 | -#copyrightbarLeft{ | |
| 113 | - background: url(footer_left.png) top left no-repeat; | |
| 114 | -} | |
| 115 | - | |
| 116 | -#copyrightbarRight{ | |
| 117 | - background: url(footer_right.png) top right no-repeat; | |
| 82 | + | |
| 83 | +#copyrightbarBorder { | |
| 84 | + margin-top: 40px; | |
| 85 | + margin-bottom: 50px; | |
| 86 | + border: 1px solid #BBBBBB; | |
| 87 | + background-color: #D1D1D1; | |
| 118 | 88 | } |
| 119 | 89 | |
| 120 | 90 | /* Font colour definitions */ | ... | ... |
skins/kts_blue/page_border_bottomleft.gif deleted
183 Bytes
skins/kts_blue/page_border_bottomrepeat.gif deleted
57 Bytes
skins/kts_blue/page_border_bottomright.gif deleted
192 Bytes
skins/kts_blue/portlet_bg.gif
skins/kts_blue/portlet_bg.png
skins/kts_blue/portlet_bg_collapsed.gif
skins/kts_blue/portlet_bg_collapsed.png
skins/kts_blue/portlet_corner_topleft.gif deleted
1.48 KB
skins/kts_blue/portlet_corner_topleft.png deleted
609 Bytes
skins/kts_blue/portlet_corner_topleft_collapsed.gif deleted
1.14 KB
skins/kts_blue/portlet_corner_topleft_collapsed.png deleted
518 Bytes
skins/kts_blue/portlet_corner_topright.gif deleted
1.21 KB
skins/kts_blue/portlet_corner_topright.png deleted
468 Bytes
skins/kts_blue/portlet_corner_topright_collapsed.gif deleted
958 Bytes
skins/kts_blue/portlet_corner_topright_collapsed.png deleted
299 Bytes