diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 5bf8398..ad20fae 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -239,29 +239,193 @@ a.main_nav_item { .noportlets #portletbar { display: none; } #portletbar .portlet { + position: relative; margin: 0 0 1.5em 0; - background: #ffffff url(../../resources/graphics/portlet_bg_collapsed.png) top left repeat-x; - border: 1px solid #B7B7B7; + background: url(../../resources/graphics/portlet_corner_topleft_collapsed.png) top left no-repeat; padding: 0 0 0 0; + border: 0; z-index: 2; } +#portletbar .portlet .portletTopRepeat { + position: absolute; + background: url(../../resources/graphics/portlet_bg_collapsed.png) top left repeat-x; + top: 0; + left: 30px; + height: 30px; + width: 80%; + z-index: -1; + border:0; +} + +#portletbar .portlet .portletTopRight { + position: absolute; + background: url(../../resources/graphics/portlet_corner_topright_collapsed.png) top right no-repeat; + top: 0; + right: 0px; + height: 30px; + width: 60%; + z-index: -1; + border: 0; +} + #portletbar .portlet.expanded { + position: relative; margin: 0 0 1.5em 0; padding: 0 0 0 0; - border: 1px solid #B7B7B7; - background: #ffffff url(../../resources/graphics/portlet_bg.png) top left repeat-x; + background: url(../../resources/graphics/portlet_corner_topleft.png) top left no-repeat; + border: 0; z-index: 2; } +#portletbar .portlet.expanded .portletTopRepeat { + position: absolute; + background: url(../../resources/graphics/portlet_bg.png) top left repeat-x; + top: 0px; + left: 30px; + height: 28px; + width: 80%; + z-index: -1; + border: 0; +} + +#portletbar .portlet.expanded .portletTopRight { + position: absolute; + background: url(../../resources/graphics/portlet_corner_topright.png) top right no-repeat; + top: 0; + right: 0px; + height: 28px; + width: 60%; + z-index: -1; + border: 0; +} + #portletbar .portlet .portletbody { + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; padding: 0 0 1em 0; margin-right: 1px; background-color: white; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; width: 99%; height: 100%; } +/* Attempt to contain side portlet containers in MORE containers*/ +/* +#portletbar .portlet.expanded .portletBodyDoubleTop { + position: relative; + width: 100%; + height: 1px; + top:0px; + right:0px; + border: 1px solid red; +} + +#portletbar .portlet.expanded .portletBodyDoubleMiddle { + position: relative; + width: 100%; + height: 1px; + top:0px; + right:0px; + border: 1px solid blue; +} + +#portletbar .portlet.expanded .portletBodyDoubleBottom { + position: relative; + width: 100%; + height: 1px; + bottom:0px; + right:0px; + border: 1px solid red; +}*/ + +/* Bottom Portlet borders */ +/* +#portletbar .portlet .portletbodyBottomLeft { + position: absolute; + bottom: 0px; + left: 0px; + width: 10px; + height: 10px; + background: url(../../resources/graphics/portlet_corner_bottomleft.png) bottom left no-repeat; +} + +#portletbar .portlet .portletbodyBottomRight { + position: absolute; + bottom: 0px; + right: 0px; + width: 10px; + height: 10px; + background: url(../../resources/graphics/portlet_corner_bottomright.png) bottom right no-repeat; +} + +#portletbar .portlet .portletbodyBottom { + position: absolute; + bottom: 0px; + left: 5px; + height: 3px; + width: 95%; + background: url(../../resources/graphics/portlet_borderbottom.png) bottom left repeat-x; +}*/ + +/* Right-hand side portlet borders */ +/* +#portletbar .portlet .portletbodyRightTop { + position: absolute; + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; + top: 0px; + right: 0px; + width: 5px; + height: 76px; +} + +#portletbar .portlet .portletbodyRightBottom { + position: absolute; + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; + bottom: 0px; + right: 0px; + width: 5px; + height: 80px; +} + + +#portletbar .portlet .portletbodyRightMiddleTop { + position: absolute; + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; + top: 50%; + right: 0px; + width: 5px; + height: 36px; +} + +#portletbar .portlet .portletbodyRightMiddleBottom { + position: absolute; + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; + bottom: 50%; + right: 0px; + width: 5px; + height: 63px; +} + +#portletbar .portlet .portletbodyRightQuartTop { + position: absolute; + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; + top: 15%; + right: 0px; + width: 5px; + height: 60px; +} + +#portletbar .portlet .portletbodyRightQuartBottom { + position: absolute; + background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; + bottom: 25%; + right: 0px; + width: 5px; + height: 68px; +}*/ + #portletbar .portlet a { color: #344a6a; text-decoration: none; @@ -278,9 +442,8 @@ a.main_nav_item { #portletbar .portlet h4 { - margin: 0; - padding-top: 0; - padding-bottom: 0.4em; + padding-top: 0.35em; + padding-bottom: 0.7em; padding-left: 30px; background: url(../graphics/plus.gif) 10px 45% no-repeat; text-align: left; @@ -294,8 +457,8 @@ a.main_nav_item { border-width: 0 0 1px 0; border-style: solid; border-color: #eee; - padding-top: 0; - padding-bottom: 0.4em; + padding-top: 0.35em; + padding-bottom: 0.50em; padding-left: 30px; text-align: left; background: url(../graphics/minus.gif) 10px 45% no-repeat; @@ -311,6 +474,57 @@ a.main_nav_item { display: block; } +#portletbar .portlet .portletbodyRightTop { + display: none; +} + +#portletbar .portlet .portletbodyRightBottom { + display: none; +} + +#portletbar .portlet .portletbodyRightMiddleTop { + display: none; +} + +#portletbar .portlet .portletbodyRightMiddleBottom { + display: none; +} + +#portletbar .portlet .portletbodyRightQuartTop { + display: none; +} + +#portletbar .portlet .portletbodyRightQuartBottom { + display: none; +} + + +#portletbar .portlet.expanded .portletbodyRightTop { + display: block; +} + +#portletbar .portlet.expanded .portletbodyRightBottom { + display: block; +} + + +#portletbar .portlet.expanded .portletbodyRightMiddleTop { + display: block; +} + +#portletbar .portlet.expanded .portletbodyRightMiddleBottom { + display: block; +} + +#portletbar .portlet.expanded .portletbodyRightQuartTop { + display: block; +} + +#portletbar .portlet.expanded .portletbodyRightQuartBottom { + display: block; +} + + #portletbar .portlet .actionlist { list-style: none; @@ -538,7 +752,6 @@ a.main_nav_item { { font-family: "Lucida Grande", "Bitstream Vera Sans", Tahoma, sans-serif; padding-bottom: 0.25em; - margin-top: 0; border-width: 0 0 0 0; border-style: solid; border-color: #eee; @@ -806,85 +1019,37 @@ a.main_nav_item { /* block level. */ .ktError { - background: #ffdd80 url(../../resources/graphics/error_toprepeat.png) top left repeat-x; - border: 1px solid #FFC21E; - margin: 20px auto; + padding: 0.1em 1em; + margin: 1em 0 0 0.5em; } .ktError p { - margin-left: 20px; - padding-left: 25px; - background: #ffdd80 url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat; -} - -.ktError span { - margin-left: 20px; - padding-left: 25px; - background: #ffdd80 url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat; -} - -.ktErrorMessage { - background-color: #ffdd80; - border: 1px solid #FFC21E; - margin: 20px auto; -} - -.ktErrorMessage p { - margin-left: 20px; - padding-left: 25px; - background: #ffdd80 url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat; -} - -.ktErrorMessage span { - margin-left: 20px; padding-left: 25px; background: #ffdd80 url(../../thirdparty/icon-theme/16x16/status/dialog-warning.png) center left no-repeat; + margin-top: 20px; } /* block level. */ .ktInfo { - background: #DEDEDE url(../../resources/graphics/info_toprepeat.png) top left repeat-x; - border: 1px solid #C5C5C5; - margin: 20px auto; -} - -.ktInfoMessage{ - background-color: #DEDEDE; - border: 1px solid #C5C5C5; - margin: 20px auto; + padding: 0.1em 1em; + margin: 1em 0 0 0.5em; } .ktInfo p { - margin-left: 20px; - padding-left: 25px; - background: #DEDEDE url(../../thirdparty/icon-theme/16x16/status/dialog-information.png) center left no-repeat; -} - -.ktInfoMessage p { - margin-left: 20px; - padding-left: 25px; - background: #DEDEDE url(../../thirdparty/icon-theme/16x16/status/dialog-information.png) center left no-repeat; -} - -.ktInfo span { - margin-left: 20px; padding-left: 25px; background: #DEDEDE url(../../thirdparty/icon-theme/16x16/status/dialog-information.png) center left no-repeat; + margin-top: 20px; } -.ktInfoMessage span { - margin-left: 20px; - padding-left: 25px; - background: #DEDEDE url(../../thirdparty/icon-theme/16x16/status/dialog-information.png) center left no-repeat; -} .ktBlock { - background: #ffffff url(../../resources/graphics/dashlet_toprepeat.png) top left repeat-x; - border: 1px solid #C5C5C5; - margin: 20px auto; + position: relative; + padding: 0.1em 1em; + margin: 1em 0 0 0.5em; } -.ktBlock, .ktInfo, .ktError, .ktInfoMessage, .ktErrorMessage{ + +.ktInfo, .ktError { position: relative; } @@ -1030,8 +1195,6 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes padding-bottom: 2em; height: 100%; min-height: 5em; - padding-left: 20px; - padding-top: 25px; /* background-color: #dfd; */ } @@ -1043,10 +1206,135 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes padding-bottom: 2em; height: 100%; min-height: 5em; - padding-top: 25px; /* background-color: #ddf; */ } +.dashboard_block_topleft { + position: absolute; + width: 35px; + height: 36px; + top: 0px; + left: 0px; + background: url(../graphics/dashlet_topleft.png) top left no-repeat; + z-index:-1; +} + +.dashboard_block_toprepeat { + position: absolute; + width: 90%; + height: 36px; + top: 0px; + left: 30px; + background: white url(../graphics/dashlet_toprepeat.png) top left repeat-x; + z-index:-1; +} + +.dashboard_block_topright { + position: absolute; + width: 35px; + height: 36px; + top: 0px; + right: 0px; + background: url(../graphics/dashlet_topright.png) top right no-repeat; + z-index:-1; +} + +.dashboard_block_leftrepeat_top { + position: absolute; + width: 13px; + height: 50%; + top: 5px; + left: 0px; + background: white url(../graphics/dashlet_leftrepeat.png) top left repeat-y; + z-index:-1; +} + +.dashboard_block_leftrepeat_bottom { + position: absolute; + width: 13px; + height: 50%; + bottom: 10px; + left: 0px; + background: white url(../graphics/dashlet_leftrepeat.png) top left repeat-y; + z-index:-1; +} + +.dashboard_block_bottomleft { + position: absolute; + width: 40px; + height: 40px; + bottom: 0px; + left: 0px; + background: url(../graphics/dashlet_bottomleft.png) bottom left no-repeat; + z-index:-1; +} + +.dashboard_block_bottomrepeat { + position: absolute; + width: 92%; + height: 13px; + bottom: 0px; + left: 30px; + background: white url(../graphics/dashlet_bottomrepeat.png) bottom left repeat-x; + z-index:-1; +} + +.dashboard_block_bottomright { + position: absolute; + width: 40px; + height: 40px; + bottom: 0px; + right: 0px; + background: url(../graphics/dashlet_bottomright.png) bottom right no-repeat; + z-index:-1; +} + +.dashboard_block_rightrepeat_top { + position: absolute; + width: 13px; + height: 50%; + top: 5px; + right: 0px; + background: white url(../graphics/dashlet_rightrepeat.png) top right repeat-y; + z-index:-1; + overflow:hidden; +} + +.dashboard_block_rightrepeat_bottom { + position: absolute; + width: 13px; + height: 50%; + bottom: 10px; + right: 0px; + background: white url(../graphics/dashlet_rightrepeat.png) bottom right repeat-y; + z-index:-1; + overflow:hidden; +} + +.dashboard_block_rightrepeat_top { + min-height: 70px; +} + +.dashboard_block.rolled-up .dashboard_block_rightrepeat_top +{ + display: none; +} + +.dashboard_block.rolled-up .dashboard_block_rightrepeat_bottom +{ + display: none; +} + +.dashboard_block.rolled-up .dashboard_block_leftrepeat_top +{ + display: none; +} + +.dashboard_block.rolled-up .dashboard_block_leftrepeat_bottom +{ + display: none; +} + .dashboard_block { width: 100%; } @@ -1055,6 +1343,361 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes border:none; } +.error_dashlet_topleft { + position: absolute; + width: 35px; + height: 36px; + top: 0px; + left: 0px; + background: url(../graphics/error_topleft.png) top left no-repeat; + z-index:-1; +} + +.error_dashlet_topleft_small { + position: absolute; + width: 35px; + height: 22px; + top: 0px; + left: 0px; + background: url(../graphics/error_topleft_small.png) top left no-repeat; + z-index:-1; +} + +.error_dashlet_toprepeat { + position: absolute; + width: 95%; + height: 55px; + top: 0px; + left: 13px; + background: #ffdd80 url(../graphics/error_toprepeat.png) top left repeat-x; + z-index:-1; +} + +.error_dashlet_toprepeat_small { + position: absolute; + width: 97%; + height: 21px; + top: 0px; + left: 13px; + background: #ffdd80 url(../graphics/error_toprepeat.png) bottom left repeat-x; + z-index:-1; + border-top: 1px solid #FFC21E; +} + +.error_dashlet_topright { + position: absolute; + width: 35px; + height: 36px; + top: 0px; + right: 0px; + background: url(../graphics/error_topright.png) top right no-repeat; + z-index:-1; +} + +.error_dashlet_topright_small { + position: absolute; + width: 35px; + height: 22px; + top: 0px; + right: 0px; + background: url(../graphics/error_topright_small.png) top right no-repeat; + z-index:-1; +} + +.error_dashlet_leftrepeat_top { + position: absolute; + width: 13px; + height: 50%; + top: 5px; + left: 0px; + background: #ffdd80 url(../graphics/error_leftrepeat.png) top left repeat-y; + z-index:-1; +} + +.error_dashlet_leftrepeat_bottom { + position: absolute; + width: 13px; + height: 50%; + bottom: 10px; + left: 0px; + background: #ffdd80 url(../graphics/error_leftrepeat.png) top left repeat-y; + z-index:-1; +} + +.error_dashlet_bottomleft { + position: absolute; + width: 40px; + height: 45px; + bottom: 0px; + left: 0px; + background: url(../graphics/error_bottomleft.png) bottom left no-repeat; + z-index:-1; +} + +.error_dashlet_bottomrepeat { + position: absolute; + width: 95%; + height: 30px; + bottom: 0px; + left: 10x; + background: #ffdd80 url(../graphics/error_bottomrepeat.png) bottom left repeat-x; + z-index:-1; +} + +.error_dashlet_bottomrepeat_small { + position: absolute; + width: 97%; + height: 21px; + bottom: 0px; + left: 10x; + background: #ffdd80 url(../graphics/error_bottomrepeat.png) bottom left repeat-x; + z-index:-1; +} + +.error_dashlet_bottomright { + position: absolute; + width: 40px; + height: 40px; + bottom: 0px; + right: 0px; + background: url(../graphics/error_bottomright.png) bottom right no-repeat; + z-index:-1; +} + +.error_dashlet_rightrepeat_top { + position: absolute; + width: 30px; + height: 50%; + top: 5px; + right: 0px; + background: #ffdd80 url(../graphics/error_rightrepeat.png) top right repeat-y; + z-index:-1; + overflow:hidden; +} + +.error_dashlet_rightrepeat_bottom { + position: absolute; + width: 30px; + height: 50%; + bottom: 10px; + right: 0px; + background: #ffdd80 url(../graphics/error_rightrepeat.png) bottom right repeat-y; + z-index:-1; + overflow:hidden; +} + +.error_dashlet_rightrepeat_top { + min-height: 70px; +} + +.dashboard_block.rolled-up .error_dashlet_toprepeat +{ + height: 38px; +} + +.dashboard_block.rolled-up .error_dashlet_bottomrepeat +{ + height: 20px; +} + +.dashboard_block.rolled-up .error_dashlet_rightrepeat_top +{ + display: none; +} + +.dashboard_block.rolled-up .error_dashlet_rightrepeat_bottom +{ + display: none; +} + +.dashboard_block.rolled-up .error_dashlet_leftrepeat_top +{ + display: none; +} + +.dashboard_block.rolled-up .error_dashlet_leftrepeat_bottom +{ + display: none; +} + +.info_dashlet_topleft { + position: absolute; + width: 35px; + height: 36px; + top: 0px; + left: 0px; + background: url(../graphics/info_topleft.png) top left no-repeat; + z-index:-1; +} + +.info_dashlet_topleft_small { + position: absolute; + width: 35px; + height: 22px; + top: 0px; + left: 0px; + background: url(../graphics/info_topleft_small.png) top left no-repeat; + z-index:-1; +} + +.info_dashlet_toprepeat { + position: absolute; + width: 95%; + height: 55px; + top: 0px; + left: 13px; + background: #DEDEDE url(../graphics/info_toprepeat.png) top left repeat-x; + z-index:-1; +} + +.info_dashlet_toprepeat_small { + position: absolute; + width: 97%; + height: 21px; + top: 0px; + left: 13px; + background: #DEDEDE url(../graphics/info_toprepeat.png) bottom left repeat-x; + z-index:-1; + border-top: 1px solid #C5C5C5; +} + +.info_dashlet_topright { + position: absolute; + width: 35px; + height: 36px; + top: 0px; + right: 0px; + background: url(../graphics/info_topright.png) top right no-repeat; + z-index:-1; +} + +.info_dashlet_topright_small { + position: absolute; + width: 35px; + height: 22px; + top: 0px; + right: 0px; + background: url(../graphics/info_topright_small.png) top right no-repeat; + z-index:-1; +} + +.info_dashlet_leftrepeat_top { + position: absolute; + width: 13px; + height: 50%; + top: 5px; + left: 0px; + background: #DEDEDE url(../graphics/info_leftrepeat.png) top left repeat-y; + z-index:-1; +} + +.info_dashlet_leftrepeat_bottom { + position: absolute; + width: 13px; + height: 50%; + bottom: 10px; + left: 0px; + background: #DEDEDE url(../graphics/info_leftrepeat.png) top left repeat-y; + z-index:-1; +} + +.info_dashlet_bottomleft { + position: absolute; + width: 40px; + height: 45px; + bottom: 0px; + left: 0px; + background: url(../graphics/info_bottomleft.png) bottom left no-repeat; + z-index:-1; +} + +.info_dashlet_bottomrepeat { + position: absolute; + width: 95%; + height: 30px; + bottom: 0px; + left: 10x; + background: #DEDEDE url(../graphics/info_bottomrepeat.png) bottom left repeat-x; + z-index:-1; +} + +.info_dashlet_bottomrepeat_small { + position: absolute; + width: 97%; + height: 21px; + bottom: 0px; + left: 10x; + background: #DEDEDE url(../graphics/info_bottomrepeat.png) bottom left repeat-x; + z-index:-1; +} + +.info_dashlet_bottomright { + position: absolute; + width: 40px; + height: 40px; + bottom: 0px; + right: 0px; + background: url(../graphics/info_bottomright.png) bottom right no-repeat; + z-index:-1; +} + +.info_dashlet_rightrepeat_top { + position: absolute; + width: 30px; + height: 50%; + top: 5px; + right: 0px; + background: #DEDEDE url(../graphics/info_rightrepeat.png) top right repeat-y; + z-index:-1; + overflow:hidden; +} + +.info_dashlet_rightrepeat_bottom { + position: absolute; + width: 30px; + height: 50%; + bottom: 10px; + right: 0px; + background: #DEDEDE url(../graphics/info_rightrepeat.png) bottom right repeat-y; + z-index:-1; + overflow:hidden; +} + +.info_dashlet_rightrepeat_top { + min-height: 70px; +} + +.dashboard_block.rolled-up .info_dashlet_toprepeat +{ + height: 38px; +} + +.dashboard_block.rolled-up .info_dashlet_bottomrepeat +{ + height: 20px; +} + +.dashboard_block.rolled-up .info_dashlet_rightrepeat_top +{ + display: none; +} + +.dashboard_block.rolled-up .info_dashlet_rightrepeat_bottom +{ + display: none; +} + +.dashboard_block.rolled-up .info_dashlet_leftrepeat_top +{ + display: none; +} + +.dashboard_block.rolled-up .info_dashlet_leftrepeat_bottom +{ + display: none; +} + + #copyrightbarBorder { margin-top: 40px; margin-bottom: 50px; @@ -1263,15 +1906,15 @@ hr { { position: absolute; top: 0px; - right: 8px; + right: 10px; text-align: right; - margin: -2px 0 0 0; + margin: 0.2em 0em 0 0; } .dashboard_block_handle { cursor: pointer; - margin: -2px -0.5em 0.5em 0.5em; + margin: 0.2em -0.5em 0.5em 0; font-size:small; } @@ -1283,28 +1926,22 @@ hr { .ktBlock .dashboard_block_body { z-index:99; - margin: 8px 5px 10px 5px; + margin: 8px 0 10px 0; background-color:#FFFFFF; - padding-left: 15px; - padding-right: 15px; - padding-bottom: 5px; - overflow: auto; } .ktError .dashboard_block_body { z-index:99; - margin-top: -8px; + margin: 0; background-color: #ffdd80; - overflow: auto; } .ktInfo .dashboard_block_body { z-index:99; - margin-top: -8px; + margin: 0; background-color: #DEDEDE; - overflow: auto; } .dashboard_block .dashboard_block_body .edit_action diff --git a/resources/graphics/dashlet_bottomleft.gif b/resources/graphics/dashlet_bottomleft.gif new file mode 100644 index 0000000..d0736c7 --- /dev/null +++ b/resources/graphics/dashlet_bottomleft.gif diff --git a/resources/graphics/dashlet_bottomleft.png b/resources/graphics/dashlet_bottomleft.png new file mode 100644 index 0000000..a8af31e --- /dev/null +++ b/resources/graphics/dashlet_bottomleft.png diff --git a/resources/graphics/dashlet_bottomrepeat.gif b/resources/graphics/dashlet_bottomrepeat.gif new file mode 100644 index 0000000..9f28119 --- /dev/null +++ b/resources/graphics/dashlet_bottomrepeat.gif diff --git a/resources/graphics/dashlet_bottomrepeat.png b/resources/graphics/dashlet_bottomrepeat.png new file mode 100644 index 0000000..591b13b --- /dev/null +++ b/resources/graphics/dashlet_bottomrepeat.png diff --git a/resources/graphics/dashlet_bottomright.gif b/resources/graphics/dashlet_bottomright.gif new file mode 100644 index 0000000..dcbccc3 --- /dev/null +++ b/resources/graphics/dashlet_bottomright.gif diff --git a/resources/graphics/dashlet_bottomright.png b/resources/graphics/dashlet_bottomright.png new file mode 100644 index 0000000..cd6eb4d --- /dev/null +++ b/resources/graphics/dashlet_bottomright.png diff --git a/resources/graphics/dashlet_leftrepeat.gif b/resources/graphics/dashlet_leftrepeat.gif new file mode 100644 index 0000000..0b64eca --- /dev/null +++ b/resources/graphics/dashlet_leftrepeat.gif diff --git a/resources/graphics/dashlet_leftrepeat.png b/resources/graphics/dashlet_leftrepeat.png new file mode 100644 index 0000000..625ec5c --- /dev/null +++ b/resources/graphics/dashlet_leftrepeat.png diff --git a/resources/graphics/dashlet_rightrepeat.gif b/resources/graphics/dashlet_rightrepeat.gif new file mode 100644 index 0000000..31eaa04 --- /dev/null +++ b/resources/graphics/dashlet_rightrepeat.gif diff --git a/resources/graphics/dashlet_rightrepeat.png b/resources/graphics/dashlet_rightrepeat.png new file mode 100644 index 0000000..241ba85 --- /dev/null +++ b/resources/graphics/dashlet_rightrepeat.png diff --git a/resources/graphics/dashlet_topleft.gif b/resources/graphics/dashlet_topleft.gif new file mode 100644 index 0000000..11ee051 --- /dev/null +++ b/resources/graphics/dashlet_topleft.gif diff --git a/resources/graphics/dashlet_topleft.png b/resources/graphics/dashlet_topleft.png new file mode 100644 index 0000000..d0a3519 --- /dev/null +++ b/resources/graphics/dashlet_topleft.png diff --git a/resources/graphics/dashlet_toprepeat.gif b/resources/graphics/dashlet_toprepeat.gif index 10cb194..00a970d 100644 --- a/resources/graphics/dashlet_toprepeat.gif +++ b/resources/graphics/dashlet_toprepeat.gif diff --git a/resources/graphics/dashlet_toprepeat.png b/resources/graphics/dashlet_toprepeat.png index 72542f0..3ef6bc6 100644 --- a/resources/graphics/dashlet_toprepeat.png +++ b/resources/graphics/dashlet_toprepeat.png diff --git a/resources/graphics/dashlet_topright.gif b/resources/graphics/dashlet_topright.gif new file mode 100644 index 0000000..8a667ff --- /dev/null +++ b/resources/graphics/dashlet_topright.gif diff --git a/resources/graphics/dashlet_topright.png b/resources/graphics/dashlet_topright.png new file mode 100644 index 0000000..5aeced3 --- /dev/null +++ b/resources/graphics/dashlet_topright.png diff --git a/resources/graphics/error_bottomleft.gif b/resources/graphics/error_bottomleft.gif new file mode 100644 index 0000000..3da8edf --- /dev/null +++ b/resources/graphics/error_bottomleft.gif diff --git a/resources/graphics/error_bottomleft.png b/resources/graphics/error_bottomleft.png new file mode 100644 index 0000000..b943689 --- /dev/null +++ b/resources/graphics/error_bottomleft.png diff --git a/resources/graphics/error_bottomrepeat.gif b/resources/graphics/error_bottomrepeat.gif new file mode 100644 index 0000000..73c3ebc --- /dev/null +++ b/resources/graphics/error_bottomrepeat.gif diff --git a/resources/graphics/error_bottomrepeat.png b/resources/graphics/error_bottomrepeat.png new file mode 100644 index 0000000..b622345 --- /dev/null +++ b/resources/graphics/error_bottomrepeat.png diff --git a/resources/graphics/error_bottomright.gif b/resources/graphics/error_bottomright.gif new file mode 100644 index 0000000..0637f5d --- /dev/null +++ b/resources/graphics/error_bottomright.gif diff --git a/resources/graphics/error_bottomright.png b/resources/graphics/error_bottomright.png new file mode 100644 index 0000000..1ee02ff --- /dev/null +++ b/resources/graphics/error_bottomright.png diff --git a/resources/graphics/error_leftrepeat.gif b/resources/graphics/error_leftrepeat.gif new file mode 100644 index 0000000..d058285 --- /dev/null +++ b/resources/graphics/error_leftrepeat.gif diff --git a/resources/graphics/error_leftrepeat.png b/resources/graphics/error_leftrepeat.png new file mode 100644 index 0000000..362b72a --- /dev/null +++ b/resources/graphics/error_leftrepeat.png diff --git a/resources/graphics/error_rightrepeat.gif b/resources/graphics/error_rightrepeat.gif new file mode 100644 index 0000000..0c52c97 --- /dev/null +++ b/resources/graphics/error_rightrepeat.gif diff --git a/resources/graphics/error_rightrepeat.png b/resources/graphics/error_rightrepeat.png new file mode 100644 index 0000000..954807c --- /dev/null +++ b/resources/graphics/error_rightrepeat.png diff --git a/resources/graphics/error_topleft.gif b/resources/graphics/error_topleft.gif new file mode 100644 index 0000000..efa3d13 --- /dev/null +++ b/resources/graphics/error_topleft.gif diff --git a/resources/graphics/error_topleft.png b/resources/graphics/error_topleft.png new file mode 100644 index 0000000..eb94fd3 --- /dev/null +++ b/resources/graphics/error_topleft.png diff --git a/resources/graphics/error_topleft_small.gif b/resources/graphics/error_topleft_small.gif new file mode 100644 index 0000000..29a955a --- /dev/null +++ b/resources/graphics/error_topleft_small.gif diff --git a/resources/graphics/error_topleft_small.png b/resources/graphics/error_topleft_small.png new file mode 100644 index 0000000..24fce1f --- /dev/null +++ b/resources/graphics/error_topleft_small.png diff --git a/resources/graphics/error_toprepeat.gif b/resources/graphics/error_toprepeat.gif index 3dd6c55..daf10ee 100644 --- a/resources/graphics/error_toprepeat.gif +++ b/resources/graphics/error_toprepeat.gif diff --git a/resources/graphics/error_toprepeat.png b/resources/graphics/error_toprepeat.png index 2c7f97f..b11dd26 100644 --- a/resources/graphics/error_toprepeat.png +++ b/resources/graphics/error_toprepeat.png diff --git a/resources/graphics/error_topright.gif b/resources/graphics/error_topright.gif new file mode 100644 index 0000000..80447a3 --- /dev/null +++ b/resources/graphics/error_topright.gif diff --git a/resources/graphics/error_topright.png b/resources/graphics/error_topright.png new file mode 100644 index 0000000..72c5360 --- /dev/null +++ b/resources/graphics/error_topright.png diff --git a/resources/graphics/error_topright_small.gif b/resources/graphics/error_topright_small.gif new file mode 100644 index 0000000..0e23763 --- /dev/null +++ b/resources/graphics/error_topright_small.gif diff --git a/resources/graphics/error_topright_small.png b/resources/graphics/error_topright_small.png new file mode 100644 index 0000000..3f5ffcd --- /dev/null +++ b/resources/graphics/error_topright_small.png diff --git a/resources/graphics/info_bottomleft.gif b/resources/graphics/info_bottomleft.gif new file mode 100644 index 0000000..f042519 --- /dev/null +++ b/resources/graphics/info_bottomleft.gif diff --git a/resources/graphics/info_bottomleft.png b/resources/graphics/info_bottomleft.png new file mode 100644 index 0000000..aca85fb --- /dev/null +++ b/resources/graphics/info_bottomleft.png diff --git a/resources/graphics/info_bottomrepeat.gif b/resources/graphics/info_bottomrepeat.gif new file mode 100644 index 0000000..baad1e5 --- /dev/null +++ b/resources/graphics/info_bottomrepeat.gif diff --git a/resources/graphics/info_bottomrepeat.png b/resources/graphics/info_bottomrepeat.png new file mode 100644 index 0000000..b959ad8 --- /dev/null +++ b/resources/graphics/info_bottomrepeat.png diff --git a/resources/graphics/info_bottomright.gif b/resources/graphics/info_bottomright.gif new file mode 100644 index 0000000..270a6fb --- /dev/null +++ b/resources/graphics/info_bottomright.gif diff --git a/resources/graphics/info_bottomright.png b/resources/graphics/info_bottomright.png new file mode 100644 index 0000000..c1fa3a3 --- /dev/null +++ b/resources/graphics/info_bottomright.png diff --git a/resources/graphics/info_leftrepeat.gif b/resources/graphics/info_leftrepeat.gif new file mode 100644 index 0000000..f19990b --- /dev/null +++ b/resources/graphics/info_leftrepeat.gif diff --git a/resources/graphics/info_leftrepeat.png b/resources/graphics/info_leftrepeat.png new file mode 100644 index 0000000..fbe03f1 --- /dev/null +++ b/resources/graphics/info_leftrepeat.png diff --git a/resources/graphics/info_rightrepeat.gif b/resources/graphics/info_rightrepeat.gif new file mode 100644 index 0000000..de78fcc --- /dev/null +++ b/resources/graphics/info_rightrepeat.gif diff --git a/resources/graphics/info_rightrepeat.png b/resources/graphics/info_rightrepeat.png new file mode 100644 index 0000000..35f2e1c --- /dev/null +++ b/resources/graphics/info_rightrepeat.png diff --git a/resources/graphics/info_topleft.gif b/resources/graphics/info_topleft.gif new file mode 100644 index 0000000..8670ba7 --- /dev/null +++ b/resources/graphics/info_topleft.gif diff --git a/resources/graphics/info_topleft.png b/resources/graphics/info_topleft.png new file mode 100644 index 0000000..7c3ec27 --- /dev/null +++ b/resources/graphics/info_topleft.png diff --git a/resources/graphics/info_topleft_small.gif b/resources/graphics/info_topleft_small.gif new file mode 100644 index 0000000..444fa78 --- /dev/null +++ b/resources/graphics/info_topleft_small.gif diff --git a/resources/graphics/info_topleft_small.png b/resources/graphics/info_topleft_small.png new file mode 100644 index 0000000..dfd8c7c --- /dev/null +++ b/resources/graphics/info_topleft_small.png diff --git a/resources/graphics/info_toprepeat.gif b/resources/graphics/info_toprepeat.gif index 18007f3..358b810 100644 --- a/resources/graphics/info_toprepeat.gif +++ b/resources/graphics/info_toprepeat.gif diff --git a/resources/graphics/info_toprepeat.png b/resources/graphics/info_toprepeat.png index 566007b..a016a75 100644 --- a/resources/graphics/info_toprepeat.png +++ b/resources/graphics/info_toprepeat.png diff --git a/resources/graphics/info_topright.gif b/resources/graphics/info_topright.gif new file mode 100644 index 0000000..0d67ef9 --- /dev/null +++ b/resources/graphics/info_topright.gif diff --git a/resources/graphics/info_topright.png b/resources/graphics/info_topright.png new file mode 100644 index 0000000..a3a1ec8 --- /dev/null +++ b/resources/graphics/info_topright.png diff --git a/resources/graphics/info_topright_small.gif b/resources/graphics/info_topright_small.gif new file mode 100644 index 0000000..8b76f1c --- /dev/null +++ b/resources/graphics/info_topright_small.gif diff --git a/resources/graphics/info_topright_small.png b/resources/graphics/info_topright_small.png new file mode 100644 index 0000000..276a7e9 --- /dev/null +++ b/resources/graphics/info_topright_small.png diff --git a/resources/graphics/portlet_bg.gif b/resources/graphics/portlet_bg.gif index 1076ab7..426d5ae 100644 --- a/resources/graphics/portlet_bg.gif +++ b/resources/graphics/portlet_bg.gif diff --git a/resources/graphics/portlet_bg.png b/resources/graphics/portlet_bg.png index cdc9f4f..129efe8 100644 --- a/resources/graphics/portlet_bg.png +++ b/resources/graphics/portlet_bg.png diff --git a/resources/graphics/portlet_bg_collapsed.gif b/resources/graphics/portlet_bg_collapsed.gif index 800bcf1..22599f3 100644 --- a/resources/graphics/portlet_bg_collapsed.gif +++ b/resources/graphics/portlet_bg_collapsed.gif diff --git a/resources/graphics/portlet_bg_collapsed.png b/resources/graphics/portlet_bg_collapsed.png index bfc2a1e..2c94fee 100644 --- a/resources/graphics/portlet_bg_collapsed.png +++ b/resources/graphics/portlet_bg_collapsed.png diff --git a/resources/graphics/portlet_borderbottom.png b/resources/graphics/portlet_borderbottom.png new file mode 100644 index 0000000..2b21ceb --- /dev/null +++ b/resources/graphics/portlet_borderbottom.png diff --git a/resources/graphics/portlet_borderrepeat.png b/resources/graphics/portlet_borderrepeat.png new file mode 100644 index 0000000..69f1abc --- /dev/null +++ b/resources/graphics/portlet_borderrepeat.png diff --git a/resources/graphics/portlet_borderright.png b/resources/graphics/portlet_borderright.png new file mode 100644 index 0000000..851396b --- /dev/null +++ b/resources/graphics/portlet_borderright.png diff --git a/resources/graphics/portlet_borderright_future.png b/resources/graphics/portlet_borderright_future.png new file mode 100644 index 0000000..edc6ceb --- /dev/null +++ b/resources/graphics/portlet_borderright_future.png diff --git a/resources/graphics/portlet_corner_bottomleft.gif b/resources/graphics/portlet_corner_bottomleft.gif new file mode 100644 index 0000000..798ccf0 --- /dev/null +++ b/resources/graphics/portlet_corner_bottomleft.gif diff --git a/resources/graphics/portlet_corner_bottomleft.png b/resources/graphics/portlet_corner_bottomleft.png new file mode 100644 index 0000000..dfdf6a8 --- /dev/null +++ b/resources/graphics/portlet_corner_bottomleft.png diff --git a/resources/graphics/portlet_corner_bottomright.gif b/resources/graphics/portlet_corner_bottomright.gif new file mode 100644 index 0000000..127327f --- /dev/null +++ b/resources/graphics/portlet_corner_bottomright.gif diff --git a/resources/graphics/portlet_corner_bottomright.png b/resources/graphics/portlet_corner_bottomright.png new file mode 100644 index 0000000..d144d08 --- /dev/null +++ b/resources/graphics/portlet_corner_bottomright.png diff --git a/resources/graphics/portlet_corner_topleft.gif b/resources/graphics/portlet_corner_topleft.gif new file mode 100644 index 0000000..01a4f71 --- /dev/null +++ b/resources/graphics/portlet_corner_topleft.gif diff --git a/resources/graphics/portlet_corner_topleft.png b/resources/graphics/portlet_corner_topleft.png new file mode 100644 index 0000000..e2ade67 --- /dev/null +++ b/resources/graphics/portlet_corner_topleft.png diff --git a/resources/graphics/portlet_corner_topleft_collapsed.gif b/resources/graphics/portlet_corner_topleft_collapsed.gif new file mode 100644 index 0000000..06d4623 --- /dev/null +++ b/resources/graphics/portlet_corner_topleft_collapsed.gif diff --git a/resources/graphics/portlet_corner_topleft_collapsed.png b/resources/graphics/portlet_corner_topleft_collapsed.png new file mode 100644 index 0000000..efe0bcf --- /dev/null +++ b/resources/graphics/portlet_corner_topleft_collapsed.png diff --git a/resources/graphics/portlet_corner_topright.gif b/resources/graphics/portlet_corner_topright.gif new file mode 100644 index 0000000..4acd3c6 --- /dev/null +++ b/resources/graphics/portlet_corner_topright.gif diff --git a/resources/graphics/portlet_corner_topright.png b/resources/graphics/portlet_corner_topright.png new file mode 100644 index 0000000..7caaf52 --- /dev/null +++ b/resources/graphics/portlet_corner_topright.png diff --git a/resources/graphics/portlet_corner_topright_collapsed.gif b/resources/graphics/portlet_corner_topright_collapsed.gif new file mode 100644 index 0000000..13d58ed --- /dev/null +++ b/resources/graphics/portlet_corner_topright_collapsed.gif diff --git a/resources/graphics/portlet_corner_topright_collapsed.png b/resources/graphics/portlet_corner_topright_collapsed.png new file mode 100644 index 0000000..41881b7 --- /dev/null +++ b/resources/graphics/portlet_corner_topright_collapsed.png diff --git a/resources/js/loader.js b/resources/js/loader.js index 7b774ec..2c567a6 100644 --- a/resources/js/loader.js +++ b/resources/js/loader.js @@ -9,14 +9,6 @@ window.onload = function() autoPad: false } - settings_dashlets = { - tl: { radius: 8 }, - tr: { radius: 8 }, - bl: { radius: 8 }, - br: { radius: 8 }, - antiAlias: true, - autoPad: false - } var browser = $T.getBrowserAgent(); // pageBody @@ -29,56 +21,4 @@ window.onload = function() var footer = document.getElementById("copyrightbarBorder"); var footerBlock = new curvyCorners(settings, footer); footerBlock.applyCornersToAll(); - - // standard dashlets - var dashBlock = new curvyCorners(settings_dashlets, "ktBlock"); - dashBlock.applyCornersToAll(); - var dashboardBlocks = getElementsByClass("ktBlock"); - for(var t = 0; t < dashboardBlocks.length; t++){ - dashboardBlocks[t].style.margin="0 0 26px 0"; - } - - //info dashlets - var infoBlock = new curvyCorners(settings_dashlets, "ktInfo"); - infoBlock.applyCornersToAll(); - var infodashlets = getElementsByClass("ktInfo"); - for(var q = 0; q < infodashlets.length; q++){ - infodashlets[q].style.margin="0 0 26px 0"; - } - - //info message popups - var infoMessage = new curvyCorners(settings_dashlets, "ktInfoMessage"); - infoMessage.applyCornersToAll(); - var infoMessages = getElementsByClass("ktInfoMessage"); - - //error message dashlets - var errorBlock = new curvyCorners(settings_dashlets, "ktError"); - errorBlock.applyCornersToAll(); - var errordashlets = getElementsByClass("ktError"); - for(var r = 0; r < errordashlets.length; r++){ - errordashlets[r].style.margin="0 0 26px 0"; - } - - //error message popups - var errorMessage = new curvyCorners(settings_dashlets, "ktErrorMessage"); - errorMessage.applyCornersToAll(); - var errorMessages = getElementsByClass("ktErrorMessage"); - - if(getElementsByClass("noportlets").length != '1'){ - //portlets - var portletBlock = new curvyCorners(settings_dashlets, "portlet"); - portletBlock.applyCornersToAll(); - var portlets = getElementsByClass("portlet"); - for(var t = 0; t < portlets.length; t++){ - portlets[t].style.margin="0 0 26px 0"; - } - - //portlets - var exp_portletBlock = new curvyCorners(settings_dashlets, "portlet expanded"); - exp_portletBlock.applyCornersToAll(); - var exp_portlets = getElementsByClass("portlet expanded"); - for(var u = 0; u < exp_portlets.length; u++){ - exp_portlets[u].style.margin="0 0 26px 0"; - } - } } \ No newline at end of file