Commit 847a1e4533c32ae333658bcd24b9a85622bf1a12
1 parent
b3b52a9f
KTC-437
"info Box / Document preview" In progress. Added big mimetype icons for the info box. Committed by: Megan Watson Reviewed by: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8306 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
59 changed files
with
102 additions
and
96 deletions
config/config.ini
| ... | ... | @@ -283,6 +283,11 @@ resultsPerPage = default |
| 283 | 283 | ; defaults to Y-m-d |
| 284 | 284 | dateFormat = default |
| 285 | 285 | |
| 286 | +[browse] | |
| 287 | +; The document info box / preview is activated by mousing over or clicking on the icon | |
| 288 | +; Options: mouse-over (default); onclick | |
| 289 | +previewActivation = default | |
| 290 | + | |
| 286 | 291 | [indexer] |
| 287 | 292 | ; The core indexing class |
| 288 | 293 | ;coreClass=PHPLuceneIndexer | ... | ... |
resources/css/kt-framing.css
| 1 | 1 | /* ------------------ generic ------------------ */ |
| 2 | 2 | |
| 3 | -html { | |
| 3 | +html { | |
| 4 | 4 | height: 100%; |
| 5 | 5 | } |
| 6 | 6 | |
| 7 | 7 | body |
| 8 | 8 | { |
| 9 | 9 | padding: 1em ; border: 0; margin: 0; |
| 10 | - font-size: smaller; | |
| 10 | + font-size: smaller; | |
| 11 | 11 | font-family: sans-serif; |
| 12 | 12 | } |
| 13 | 13 | |
| ... | ... | @@ -38,7 +38,7 @@ body |
| 38 | 38 | width: 80%; |
| 39 | 39 | min-height: 200px; |
| 40 | 40 | position: relative; |
| 41 | - top:100; | |
| 41 | + top:100; | |
| 42 | 42 | left:100; |
| 43 | 43 | } |
| 44 | 44 | |
| ... | ... | @@ -151,14 +151,14 @@ body |
| 151 | 151 | height: 1.4em; |
| 152 | 152 | } |
| 153 | 153 | |
| 154 | -#navbar ul li a | |
| 154 | +#navbar ul li a | |
| 155 | 155 | { |
| 156 | 156 | color: white; |
| 157 | 157 | text-decoration: none; |
| 158 | 158 | border-bottom: 1px transparent; |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | -#navbar ul li a:hover | |
| 161 | +#navbar ul li a:hover | |
| 162 | 162 | { |
| 163 | 163 | border-bottom: 1px solid white; |
| 164 | 164 | } |
| ... | ... | @@ -188,7 +188,7 @@ a.main_nav_item { |
| 188 | 188 | |
| 189 | 189 | /* ------------------ breadcrumbs -------------- */ |
| 190 | 190 | |
| 191 | -#breadcrumbs | |
| 191 | +#breadcrumbs | |
| 192 | 192 | { |
| 193 | 193 | margin-top: 0.5em; |
| 194 | 194 | margin-bottom: 1em; |
| ... | ... | @@ -197,7 +197,7 @@ a.main_nav_item { |
| 197 | 197 | text-transform: lowercase; |
| 198 | 198 | } |
| 199 | 199 | |
| 200 | -#breadcrumbs .primary | |
| 200 | +#breadcrumbs .primary | |
| 201 | 201 | { |
| 202 | 202 | font-weight: bold; |
| 203 | 203 | } |
| ... | ... | @@ -221,7 +221,7 @@ a.main_nav_item { |
| 221 | 221 | text-decoration: none; |
| 222 | 222 | border-bottom: 1px solid #9d0a0a; |
| 223 | 223 | } |
| 224 | - | |
| 224 | + | |
| 225 | 225 | /* ------------------ portlets ----------------- */ |
| 226 | 226 | |
| 227 | 227 | #portletbar |
| ... | ... | @@ -254,7 +254,7 @@ a.main_nav_item { |
| 254 | 254 | left: 30px; |
| 255 | 255 | height: 30px; |
| 256 | 256 | width: 80%; |
| 257 | - z-index: -1; | |
| 257 | + z-index: -1; | |
| 258 | 258 | border:0; |
| 259 | 259 | } |
| 260 | 260 | |
| ... | ... | @@ -265,13 +265,13 @@ a.main_nav_item { |
| 265 | 265 | right: 0px; |
| 266 | 266 | height: 30px; |
| 267 | 267 | width: 60%; |
| 268 | - z-index: -1; | |
| 268 | + z-index: -1; | |
| 269 | 269 | border: 0; |
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | #portletbar .portlet.expanded { |
| 273 | 273 | position: relative; |
| 274 | - margin: 0 0 1.5em 0; | |
| 274 | + margin: 0 0 1.5em 0; | |
| 275 | 275 | padding: 0 0 0 0; |
| 276 | 276 | background: url(../../resources/graphics/portlet_corner_topleft.png) top left no-repeat; |
| 277 | 277 | border: 0; |
| ... | ... | @@ -285,7 +285,7 @@ a.main_nav_item { |
| 285 | 285 | left: 30px; |
| 286 | 286 | height: 28px; |
| 287 | 287 | width: 80%; |
| 288 | - z-index: -1; | |
| 288 | + z-index: -1; | |
| 289 | 289 | border: 0; |
| 290 | 290 | } |
| 291 | 291 | |
| ... | ... | @@ -296,7 +296,7 @@ a.main_nav_item { |
| 296 | 296 | right: 0px; |
| 297 | 297 | height: 28px; |
| 298 | 298 | width: 60%; |
| 299 | - z-index: -1; | |
| 299 | + z-index: -1; | |
| 300 | 300 | border: 0; |
| 301 | 301 | } |
| 302 | 302 | |
| ... | ... | @@ -308,7 +308,7 @@ a.main_nav_item { |
| 308 | 308 | border-bottom: 1px solid #ccc; |
| 309 | 309 | border-left: 1px solid #ccc; |
| 310 | 310 | width: 99%; |
| 311 | - height: 100%; | |
| 311 | + height: 100%; | |
| 312 | 312 | } |
| 313 | 313 | |
| 314 | 314 | /* Attempt to contain side portlet containers in MORE containers*/ |
| ... | ... | @@ -343,7 +343,7 @@ a.main_nav_item { |
| 343 | 343 | /* Bottom Portlet borders */ |
| 344 | 344 | /* |
| 345 | 345 | #portletbar .portlet .portletbodyBottomLeft { |
| 346 | - position: absolute; | |
| 346 | + position: absolute; | |
| 347 | 347 | bottom: 0px; |
| 348 | 348 | left: 0px; |
| 349 | 349 | width: 10px; |
| ... | ... | @@ -352,7 +352,7 @@ a.main_nav_item { |
| 352 | 352 | } |
| 353 | 353 | |
| 354 | 354 | #portletbar .portlet .portletbodyBottomRight { |
| 355 | - position: absolute; | |
| 355 | + position: absolute; | |
| 356 | 356 | bottom: 0px; |
| 357 | 357 | right: 0px; |
| 358 | 358 | width: 10px; |
| ... | ... | @@ -361,7 +361,7 @@ a.main_nav_item { |
| 361 | 361 | } |
| 362 | 362 | |
| 363 | 363 | #portletbar .portlet .portletbodyBottom { |
| 364 | - position: absolute; | |
| 364 | + position: absolute; | |
| 365 | 365 | bottom: 0px; |
| 366 | 366 | left: 5px; |
| 367 | 367 | height: 3px; |
| ... | ... | @@ -372,7 +372,7 @@ a.main_nav_item { |
| 372 | 372 | /* Right-hand side portlet borders */ |
| 373 | 373 | /* |
| 374 | 374 | #portletbar .portlet .portletbodyRightTop { |
| 375 | - position: absolute; | |
| 375 | + position: absolute; | |
| 376 | 376 | background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; |
| 377 | 377 | top: 0px; |
| 378 | 378 | right: 0px; |
| ... | ... | @@ -381,7 +381,7 @@ a.main_nav_item { |
| 381 | 381 | } |
| 382 | 382 | |
| 383 | 383 | #portletbar .portlet .portletbodyRightBottom { |
| 384 | - position: absolute; | |
| 384 | + position: absolute; | |
| 385 | 385 | background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; |
| 386 | 386 | bottom: 0px; |
| 387 | 387 | right: 0px; |
| ... | ... | @@ -391,7 +391,7 @@ a.main_nav_item { |
| 391 | 391 | |
| 392 | 392 | |
| 393 | 393 | #portletbar .portlet .portletbodyRightMiddleTop { |
| 394 | - position: absolute; | |
| 394 | + position: absolute; | |
| 395 | 395 | background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; |
| 396 | 396 | top: 50%; |
| 397 | 397 | right: 0px; |
| ... | ... | @@ -400,7 +400,7 @@ a.main_nav_item { |
| 400 | 400 | } |
| 401 | 401 | |
| 402 | 402 | #portletbar .portlet .portletbodyRightMiddleBottom { |
| 403 | - position: absolute; | |
| 403 | + position: absolute; | |
| 404 | 404 | background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; |
| 405 | 405 | bottom: 50%; |
| 406 | 406 | right: 0px; |
| ... | ... | @@ -409,7 +409,7 @@ a.main_nav_item { |
| 409 | 409 | } |
| 410 | 410 | |
| 411 | 411 | #portletbar .portlet .portletbodyRightQuartTop { |
| 412 | - position: absolute; | |
| 412 | + position: absolute; | |
| 413 | 413 | background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; |
| 414 | 414 | top: 15%; |
| 415 | 415 | right: 0px; |
| ... | ... | @@ -418,7 +418,7 @@ a.main_nav_item { |
| 418 | 418 | } |
| 419 | 419 | |
| 420 | 420 | #portletbar .portlet .portletbodyRightQuartBottom { |
| 421 | - position: absolute; | |
| 421 | + position: absolute; | |
| 422 | 422 | background: url(../../resources/graphics/portlet_borderright.png) top right repeat-y; |
| 423 | 423 | bottom: 25%; |
| 424 | 424 | right: 0px; |
| ... | ... | @@ -539,8 +539,8 @@ a.main_nav_item { |
| 539 | 539 | |
| 540 | 540 | #portletbar .portlet .actionlist li { |
| 541 | 541 | display: block; |
| 542 | - padding: 0 0 0 10px; | |
| 543 | - margin: 0.5em 0.5em 0.15em 0; | |
| 542 | + padding: 0 0 0 10px; | |
| 543 | + margin: 0.5em 0.5em 0.15em 0; | |
| 544 | 544 | text-align:left; |
| 545 | 545 | background: transparent url(../graphics/leftbullet.png) center left no-repeat; |
| 546 | 546 | } |
| ... | ... | @@ -553,10 +553,10 @@ a.main_nav_item { |
| 553 | 553 | top: 0; |
| 554 | 554 | z-index: 1; |
| 555 | 555 | width:auto; |
| 556 | - /*padding: 0 2em 1em 0; | |
| 557 | - overflow: auto;*/ | |
| 558 | - padding: 0.25em 2em 0em 0em; | |
| 559 | - overflow: hidden; | |
| 556 | + /*padding: 0 2em 1em 0; | |
| 557 | + overflow: auto;*/ | |
| 558 | + padding: 0.25em 2em 0em 0em; | |
| 559 | + overflow: hidden; | |
| 560 | 560 | min-height: 600px; |
| 561 | 561 | } |
| 562 | 562 | |
| ... | ... | @@ -573,7 +573,7 @@ a.main_nav_item { |
| 573 | 573 | display: none; |
| 574 | 574 | } |
| 575 | 575 | |
| 576 | -#content | |
| 576 | +#content | |
| 577 | 577 | { |
| 578 | 578 | line-height: 1.6em; |
| 579 | 579 | } |
| ... | ... | @@ -595,7 +595,7 @@ a.main_nav_item { |
| 595 | 595 | border-bottom: 1px solid #9d0a0a; |
| 596 | 596 | } |
| 597 | 597 | |
| 598 | -#content .descriptiveText | |
| 598 | +#content .descriptiveText | |
| 599 | 599 | { |
| 600 | 600 | color: #666; |
| 601 | 601 | } |
| ... | ... | @@ -656,15 +656,15 @@ a.main_nav_item { |
| 656 | 656 | } |
| 657 | 657 | |
| 658 | 658 | /* unframed (single button) forms */ |
| 659 | -#content .noframe fieldset | |
| 660 | -{ | |
| 659 | +#content .noframe fieldset | |
| 660 | +{ | |
| 661 | 661 | border-width: 0px; |
| 662 | 662 | padding: 0; |
| 663 | 663 | } |
| 664 | 664 | |
| 665 | 665 | #content .noframe .form_actions |
| 666 | -{ | |
| 667 | - margin-top: 0; | |
| 666 | +{ | |
| 667 | + margin-top: 0; | |
| 668 | 668 | } |
| 669 | 669 | |
| 670 | 670 | /* old cancel style */ |
| ... | ... | @@ -708,7 +708,7 @@ a.main_nav_item { |
| 708 | 708 | color: #ffdd80; |
| 709 | 709 | } |
| 710 | 710 | |
| 711 | -#content .field label | |
| 711 | +#content .field label | |
| 712 | 712 | { |
| 713 | 713 | display: block; |
| 714 | 714 | font-weight: bold; |
| ... | ... | @@ -729,7 +729,7 @@ a.main_nav_item { |
| 729 | 729 | background: transparent url(../../resources/graphics/required.png) center left no-repeat; |
| 730 | 730 | } |
| 731 | 731 | |
| 732 | -.errorMessage | |
| 732 | +.errorMessage | |
| 733 | 733 | { |
| 734 | 734 | font-weight: bold; |
| 735 | 735 | } |
| ... | ... | @@ -767,7 +767,7 @@ a.main_nav_item { |
| 767 | 767 | font-weight: bold; |
| 768 | 768 | } |
| 769 | 769 | |
| 770 | -#content .actionmessage | |
| 770 | +#content .actionmessage | |
| 771 | 771 | { |
| 772 | 772 | padding-bottom: 0.5em; |
| 773 | 773 | border-bottom: 1px dashed #ccc; |
| ... | ... | @@ -786,7 +786,7 @@ a.main_nav_item { |
| 786 | 786 | } |
| 787 | 787 | |
| 788 | 788 | .metadata.versioned dd div { |
| 789 | - | |
| 789 | + | |
| 790 | 790 | padding: 0.2em 0.5em; |
| 791 | 791 | border-style: solid; |
| 792 | 792 | border-color: #ccc; |
| ... | ... | @@ -807,7 +807,7 @@ a.main_nav_item { |
| 807 | 807 | } |
| 808 | 808 | .metadata.versioned dd .current.different { |
| 809 | 809 | background-color: #fff2b8; |
| 810 | -/* | |
| 810 | +/* | |
| 811 | 811 | padding-left: 25px; |
| 812 | 812 | background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-information.png) center left no-repeat; |
| 813 | 813 | */ |
| ... | ... | @@ -815,7 +815,7 @@ a.main_nav_item { |
| 815 | 815 | |
| 816 | 816 | .metadata.versioned dd .previous.different { |
| 817 | 817 | background-color: #e9dda8; |
| 818 | -/* | |
| 818 | +/* | |
| 819 | 819 | padding-left: 25px; |
| 820 | 820 | background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-information.png) center left no-repeat; |
| 821 | 821 | */ |
| ... | ... | @@ -851,8 +851,8 @@ a.main_nav_item { |
| 851 | 851 | |
| 852 | 852 | .metadatatable td { |
| 853 | 853 | border-bottom: 1px dotted #ccc; |
| 854 | - vertical-align: top; | |
| 855 | - padding: 0.5em; | |
| 854 | + vertical-align: top; | |
| 855 | + padding: 0.5em; | |
| 856 | 856 | font-weight: bold; |
| 857 | 857 | } |
| 858 | 858 | |
| ... | ... | @@ -1090,7 +1090,7 @@ a.main_nav_item { |
| 1090 | 1090 | margin-bottom: 20px; |
| 1091 | 1091 | } |
| 1092 | 1092 | |
| 1093 | -/* ========== kt actions | |
| 1093 | +/* ========== kt actions | |
| 1094 | 1094 | |
| 1095 | 1095 | These are used to mark up various different "actions" (e.g. cut, copy, delete). |
| 1096 | 1096 | Use them as follows: |
| ... | ... | @@ -1102,7 +1102,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1102 | 1102 | */ |
| 1103 | 1103 | |
| 1104 | 1104 | |
| 1105 | -.ktAction { | |
| 1105 | +.ktAction { | |
| 1106 | 1106 | display: block; |
| 1107 | 1107 | text-decoration: none; |
| 1108 | 1108 | overflow: hidden; |
| ... | ... | @@ -1115,12 +1115,12 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1115 | 1115 | width: 16px; |
| 1116 | 1116 | background-position: top left; |
| 1117 | 1117 | background-repeat: no-repeat; |
| 1118 | - background-color: transparent; | |
| 1118 | + background-color: transparent; | |
| 1119 | 1119 | } |
| 1120 | 1120 | |
| 1121 | 1121 | .ktActionDescribed { |
| 1122 | 1122 | float: left; |
| 1123 | - margin-right: 0.5em; | |
| 1123 | + margin-right: 0.5em; | |
| 1124 | 1124 | } |
| 1125 | 1125 | |
| 1126 | 1126 | |
| ... | ... | @@ -1132,12 +1132,12 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1132 | 1132 | } |
| 1133 | 1133 | |
| 1134 | 1134 | .ktAction.ktInline { |
| 1135 | - float: left; | |
| 1135 | + float: left; | |
| 1136 | 1136 | padding-right: 0.5em; |
| 1137 | 1137 | background-position: top left; |
| 1138 | 1138 | } |
| 1139 | 1139 | |
| 1140 | -.ktHelp { | |
| 1140 | +.ktHelp { | |
| 1141 | 1141 | background: transparent url(../../thirdparty/icon-theme/16x16/apps/help-browser.png) top left no-repeat; |
| 1142 | 1142 | float: right; |
| 1143 | 1143 | display: block; |
| ... | ... | @@ -1164,6 +1164,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1164 | 1164 | .ktActionLink.ktDenied, .ktAction.ktDenied { background-image: url(../../resources/graphics/denied.png); } |
| 1165 | 1165 | .ktActionLink.ktMoveUp, .ktAction.ktMoveUp { background-image: url(../../thirdparty/icon-theme/16x16/actions/move-up.png); } |
| 1166 | 1166 | .ktActionLink.ktMoveDown, .ktAction.ktMoveDown { background-image: url(../../thirdparty/icon-theme/16x16/actions/move-down.png); } |
| 1167 | +.ktActionLink.ktPreview, .ktAction.ktPreview { background-image: url(../../resources/tango-icons/system-search.png); } | |
| 1167 | 1168 | |
| 1168 | 1169 | /* this is sometimes used separately to get the auto-delete help. */ |
| 1169 | 1170 | .ktDelete { } |
| ... | ... | @@ -1188,7 +1189,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1188 | 1189 | |
| 1189 | 1190 | /* dashboard blocks. */ |
| 1190 | 1191 | |
| 1191 | -#dashboard-container-left { | |
| 1192 | +#dashboard-container-left { | |
| 1192 | 1193 | clear: left; |
| 1193 | 1194 | width: 47%; |
| 1194 | 1195 | margin-top: 0; |
| ... | ... | @@ -1319,22 +1320,22 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1319 | 1320 | } |
| 1320 | 1321 | |
| 1321 | 1322 | .dashboard_block.rolled-up .dashboard_block_rightrepeat_top |
| 1322 | -{ | |
| 1323 | +{ | |
| 1323 | 1324 | display: none; |
| 1324 | 1325 | } |
| 1325 | 1326 | |
| 1326 | 1327 | .dashboard_block.rolled-up .dashboard_block_rightrepeat_bottom |
| 1327 | -{ | |
| 1328 | +{ | |
| 1328 | 1329 | display: none; |
| 1329 | 1330 | } |
| 1330 | 1331 | |
| 1331 | 1332 | .dashboard_block.rolled-up .dashboard_block_leftrepeat_top |
| 1332 | -{ | |
| 1333 | +{ | |
| 1333 | 1334 | display: none; |
| 1334 | 1335 | } |
| 1335 | 1336 | |
| 1336 | 1337 | .dashboard_block.rolled-up .dashboard_block_leftrepeat_bottom |
| 1337 | -{ | |
| 1338 | +{ | |
| 1338 | 1339 | display: none; |
| 1339 | 1340 | } |
| 1340 | 1341 | |
| ... | ... | @@ -1509,32 +1510,32 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1509 | 1510 | } |
| 1510 | 1511 | |
| 1511 | 1512 | .dashboard_block.rolled-up .error_dashlet_toprepeat |
| 1512 | -{ | |
| 1513 | +{ | |
| 1513 | 1514 | height: 38px; |
| 1514 | 1515 | } |
| 1515 | 1516 | |
| 1516 | 1517 | .dashboard_block.rolled-up .error_dashlet_bottomrepeat |
| 1517 | -{ | |
| 1518 | +{ | |
| 1518 | 1519 | height: 20px; |
| 1519 | 1520 | } |
| 1520 | 1521 | |
| 1521 | 1522 | .dashboard_block.rolled-up .error_dashlet_rightrepeat_top |
| 1522 | -{ | |
| 1523 | +{ | |
| 1523 | 1524 | display: none; |
| 1524 | 1525 | } |
| 1525 | 1526 | |
| 1526 | 1527 | .dashboard_block.rolled-up .error_dashlet_rightrepeat_bottom |
| 1527 | -{ | |
| 1528 | +{ | |
| 1528 | 1529 | display: none; |
| 1529 | 1530 | } |
| 1530 | 1531 | |
| 1531 | 1532 | .dashboard_block.rolled-up .error_dashlet_leftrepeat_top |
| 1532 | -{ | |
| 1533 | +{ | |
| 1533 | 1534 | display: none; |
| 1534 | 1535 | } |
| 1535 | 1536 | |
| 1536 | 1537 | .dashboard_block.rolled-up .error_dashlet_leftrepeat_bottom |
| 1537 | -{ | |
| 1538 | +{ | |
| 1538 | 1539 | display: none; |
| 1539 | 1540 | } |
| 1540 | 1541 | |
| ... | ... | @@ -1709,32 +1710,32 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1709 | 1710 | } |
| 1710 | 1711 | |
| 1711 | 1712 | .dashboard_block.rolled-up .info_dashlet_toprepeat |
| 1712 | -{ | |
| 1713 | +{ | |
| 1713 | 1714 | height: 38px; |
| 1714 | 1715 | } |
| 1715 | 1716 | |
| 1716 | 1717 | .dashboard_block.rolled-up .info_dashlet_bottomrepeat |
| 1717 | -{ | |
| 1718 | +{ | |
| 1718 | 1719 | height: 20px; |
| 1719 | 1720 | } |
| 1720 | 1721 | |
| 1721 | 1722 | .dashboard_block.rolled-up .info_dashlet_rightrepeat_top |
| 1722 | -{ | |
| 1723 | +{ | |
| 1723 | 1724 | display: none; |
| 1724 | 1725 | } |
| 1725 | 1726 | |
| 1726 | 1727 | .dashboard_block.rolled-up .info_dashlet_rightrepeat_bottom |
| 1727 | -{ | |
| 1728 | +{ | |
| 1728 | 1729 | display: none; |
| 1729 | 1730 | } |
| 1730 | 1731 | |
| 1731 | 1732 | .dashboard_block.rolled-up .info_dashlet_leftrepeat_top |
| 1732 | -{ | |
| 1733 | +{ | |
| 1733 | 1734 | display: none; |
| 1734 | 1735 | } |
| 1735 | 1736 | |
| 1736 | 1737 | .dashboard_block.rolled-up .info_dashlet_leftrepeat_bottom |
| 1737 | -{ | |
| 1738 | +{ | |
| 1738 | 1739 | display: none; |
| 1739 | 1740 | } |
| 1740 | 1741 | |
| ... | ... | @@ -1813,7 +1814,7 @@ hr { |
| 1813 | 1814 | #document-views .downloadbox ul li { |
| 1814 | 1815 | padding-left: 25px; |
| 1815 | 1816 | padding-top: 0.25em; |
| 1816 | - padding-bottom: 0.25em; | |
| 1817 | + padding-bottom: 0.25em; | |
| 1817 | 1818 | background-repeat: no-repeat; |
| 1818 | 1819 | background-position: center left; |
| 1819 | 1820 | } |
| ... | ... | @@ -1829,8 +1830,8 @@ hr { |
| 1829 | 1830 | #document-views .viewlet .actionlist li |
| 1830 | 1831 | { |
| 1831 | 1832 | display: block; |
| 1832 | - padding: 0 0 0 10px; | |
| 1833 | - margin: 0.5em 0.5em 0.15em 0; | |
| 1833 | + padding: 0 0 0 10px; | |
| 1834 | + margin: 0.5em 0.5em 0.15em 0; | |
| 1834 | 1835 | text-align: left; |
| 1835 | 1836 | background: transparent url(../graphics/leftbullet.png) center left no-repeat; |
| 1836 | 1837 | border: 0; |
| ... | ... | @@ -1889,7 +1890,7 @@ hr { |
| 1889 | 1890 | border-left: 1px solid white; |
| 1890 | 1891 | border-top: 1px solid white; |
| 1891 | 1892 | border-right: 1px solid white; |
| 1892 | - border-bottom: 1px solid white; | |
| 1893 | + border-bottom: 1px solid white; | |
| 1893 | 1894 | padding: 0 0 0.5em; |
| 1894 | 1895 | } |
| 1895 | 1896 | |
| ... | ... | @@ -1939,7 +1940,7 @@ hr { |
| 1939 | 1940 | |
| 1940 | 1941 | |
| 1941 | 1942 | /* -------------------------- iframe browse ------------------------ */ |
| 1942 | -.browse-frame { | |
| 1943 | +.browse-frame { | |
| 1943 | 1944 | width: 100%; |
| 1944 | 1945 | height: 55em; |
| 1945 | 1946 | border-width: 0px; |
| ... | ... | @@ -1947,14 +1948,14 @@ hr { |
| 1947 | 1948 | margin: 0; |
| 1948 | 1949 | } |
| 1949 | 1950 | |
| 1950 | -.browse_body { | |
| 1951 | +.browse_body { | |
| 1951 | 1952 | padding: 0; |
| 1952 | 1953 | } |
| 1953 | 1954 | |
| 1954 | 1955 | /* -------------------------- dashboard ------------------------ */ |
| 1955 | 1956 | |
| 1956 | 1957 | .dashboard_block_icons |
| 1957 | -{ | |
| 1958 | +{ | |
| 1958 | 1959 | position: absolute; |
| 1959 | 1960 | top: 0px; |
| 1960 | 1961 | right: 10px; |
| ... | ... | @@ -1970,12 +1971,12 @@ hr { |
| 1970 | 1971 | } |
| 1971 | 1972 | |
| 1972 | 1973 | .dashboard_block.rolled-up .dashboard_block_body |
| 1973 | -{ | |
| 1974 | +{ | |
| 1974 | 1975 | display: none; |
| 1975 | 1976 | } |
| 1976 | 1977 | |
| 1977 | 1978 | .ktBlock .dashboard_block_body |
| 1978 | -{ | |
| 1979 | +{ | |
| 1979 | 1980 | z-index:99; |
| 1980 | 1981 | margin: 8px 0 10px 0; |
| 1981 | 1982 | background-color:#FFFFFF; |
| ... | ... | @@ -1998,8 +1999,8 @@ hr { |
| 1998 | 1999 | overflow: auto; |
| 1999 | 2000 | } |
| 2000 | 2001 | |
| 2001 | -.dashboard_block .dashboard_block_body .edit_action | |
| 2002 | -{ | |
| 2002 | +.dashboard_block .dashboard_block_body .edit_action | |
| 2003 | +{ | |
| 2003 | 2004 | z-index:99; |
| 2004 | 2005 | background-color:#FFFFFF; |
| 2005 | 2006 | } |
| ... | ... | @@ -2007,7 +2008,7 @@ hr { |
| 2007 | 2008 | /* actions */ |
| 2008 | 2009 | |
| 2009 | 2010 | #content .dashboard_block .action |
| 2010 | -{ | |
| 2011 | +{ | |
| 2011 | 2012 | padding: 1em 0.5em; |
| 2012 | 2013 | border-bottom-width: 0px; |
| 2013 | 2014 | background-repeat: no-repeat; |
| ... | ... | @@ -2015,46 +2016,46 @@ hr { |
| 2015 | 2016 | } |
| 2016 | 2017 | |
| 2017 | 2018 | #content .dashboard_block .action:hover |
| 2018 | -{ | |
| 2019 | +{ | |
| 2019 | 2020 | border-bottom-width: 0px; |
| 2020 | 2021 | } |
| 2021 | 2022 | |
| 2022 | -#content .dashboard_block .action_rollup | |
| 2023 | -{ | |
| 2023 | +#content .dashboard_block .action_rollup | |
| 2024 | +{ | |
| 2024 | 2025 | background-image: url(../graphics/bullet_toggle_minus.png); |
| 2025 | 2026 | } |
| 2026 | 2027 | |
| 2027 | -#content .dashboard_block.rolled-up .action_rollup | |
| 2028 | -{ | |
| 2028 | +#content .dashboard_block.rolled-up .action_rollup | |
| 2029 | +{ | |
| 2029 | 2030 | background-image: url(../graphics/bullet_toggle_plus.png); |
| 2030 | 2031 | } |
| 2031 | 2032 | |
| 2032 | -#content .dashboard_block .action_close | |
| 2033 | -{ | |
| 2033 | +#content .dashboard_block .action_close | |
| 2034 | +{ | |
| 2034 | 2035 | background-image: url(../graphics/bullet_toggle_close.png); |
| 2035 | 2036 | } |
| 2036 | 2037 | |
| 2037 | 2038 | /* action effects */ |
| 2038 | -#content .dashboard_block.rolled-up h2 | |
| 2039 | -{ | |
| 2039 | +#content .dashboard_block.rolled-up h2 | |
| 2040 | +{ | |
| 2040 | 2041 | border-bottom-width: 0px; |
| 2041 | 2042 | padding-bottom: 10px; |
| 2042 | 2043 | } |
| 2043 | 2044 | |
| 2044 | -#content .ktBlock h2 | |
| 2045 | -{ | |
| 2045 | +#content .ktBlock h2 | |
| 2046 | +{ | |
| 2046 | 2047 | border-bottom-width: 0px; |
| 2047 | 2048 | color: #FFFFFF; |
| 2048 | 2049 | font-size: small; |
| 2049 | 2050 | } |
| 2050 | 2051 | |
| 2051 | -#content .dashboard_block.closed | |
| 2052 | -{ | |
| 2052 | +#content .dashboard_block.closed | |
| 2053 | +{ | |
| 2053 | 2054 | display: none; |
| 2054 | 2055 | } |
| 2055 | 2056 | |
| 2056 | 2057 | .addDialogScreen |
| 2057 | -{ | |
| 2058 | +{ | |
| 2058 | 2059 | position: absolute; |
| 2059 | 2060 | display: block; |
| 2060 | 2061 | top: 0px; |
| ... | ... | @@ -2068,7 +2069,7 @@ hr { |
| 2068 | 2069 | } |
| 2069 | 2070 | |
| 2070 | 2071 | .addDialog |
| 2071 | -{ | |
| 2072 | +{ | |
| 2072 | 2073 | display: block; |
| 2073 | 2074 | border: 1px solid #ccc; |
| 2074 | 2075 | background-color: white; |
| ... | ... | @@ -2081,18 +2082,18 @@ hr { |
| 2081 | 2082 | |
| 2082 | 2083 | |
| 2083 | 2084 | .addDialog .dashletLink |
| 2084 | -{ | |
| 2085 | +{ | |
| 2085 | 2086 | color: #666; |
| 2086 | 2087 | text-decoration: none; |
| 2087 | 2088 | display: block; |
| 2088 | 2089 | } |
| 2089 | 2090 | |
| 2090 | 2091 | body #content #add_dashlet |
| 2091 | -{ | |
| 2092 | +{ | |
| 2092 | 2093 | display: none; |
| 2093 | 2094 | text-decoration: none; |
| 2094 | 2095 | border-width: 0px; |
| 2095 | - | |
| 2096 | + | |
| 2096 | 2097 | } |
| 2097 | 2098 | |
| 2098 | 2099 | #add_dashlet | ... | ... |
resources/mimetypes/big/avi.png
0 → 100755
9.75 KB
resources/mimetypes/big/c.png
0 → 100755
10.7 KB
resources/mimetypes/big/compressed.png
0 → 100755
16.3 KB
resources/mimetypes/big/cpp.png
0 → 100755
11 KB
resources/mimetypes/big/css.png
0 → 100755
10.2 KB
resources/mimetypes/big/deb.png
0 → 100755
18.2 KB
resources/mimetypes/big/default.png
0 → 100755
4.14 KB
resources/mimetypes/big/djvu.png
0 → 100755
16.3 KB
resources/mimetypes/big/doc-alt.png
0 → 100755
15.6 KB
resources/mimetypes/big/doc-alt2.png
0 → 100755
15.8 KB
resources/mimetypes/big/doc.png
0 → 100755
14.4 KB
resources/mimetypes/big/dvi.png
0 → 100755
16.1 KB
resources/mimetypes/big/exe.png
0 → 100755
13.3 KB
resources/mimetypes/big/f.png
0 → 100755
9.86 KB
resources/mimetypes/big/generic/pres.png
0 → 100755
12.6 KB
resources/mimetypes/big/generic/sound.png
0 → 100755
11.1 KB
resources/mimetypes/big/generic/source.png
0 → 100755
13.7 KB
resources/mimetypes/big/generic/text.png
0 → 100755
9.3 KB
resources/mimetypes/big/generic/video.png
0 → 100755
8.32 KB
resources/mimetypes/big/generic/wordprocessing.png
0 → 100755
11.3 KB
resources/mimetypes/big/h.png
0 → 100755
9.82 KB
resources/mimetypes/big/html.png
0 → 100755
12.6 KB
resources/mimetypes/big/image.png
0 → 100755
11.2 KB
resources/mimetypes/big/iso.png
0 → 100755
13.3 KB
resources/mimetypes/big/j.png
0 → 100755
9.94 KB
resources/mimetypes/big/jar.png
0 → 100755
17.1 KB
resources/mimetypes/big/java.png
0 → 100755
10.2 KB
resources/mimetypes/big/l.png
0 → 100755
9.99 KB
resources/mimetypes/big/mid.png
0 → 100755
7.08 KB
resources/mimetypes/big/midi.png
0 → 100755
7.08 KB
resources/mimetypes/big/mov.png
0 → 100755
12.4 KB
resources/mimetypes/big/o.png
0 → 100755
10.2 KB
resources/mimetypes/big/ogg.png
0 → 100755
13.4 KB
resources/mimetypes/big/p.png
0 → 100755
10.1 KB
resources/mimetypes/big/pdf.png
0 → 100755
9.79 KB
resources/mimetypes/big/pl.png
0 → 100755
10.6 KB
resources/mimetypes/big/pps.png
0 → 100755
16.9 KB
resources/mimetypes/big/ppt.png
0 → 100755
16.9 KB
resources/mimetypes/big/ps.png
0 → 100755
10.3 KB
resources/mimetypes/big/py.png
0 → 100755
11 KB
resources/mimetypes/big/rm.png
0 → 100755
11.7 KB
resources/mimetypes/big/rpm.png
0 → 100755
17.4 KB
resources/mimetypes/big/s.png
0 → 100755
10.4 KB
resources/mimetypes/big/source.png
0 → 100755
13.7 KB
resources/mimetypes/big/spreadsheet.png
0 → 100755
15 KB
resources/mimetypes/big/svg.png
0 → 100755
9.73 KB
resources/mimetypes/big/tar.png
0 → 100755
16.3 KB
resources/mimetypes/big/tex.png
0 → 100755
8.77 KB
resources/mimetypes/big/text.png
0 → 100755
9.3 KB
resources/mimetypes/big/tgz.png
0 → 100755
17.5 KB
resources/mimetypes/big/ttf.png
0 → 100755
10.2 KB
resources/mimetypes/big/txt.png
0 → 100755
9.3 KB
resources/mimetypes/big/vcal.png
0 → 100755
11.5 KB
resources/mimetypes/big/vcard.png
0 → 100755
11.7 KB
resources/mimetypes/big/wmv.png
0 → 100755
18.6 KB
resources/mimetypes/big/xls.png
0 → 100755
23.3 KB
resources/mimetypes/big/y.png
0 → 100755
10.1 KB