diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 41207ef..a05ef96 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1224,14 +1224,15 @@ a.main_nav_item { .ktBlock { - padding: 0 1em; - border: 1px solid #c5c5c5; - background-color: #fcfcfc; - margin: 0.5em 0; + padding: 0.1em 1em; + /*border-right: 1px solid #c5c5c5;*/ + /*background-color: #fcfcfc;*/ + margin: 1em 0; + position:relative; } -.ktBlock, .ktInfo, .ktError { +.ktInfo, .ktError { background-repeat: repeat-x; background-position: top left; } @@ -1244,14 +1245,12 @@ a.main_nav_item { background-image: url(../../resources/graphics/dashlet-gradient-error.gif); } -#dashboard-container-left .ktBlock, #dashboard-container-left .ktInfo, #dashboard-container-left .ktError, -#dashboard-container-right .ktBlock, #dashboard-container-right .ktInfo, #dashboard-container-right .ktError { - -moz-border-radius: 15px; + -moz-border-radius: 15px; } #dashboardBox { width: 80% @@ -1410,73 +1409,139 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes /* background-color: #ddf; */ } -#dashboard_block_topleft { +.dashboard_block_topleft { position: absolute; - width: 40px; - height: 40px; + width: 35px; + height: 36px; top: 0px; left: 0px; + background: url(../graphics/dashlet_topleft.png) top left no-repeat; + z-index:-1; } -#dashboard_block_toprepeat { +.dashboard_block_toprepeat { position: absolute; - width: 95%; - height: 3px; + 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 { +.dashboard_block_topright { position: absolute; - width: 40px; - height: 40px; + width: 35px; + height: 36px; top: 0px; right: 0px; + background: url(../graphics/dashlet_topright.png) top right no-repeat; + z-index:-1; } -#dashboard_block_leftrepeat { +.dashboard_block_leftrepeat_top { position: absolute; - width: 3px; - height: 95%; - top: 30px; + width: 13px; + height: 50%; + top: 5px; left: 0px; + background: white url(../graphics/dashlet_leftrepeat.png) top left repeat-y; + z-index:-1; } -#dashboard_block_bottomleft { +.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 { +.dashboard_block_bottomrepeat { position: absolute; - width: 95%; - height: 3px; + width: 90%; + height: 13px; bottom: 0px; left: 30px; + background: white url(../graphics/dashlet_bottomrepeat.png) bottom left repeat-x; + z-index:-1; } -#dashboard_block_bottomright { +.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 { +.dashboard_block_rightrepeat_top { position: absolute; - width: 3px; - height: 95%; - top: 30px; + 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%; -/* background-color: #fdd; */ + /*background-color: #fdd;*/ +} + +.dashboard_block_empty{ + border:none; } #copyrightbarBorder { @@ -1730,13 +1795,15 @@ hr { { float: right; text-align: right; - margin: 0.75em 0em 0 0; + margin: 0.2em 0em 0 0; z-index: 100; } .dashboard_block_handle { cursor: pointer; + margin: 0.2em -0.5em 0.5em 0; + font-size:small; } .dashboard_block.rolled-up .dashboard_block_body @@ -1744,9 +1811,17 @@ hr { display: none; } -.dashboard_block .dashboard_block_body +.ktBlock .dashboard_block_body { z-index:99; + margin: 8px 0 10px 0; + background-color:#FFFFFF; +} + +.dashboard_block .dashboard_block_body .edit_action +{ + z-index:99; + background-color:#FFFFFF; } /* actions */ @@ -1783,9 +1858,15 @@ hr { #content .dashboard_block.rolled-up h2 { border-bottom-width: 0px; - padding-bottom: 0px; + padding-bottom: 10px; } +#content .ktBlock h2 +{ + border-bottom-width: 0px; + color: #FFFFFF; + font-size: small; +} #content .dashboard_block.closed { diff --git a/resources/graphics/bullet_toggle_close.png b/resources/graphics/bullet_toggle_close.png index e8a7b10..993fae2 100644 --- a/resources/graphics/bullet_toggle_close.png +++ b/resources/graphics/bullet_toggle_close.png diff --git a/resources/graphics/bullet_toggle_minus.png b/resources/graphics/bullet_toggle_minus.png index cbd3f06..daa509e 100644 --- a/resources/graphics/bullet_toggle_minus.png +++ b/resources/graphics/bullet_toggle_minus.png diff --git a/resources/graphics/bullet_toggle_plus.png b/resources/graphics/bullet_toggle_plus.png index e8573ac..66b1f77 100644 --- a/resources/graphics/bullet_toggle_plus.png +++ b/resources/graphics/bullet_toggle_plus.png 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.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.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.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.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.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.png b/resources/graphics/dashlet_toprepeat.png new file mode 100644 index 0000000..3ef6bc6 --- /dev/null +++ b/resources/graphics/dashlet_toprepeat.png 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/templates/kt3/dashboard.smarty b/templates/kt3/dashboard.smarty index a84af51..e907281 100644 --- a/templates/kt3/dashboard.smarty +++ b/templates/kt3/dashboard.smarty @@ -1,8 +1,15 @@
{i18n}Edit this introduction.{/i18n} -{i18n}Edit this introduction.{/i18n} -{if $help_id}| {i18n}Use the standard introduction.{/i18n} - -{/if} -
+ + + {i18n}Edit this introduction.{/i18n} + + + {i18n}Edit this introduction.{/i18n} + + {if $help_id}| {i18n}Use the standard introduction.{/i18n}{/if} + {/if} diff --git a/thirdparty/icon-theme/16x16/actions/document-properties.gif b/thirdparty/icon-theme/16x16/actions/document-properties.gif index 1c09a4f..7a8552d 100644 --- a/thirdparty/icon-theme/16x16/actions/document-properties.gif +++ b/thirdparty/icon-theme/16x16/actions/document-properties.gif diff --git a/thirdparty/icon-theme/16x16/actions/document-properties.png b/thirdparty/icon-theme/16x16/actions/document-properties.png index 2e2a1c4..556ce61 100644 --- a/thirdparty/icon-theme/16x16/actions/document-properties.png +++ b/thirdparty/icon-theme/16x16/actions/document-properties.png