diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-24 13:36:45 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-24 13:36:45 +0000 |
commit | 14410f2a048409af75014597717ba5fc32a83674 (patch) | |
tree | 47f9c8a49519be456ef4f7d8c8a24fa2693afe70 /WebContent | |
parent | d59f916e26d2a9eb89c8d5c326b48f38216115dc (diff) | |
download | vaadin-framework-14410f2a048409af75014597717ba5fc32a83674.tar.gz vaadin-framework-14410f2a048409af75014597717ba5fc32a83674.zip |
refactored default css rules to be in themes/default, added helperapplication to combine multiple css files, changed app init process again
svn changeset:4226/svn branch:trunk
Diffstat (limited to 'WebContent')
188 files changed, 3321 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/accordion/accordion.css b/WebContent/ITMILL/themes/default/accordion/accordion.css new file mode 100644 index 0000000000..05ef651b56 --- /dev/null +++ b/WebContent/ITMILL/themes/default/accordion/accordion.css @@ -0,0 +1,30 @@ +.i-accordion { + outline: none; + overflow: hidden; + text-align: left /* Force default alignment */ +} + +.i-accordion-item-caption { + height: 24px; + padding: 7px 0 0 18px; + overflow: hidden; + white-space: nowrap; + background: #edf0f0 url(../tabsheet/img/tab-bg.png); + font-size: 15px; + color: #656d73; + border-top: 1px solid #c8cccd; + cursor: pointer; +} + +.i-accordion-item-open .i-accordion-item-caption { + color: #3b4b57; + background: #d5dee2 url(img/selected-bg.png); + border-top-color: #cbd7de; + border-bottom-color: #bfc9d4; + cursor: default; + text-shadow: #fafafa 1px 1px 0; +} + +.i-accordion-item-content { + border-top: 1px solid #c8cccd; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/accordion/img/collapsed-icon.png b/WebContent/ITMILL/themes/default/accordion/img/collapsed-icon.png Binary files differnew file mode 100755 index 0000000000..1443459eb4 --- /dev/null +++ b/WebContent/ITMILL/themes/default/accordion/img/collapsed-icon.png diff --git a/WebContent/ITMILL/themes/default/accordion/img/expanded-icon.png b/WebContent/ITMILL/themes/default/accordion/img/expanded-icon.png Binary files differnew file mode 100755 index 0000000000..8a28fb8811 --- /dev/null +++ b/WebContent/ITMILL/themes/default/accordion/img/expanded-icon.png diff --git a/WebContent/ITMILL/themes/default/accordion/img/selected-bg.png b/WebContent/ITMILL/themes/default/accordion/img/selected-bg.png Binary files differnew file mode 100755 index 0000000000..99dca1c2d9 --- /dev/null +++ b/WebContent/ITMILL/themes/default/accordion/img/selected-bg.png diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css new file mode 100644 index 0000000000..2f8ffe0d28 --- /dev/null +++ b/WebContent/ITMILL/themes/default/button/button.css @@ -0,0 +1,19 @@ +.i-button {
+ cursor: pointer;
+ font-size: 13px;
+}
+ +.i-button img { + display:inline; +}
+ +.i-button-link { + border: none; + text-align: left; + text-decoration: underline; + background: none;
+ padding: 0; +} +.i-button-link span { + text-decoration: underline; +} diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css new file mode 100644 index 0000000000..22dad5bd31 --- /dev/null +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -0,0 +1,28 @@ +/* Provide some extra whitespace for wrapped elements + (these elements usually need the extra space, since + they aren't even handling their own caption) */ +.i-captionwrapper { + margin: 0.3em 0 0 0; + text-align: left /* Force default alignment */ +} + +.i-errorindicator { + width: 16px; + height: 16px; + padding-right:2px; + display: block; + float:left; + background: transparent url(../icons/16/error.png) no-repeat; + vertical-align: middle; +} + +.i-caption .i-icon { + padding-right:2px; + vertical-align: middle; +} + +.i-error { + padding-left: 15px; + background: #fff; + border: 1px solid red; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css new file mode 100644 index 0000000000..f5e3c1e274 --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -0,0 +1,131 @@ +/* body tag created by servlet */ +.i-generated-body { + background: #e9eced; + width:100%; + height:100%; + border:0; + margin:0; + overflow:auto; +} +.i-app { + background: #e9eced; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 13px; + line-height: 18px; + height: 100%; +} + +.i-view { + height: 100%; + width: 100%; + overflow: auto; + /* avoid scrollbars with margins in root layout */ + margin-top:-1px; + border-top:1px solid transparent; +} + +.i-app input, +.i-window input, +.i-app select, +.i-window select, +.i-app textarea, +.i-window textarea, +.i-app button, +.i-window button { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; +} + +.i-app select, +.i-window select { + padding: 0; + margin: 0; +} + +.i-disabled { + opacity: 0.3; + filter: Alpha(opacity=30); +} + + + +/** + * Context menu styles + */ + +.i-contextmenu { + background: #e9eced url(../tabsheet/img/tab-bg.png); + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + background-color: #f6f7f7; + color: #464f52; + font-size: 12px; + line-height: 14px; +} + +.i-contextmenu .gwt-MenuBar { + border-right: 2px solid #c6cbcc; + border-bottom: 2px solid #c6cbcc; + border-top: 1px solid #d0d4d5; + border-left: 1px solid #d0d4d5; +} + +.i-contextmenu .gwt-MenuItem { + padding: 2px 0; + cursor: pointer; + vertical-align: middle; +} + +.i-contextmenu .gwt-MenuItem div { + /*border: 1px solid #f6f7f7;*/ + padding: 1px 20px 1px 8px; + cursor: pointer; + vertical-align: middle; + white-space: nowrap; +} + +.i-contextmenu .gwt-MenuItem-selected div { + color: #fff; + background: #5daee8; +} + +.i-contextmenu table { + border-collapse:collapse; + margin:0; + padding:0; +} +.i-contextmenu .gwt-MenuItem img { + margin-right: 10px; + vertical-align: middle; +} + + +/** + * Link component styles + * (useless to move into a separate file) + */ + +.i-link span { + text-decoration: underline; + cursor:pointer; +} + +.i-label { + overflow: hidden; +} + +/* Loading indicator states */ + +.i-loading-indicator, +.i-loading-indicator-delay, +.i-loading-indicator-wait { + width: 31px; + height: 31px; + background: transparent url(img/loading-indicator.gif); +} +.i-loading-indicator-delay { + background: transparent url(img/loading-indicator-delay.gif); +} +.i-loading-indicator-wait { + background: transparent url(img/loading-indicator-wait.gif); +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/common/img/ajax-loader-big.gif b/WebContent/ITMILL/themes/default/common/img/ajax-loader-big.gif Binary files differnew file mode 100644 index 0000000000..73dc88e31f --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/ajax-loader-big.gif diff --git a/WebContent/ITMILL/themes/default/common/img/ajax-loader-medium.gif b/WebContent/ITMILL/themes/default/common/img/ajax-loader-medium.gif Binary files differnew file mode 100644 index 0000000000..0a0c6aaef0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/ajax-loader-medium.gif diff --git a/WebContent/ITMILL/themes/default/common/img/ajax-loader.gif b/WebContent/ITMILL/themes/default/common/img/ajax-loader.gif Binary files differnew file mode 100755 index 0000000000..354dc4685c --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/ajax-loader.gif diff --git a/WebContent/ITMILL/themes/default/common/img/blank.gif b/WebContent/ITMILL/themes/default/common/img/blank.gif Binary files differnew file mode 100644 index 0000000000..3776af0784 --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/blank.gif diff --git a/WebContent/ITMILL/themes/default/common/img/loading-indicator-delay.gif b/WebContent/ITMILL/themes/default/common/img/loading-indicator-delay.gif Binary files differnew file mode 100755 index 0000000000..48810bb064 --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/loading-indicator-delay.gif diff --git a/WebContent/ITMILL/themes/default/common/img/loading-indicator-wait.gif b/WebContent/ITMILL/themes/default/common/img/loading-indicator-wait.gif Binary files differnew file mode 100755 index 0000000000..5f7aab9afd --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/loading-indicator-wait.gif diff --git a/WebContent/ITMILL/themes/default/common/img/loading-indicator.gif b/WebContent/ITMILL/themes/default/common/img/loading-indicator.gif Binary files differnew file mode 100755 index 0000000000..cedaa56b10 --- /dev/null +++ b/WebContent/ITMILL/themes/default/common/img/loading-indicator.gif diff --git a/WebContent/ITMILL/themes/default/datefield/datefield.css b/WebContent/ITMILL/themes/default/datefield/datefield.css new file mode 100644 index 0000000000..c5a7b87ccc --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/datefield.css @@ -0,0 +1,173 @@ +.i-datefield .i-button {
+ width: 22px;
+ height: 25px;
+ padding: 0;
+ overflow: hidden;
+ border: none;
+ background: transparent url(img/open-button.png) no-repeat right 1px;
+ text-indent: -90000px;
+}
+
+.i-datefield-popup {
+ font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
+ color: #464f52;
+ font-size: 12px;
+ background: #f6f7f7;
+ border: 1px solid #b6bbbc;
+ padding: 6px;
+}
+
+.i-datefield-calendarpanel {
+ width: 19em;
+ font-size: 12px;
+}
+
+.i-datefield-popup .i-datefield-calendarpanel {
+ width: 16em;
+}
+
+.i-datefield-calendarpanel table {
+ width: 100%;
+}
+
+.i-datefield-calendarpanel td {
+ text-align: right;
+ width: 14.2%;
+ padding: 0;
+ margin: 0;
+}
+
+.i-datefield-calendarpanel td span {
+ display: block;
+}
+
+.i-datefield-calendarpanel-header {
+ height: 30px;
+}
+
+.i-datefield-calendarpanel-header,
+.i-datefield-calendarpanel strong {
+ font-size: 13px;
+}
+
+.i-datefield-popup .i-datefield-calendarpanel-header,
+.i-datefield-popup .i-datefield-calendarpanel strong {
+ font-size: 12px;
+}
+
+.i-datefield-calendarpanel-header td {
+ text-align: center;
+}
+
+.i-datefield-calendarpanel-month {
+ font-weight: bold;
+ text-align: center;
+ text-shadow: #ffffff 2px 2px 0;
+ white-space: nowrap;
+}
+
+/* Year buttons */
+.i-datefield-calendarpanel .i-button-prevyear,
+.i-datefield-calendarpanel .i-button-nextyear {
+ display: block;
+ width: 16px;
+ height: 16px;
+ border: none;
+ padding: 0;
+ background: transparent url(img/prevyear.png) no-repeat;
+ text-indent: -90000px;
+ margin: 0 auto;
+}
+.i-datefield-calendarpanel .i-button-nextyear {
+ background: transparent url(img/nextyear.png) no-repeat;
+}
+.i-datefield-calendarpanel .i-button-prevyear:hover,
+.i-datefield-calendarpanel .i-button-nextyear:hover {
+ background-position: left bottom;
+}
+
+/* Month buttons */
+.i-datefield-calendarpanel .i-button-prevmonth,
+.i-datefield-calendarpanel .i-button-nextmonth {
+ display: block;
+ width: 11px;
+ height: 16px;
+ border: none;
+ padding: 0;
+ background: transparent url(img/prevmonth.png) no-repeat;
+ text-indent: -90000px;
+ margin: 0 auto;
+}
+.i-datefield-calendarpanel .i-button-nextmonth {
+ background: transparent url(img/nextmonth.png) no-repeat;
+}
+.i-datefield-calendarpanel .i-button-prevmonth:hover,
+.i-datefield-calendarpanel .i-button-nextmonth:hover {
+ background-position: left bottom;
+}
+
+.i-datefield-calendarpanel strong {
+ color: #ee5311;
+ display: block;
+ width: 20px;
+}
+
+.i-datefield-calendarpanel-day,
+.i-datefield-calendarpanel-day-today {
+ cursor: pointer;
+ padding: 1px 3px;
+ width: 14px;
+ height: 16px;
+}
+
+.i-datefield-calendarpanel-day-today {
+ border: 1px solid #429ce9;
+ width: 12px;
+ height: 14px
+}
+
+.i-disabled .i-datefield-calendarpanel-day,
+.i-disabled .i-datefield-calendarpanel-day-today {
+ cursor: default;
+}
+
+.i-datefield-calendarpanel-day-entry {
+ color: #6a98b5;
+}
+
+.i-datefield-calendarpanel-day-disabled {
+ font-weight: normal;
+ color: #dddddd;
+ cursor: default;
+ opacity: 0.5;
+}
+
+.i-datefield-calendarpanel-day-entry.i-datefield-calendarpanel-day-disabled {
+ color: #afd6f8;
+}
+
+.i-datefield-calendarpanel-day-selected {
+ font-weight: bold;
+ width: 14px;
+ height: 16px;
+ color: #fff;
+ padding: 1px 3px;
+ background: transparent url(img/selected-bg.png) no-repeat 50% 50%;
+ cursor: default;
+ border: none;
+}
+
+.i-datefield-time {
+ white-space: nowrap;
+ font-size: 11px;
+}
+
+.i-datefield-time .i-label {
+ display: inline;
+}
+
+.i-datefield-time .i-select {
+ font-size: 10px;
+ padding: 0;
+ margin: 0;
+}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/datefield/img/nextmonth.png b/WebContent/ITMILL/themes/default/datefield/img/nextmonth.png Binary files differnew file mode 100644 index 0000000000..3315125dd1 --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/img/nextmonth.png diff --git a/WebContent/ITMILL/themes/default/datefield/img/nextyear.png b/WebContent/ITMILL/themes/default/datefield/img/nextyear.png Binary files differnew file mode 100644 index 0000000000..22633fd31a --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/img/nextyear.png diff --git a/WebContent/ITMILL/themes/default/datefield/img/open-button.png b/WebContent/ITMILL/themes/default/datefield/img/open-button.png Binary files differnew file mode 100644 index 0000000000..548ca12f70 --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/img/open-button.png diff --git a/WebContent/ITMILL/themes/default/datefield/img/prevmonth.png b/WebContent/ITMILL/themes/default/datefield/img/prevmonth.png Binary files differnew file mode 100644 index 0000000000..d114632fef --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/img/prevmonth.png diff --git a/WebContent/ITMILL/themes/default/datefield/img/prevyear.png b/WebContent/ITMILL/themes/default/datefield/img/prevyear.png Binary files differnew file mode 100644 index 0000000000..f174713092 --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/img/prevyear.png diff --git a/WebContent/ITMILL/themes/default/datefield/img/selected-bg.png b/WebContent/ITMILL/themes/default/datefield/img/selected-bg.png Binary files differnew file mode 100644 index 0000000000..799915ab8f --- /dev/null +++ b/WebContent/ITMILL/themes/default/datefield/img/selected-bg.png diff --git a/WebContent/ITMILL/themes/default/expandlayout/expandlayout.css b/WebContent/ITMILL/themes/default/expandlayout/expandlayout.css new file mode 100644 index 0000000000..f4ed9c6e7a --- /dev/null +++ b/WebContent/ITMILL/themes/default/expandlayout/expandlayout.css @@ -0,0 +1,43 @@ +.i-expandlayout-lo-table { + margin:0; + padding:0; + height:100%; + border:0; + border-spacing: 0; +} +.i-expandlayout-lo-td { + margin:0; + padding:0; + height:100%; + border:0; +} + +.i-expandlayout-valign { + margin:0; + padding:0; + border:0; + border-collapse:collapse; + border-spacing:0; + height:100%; + width:100%; +} + +.i-expandlayout-margin-top { + padding-top: 15px; +} +.i-expandlayout-margin-right { + padding-right: 18px; +} +.i-expandlayout-margin-bottom { + padding-bottom: 15px; +} +.i-expandlayout-margin-left { + padding-left: 18px; +} + +.i-expandlayout-vspacing { + margin-top: 8px; +} +.i-expandlayout-hspacing { + margin-left: 8px; +} diff --git a/WebContent/ITMILL/themes/default/icons/16/arrow-down.png b/WebContent/ITMILL/themes/default/icons/16/arrow-down.png Binary files differnew file mode 100644 index 0000000000..ffd0ee50a5 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/arrow-down.png diff --git a/WebContent/ITMILL/themes/default/icons/16/arrow-left.png b/WebContent/ITMILL/themes/default/icons/16/arrow-left.png Binary files differnew file mode 100644 index 0000000000..27dd25110d --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/arrow-left.png diff --git a/WebContent/ITMILL/themes/default/icons/16/arrow-right.png b/WebContent/ITMILL/themes/default/icons/16/arrow-right.png Binary files differnew file mode 100644 index 0000000000..69bf88da8a --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/arrow-right.png diff --git a/WebContent/ITMILL/themes/default/icons/16/arrow-up.png b/WebContent/ITMILL/themes/default/icons/16/arrow-up.png Binary files differnew file mode 100644 index 0000000000..76e5b43e08 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/arrow-up.png diff --git a/WebContent/ITMILL/themes/default/icons/16/attention.png b/WebContent/ITMILL/themes/default/icons/16/attention.png Binary files differnew file mode 100644 index 0000000000..350de56aa5 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/attention.png diff --git a/WebContent/ITMILL/themes/default/icons/16/calendar.png b/WebContent/ITMILL/themes/default/icons/16/calendar.png Binary files differnew file mode 100644 index 0000000000..7717a5e220 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/calendar.png diff --git a/WebContent/ITMILL/themes/default/icons/16/cancel.png b/WebContent/ITMILL/themes/default/icons/16/cancel.png Binary files differnew file mode 100644 index 0000000000..19a0783733 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/cancel.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-add.png b/WebContent/ITMILL/themes/default/icons/16/document-add.png Binary files differnew file mode 100644 index 0000000000..d84e349526 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-add.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-delete.png b/WebContent/ITMILL/themes/default/icons/16/document-delete.png Binary files differnew file mode 100644 index 0000000000..cc3172224a --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-delete.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-doc.png b/WebContent/ITMILL/themes/default/icons/16/document-doc.png Binary files differnew file mode 100644 index 0000000000..7def77428a --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-doc.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-image.png b/WebContent/ITMILL/themes/default/icons/16/document-image.png Binary files differnew file mode 100644 index 0000000000..8a1bf253e8 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-image.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-pdf.png b/WebContent/ITMILL/themes/default/icons/16/document-pdf.png Binary files differnew file mode 100644 index 0000000000..b58ccf7567 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-pdf.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-ppt.png b/WebContent/ITMILL/themes/default/icons/16/document-ppt.png Binary files differnew file mode 100644 index 0000000000..b60f429be2 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-ppt.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-txt.png b/WebContent/ITMILL/themes/default/icons/16/document-txt.png Binary files differnew file mode 100644 index 0000000000..05659b19b2 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-txt.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-web.png b/WebContent/ITMILL/themes/default/icons/16/document-web.png Binary files differnew file mode 100644 index 0000000000..fcfd8685f0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-web.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document-xsl.png b/WebContent/ITMILL/themes/default/icons/16/document-xsl.png Binary files differnew file mode 100644 index 0000000000..571823847f --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document-xsl.png diff --git a/WebContent/ITMILL/themes/default/icons/16/document.png b/WebContent/ITMILL/themes/default/icons/16/document.png Binary files differnew file mode 100644 index 0000000000..a2bab1bb0b --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/document.png diff --git a/WebContent/ITMILL/themes/default/icons/16/email-reply.png b/WebContent/ITMILL/themes/default/icons/16/email-reply.png Binary files differnew file mode 100644 index 0000000000..be7fd2244d --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/email-reply.png diff --git a/WebContent/ITMILL/themes/default/icons/16/email-send.png b/WebContent/ITMILL/themes/default/icons/16/email-send.png Binary files differnew file mode 100644 index 0000000000..0ef7a1c398 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/email-send.png diff --git a/WebContent/ITMILL/themes/default/icons/16/email.png b/WebContent/ITMILL/themes/default/icons/16/email.png Binary files differnew file mode 100644 index 0000000000..68d6c93465 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/email.png diff --git a/WebContent/ITMILL/themes/default/icons/16/error.png b/WebContent/ITMILL/themes/default/icons/16/error.png Binary files differnew file mode 100755 index 0000000000..d1079cf2e0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/error.png diff --git a/WebContent/ITMILL/themes/default/icons/16/folder-add.png b/WebContent/ITMILL/themes/default/icons/16/folder-add.png Binary files differnew file mode 100644 index 0000000000..48aa7c9220 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/folder-add.png diff --git a/WebContent/ITMILL/themes/default/icons/16/folder-delete.png b/WebContent/ITMILL/themes/default/icons/16/folder-delete.png Binary files differnew file mode 100644 index 0000000000..7cc389d6b2 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/folder-delete.png diff --git a/WebContent/ITMILL/themes/default/icons/16/folder.png b/WebContent/ITMILL/themes/default/icons/16/folder.png Binary files differnew file mode 100644 index 0000000000..f4fec377c6 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/folder.png diff --git a/WebContent/ITMILL/themes/default/icons/16/globe.png b/WebContent/ITMILL/themes/default/icons/16/globe.png Binary files differnew file mode 100644 index 0000000000..ea4034c149 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/globe.png diff --git a/WebContent/ITMILL/themes/default/icons/16/help.png b/WebContent/ITMILL/themes/default/icons/16/help.png Binary files differnew file mode 100644 index 0000000000..d82a8852bf --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/help.png diff --git a/WebContent/ITMILL/themes/default/icons/16/lock.png b/WebContent/ITMILL/themes/default/icons/16/lock.png Binary files differnew file mode 100644 index 0000000000..29f1023613 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/lock.png diff --git a/WebContent/ITMILL/themes/default/icons/16/note.png b/WebContent/ITMILL/themes/default/icons/16/note.png Binary files differnew file mode 100644 index 0000000000..efafae5570 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/note.png diff --git a/WebContent/ITMILL/themes/default/icons/16/ok.png b/WebContent/ITMILL/themes/default/icons/16/ok.png Binary files differnew file mode 100644 index 0000000000..89591faef2 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/ok.png diff --git a/WebContent/ITMILL/themes/default/icons/16/reload.png b/WebContent/ITMILL/themes/default/icons/16/reload.png Binary files differnew file mode 100644 index 0000000000..2c54836bff --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/reload.png diff --git a/WebContent/ITMILL/themes/default/icons/16/settings.png b/WebContent/ITMILL/themes/default/icons/16/settings.png Binary files differnew file mode 100644 index 0000000000..019f0df663 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/settings.png diff --git a/WebContent/ITMILL/themes/default/icons/16/trash-full.png b/WebContent/ITMILL/themes/default/icons/16/trash-full.png Binary files differnew file mode 100644 index 0000000000..7d790e6c9a --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/trash-full.png diff --git a/WebContent/ITMILL/themes/default/icons/16/trash.png b/WebContent/ITMILL/themes/default/icons/16/trash.png Binary files differnew file mode 100644 index 0000000000..8875ae322e --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/trash.png diff --git a/WebContent/ITMILL/themes/default/icons/16/user.png b/WebContent/ITMILL/themes/default/icons/16/user.png Binary files differnew file mode 100644 index 0000000000..522f864884 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/user.png diff --git a/WebContent/ITMILL/themes/default/icons/16/users.png b/WebContent/ITMILL/themes/default/icons/16/users.png Binary files differnew file mode 100644 index 0000000000..01f2a1251c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/16/users.png diff --git a/WebContent/ITMILL/themes/default/icons/32/arrow-down.png b/WebContent/ITMILL/themes/default/icons/32/arrow-down.png Binary files differnew file mode 100644 index 0000000000..20c33b70fb --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/arrow-down.png diff --git a/WebContent/ITMILL/themes/default/icons/32/arrow-left.png b/WebContent/ITMILL/themes/default/icons/32/arrow-left.png Binary files differnew file mode 100644 index 0000000000..ed2aae2cb0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/arrow-left.png diff --git a/WebContent/ITMILL/themes/default/icons/32/arrow-right.png b/WebContent/ITMILL/themes/default/icons/32/arrow-right.png Binary files differnew file mode 100644 index 0000000000..bd7707ec8a --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/arrow-right.png diff --git a/WebContent/ITMILL/themes/default/icons/32/arrow-up.png b/WebContent/ITMILL/themes/default/icons/32/arrow-up.png Binary files differnew file mode 100644 index 0000000000..01c1a8ec83 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/arrow-up.png diff --git a/WebContent/ITMILL/themes/default/icons/32/attention.png b/WebContent/ITMILL/themes/default/icons/32/attention.png Binary files differnew file mode 100644 index 0000000000..6b00733567 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/attention.png diff --git a/WebContent/ITMILL/themes/default/icons/32/calendar.png b/WebContent/ITMILL/themes/default/icons/32/calendar.png Binary files differnew file mode 100644 index 0000000000..789ad9031c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/calendar.png diff --git a/WebContent/ITMILL/themes/default/icons/32/cancel.png b/WebContent/ITMILL/themes/default/icons/32/cancel.png Binary files differnew file mode 100644 index 0000000000..725240d558 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/cancel.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-add.png b/WebContent/ITMILL/themes/default/icons/32/document-add.png Binary files differnew file mode 100644 index 0000000000..26bca0d112 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-add.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-delete.png b/WebContent/ITMILL/themes/default/icons/32/document-delete.png Binary files differnew file mode 100644 index 0000000000..43e9a43e5b --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-delete.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-doc.png b/WebContent/ITMILL/themes/default/icons/32/document-doc.png Binary files differnew file mode 100644 index 0000000000..8df20cfdcf --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-doc.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-image.png b/WebContent/ITMILL/themes/default/icons/32/document-image.png Binary files differnew file mode 100644 index 0000000000..88c78665b8 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-image.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-pdf.png b/WebContent/ITMILL/themes/default/icons/32/document-pdf.png Binary files differnew file mode 100644 index 0000000000..048a02fddf --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-pdf.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-ppt.png b/WebContent/ITMILL/themes/default/icons/32/document-ppt.png Binary files differnew file mode 100644 index 0000000000..7fd7385cbd --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-ppt.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-txt.png b/WebContent/ITMILL/themes/default/icons/32/document-txt.png Binary files differnew file mode 100644 index 0000000000..25264732c6 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-txt.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-web.png b/WebContent/ITMILL/themes/default/icons/32/document-web.png Binary files differnew file mode 100644 index 0000000000..72fd847ac3 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-web.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document-xsl.png b/WebContent/ITMILL/themes/default/icons/32/document-xsl.png Binary files differnew file mode 100644 index 0000000000..2ff4607ad3 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document-xsl.png diff --git a/WebContent/ITMILL/themes/default/icons/32/document.png b/WebContent/ITMILL/themes/default/icons/32/document.png Binary files differnew file mode 100644 index 0000000000..1a38dcc304 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/document.png diff --git a/WebContent/ITMILL/themes/default/icons/32/email-reply.png b/WebContent/ITMILL/themes/default/icons/32/email-reply.png Binary files differnew file mode 100644 index 0000000000..fd0203f768 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/email-reply.png diff --git a/WebContent/ITMILL/themes/default/icons/32/email-send.png b/WebContent/ITMILL/themes/default/icons/32/email-send.png Binary files differnew file mode 100644 index 0000000000..dc34ac694d --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/email-send.png diff --git a/WebContent/ITMILL/themes/default/icons/32/email.png b/WebContent/ITMILL/themes/default/icons/32/email.png Binary files differnew file mode 100644 index 0000000000..bef86e6cbb --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/email.png diff --git a/WebContent/ITMILL/themes/default/icons/32/folder-add.png b/WebContent/ITMILL/themes/default/icons/32/folder-add.png Binary files differnew file mode 100644 index 0000000000..e0b78d6e1d --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/folder-add.png diff --git a/WebContent/ITMILL/themes/default/icons/32/folder-delete.png b/WebContent/ITMILL/themes/default/icons/32/folder-delete.png Binary files differnew file mode 100644 index 0000000000..8e3c4a404c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/folder-delete.png diff --git a/WebContent/ITMILL/themes/default/icons/32/folder.png b/WebContent/ITMILL/themes/default/icons/32/folder.png Binary files differnew file mode 100644 index 0000000000..7577a17ac3 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/folder.png diff --git a/WebContent/ITMILL/themes/default/icons/32/globe.png b/WebContent/ITMILL/themes/default/icons/32/globe.png Binary files differnew file mode 100644 index 0000000000..6c7d469ba2 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/globe.png diff --git a/WebContent/ITMILL/themes/default/icons/32/help.png b/WebContent/ITMILL/themes/default/icons/32/help.png Binary files differnew file mode 100644 index 0000000000..218910c98d --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/help.png diff --git a/WebContent/ITMILL/themes/default/icons/32/lock.png b/WebContent/ITMILL/themes/default/icons/32/lock.png Binary files differnew file mode 100644 index 0000000000..4fc16565f0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/lock.png diff --git a/WebContent/ITMILL/themes/default/icons/32/note.png b/WebContent/ITMILL/themes/default/icons/32/note.png Binary files differnew file mode 100644 index 0000000000..e7e035dc8c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/note.png diff --git a/WebContent/ITMILL/themes/default/icons/32/ok.png b/WebContent/ITMILL/themes/default/icons/32/ok.png Binary files differnew file mode 100644 index 0000000000..ac0438828c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/ok.png diff --git a/WebContent/ITMILL/themes/default/icons/32/reload.png b/WebContent/ITMILL/themes/default/icons/32/reload.png Binary files differnew file mode 100644 index 0000000000..c3556ec890 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/reload.png diff --git a/WebContent/ITMILL/themes/default/icons/32/settings.png b/WebContent/ITMILL/themes/default/icons/32/settings.png Binary files differnew file mode 100644 index 0000000000..92eda74c54 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/settings.png diff --git a/WebContent/ITMILL/themes/default/icons/32/trash-full.png b/WebContent/ITMILL/themes/default/icons/32/trash-full.png Binary files differnew file mode 100644 index 0000000000..a9707e76d6 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/trash-full.png diff --git a/WebContent/ITMILL/themes/default/icons/32/trash.png b/WebContent/ITMILL/themes/default/icons/32/trash.png Binary files differnew file mode 100644 index 0000000000..6eaac86166 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/trash.png diff --git a/WebContent/ITMILL/themes/default/icons/32/user.png b/WebContent/ITMILL/themes/default/icons/32/user.png Binary files differnew file mode 100644 index 0000000000..ebb5a7f9f8 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/user.png diff --git a/WebContent/ITMILL/themes/default/icons/32/users.png b/WebContent/ITMILL/themes/default/icons/32/users.png Binary files differnew file mode 100644 index 0000000000..af225a9e46 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/32/users.png diff --git a/WebContent/ITMILL/themes/default/icons/64/arrow-down.png b/WebContent/ITMILL/themes/default/icons/64/arrow-down.png Binary files differnew file mode 100644 index 0000000000..bdf5d0474e --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/arrow-down.png diff --git a/WebContent/ITMILL/themes/default/icons/64/arrow-left.png b/WebContent/ITMILL/themes/default/icons/64/arrow-left.png Binary files differnew file mode 100644 index 0000000000..b90ed88840 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/arrow-left.png diff --git a/WebContent/ITMILL/themes/default/icons/64/arrow-right.png b/WebContent/ITMILL/themes/default/icons/64/arrow-right.png Binary files differnew file mode 100644 index 0000000000..6331a5ddf3 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/arrow-right.png diff --git a/WebContent/ITMILL/themes/default/icons/64/arrow-up.png b/WebContent/ITMILL/themes/default/icons/64/arrow-up.png Binary files differnew file mode 100644 index 0000000000..821fbe348f --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/arrow-up.png diff --git a/WebContent/ITMILL/themes/default/icons/64/attention.png b/WebContent/ITMILL/themes/default/icons/64/attention.png Binary files differnew file mode 100644 index 0000000000..77265e48ee --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/attention.png diff --git a/WebContent/ITMILL/themes/default/icons/64/calendar.png b/WebContent/ITMILL/themes/default/icons/64/calendar.png Binary files differnew file mode 100644 index 0000000000..f13fbd6efb --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/calendar.png diff --git a/WebContent/ITMILL/themes/default/icons/64/cancel.png b/WebContent/ITMILL/themes/default/icons/64/cancel.png Binary files differnew file mode 100644 index 0000000000..1d1a719a6c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/cancel.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-add.png b/WebContent/ITMILL/themes/default/icons/64/document-add.png Binary files differnew file mode 100644 index 0000000000..acdcb06123 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-add.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-delete.png b/WebContent/ITMILL/themes/default/icons/64/document-delete.png Binary files differnew file mode 100644 index 0000000000..2a46863b7f --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-delete.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-doc.png b/WebContent/ITMILL/themes/default/icons/64/document-doc.png Binary files differnew file mode 100644 index 0000000000..455c1f15bd --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-doc.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-image.png b/WebContent/ITMILL/themes/default/icons/64/document-image.png Binary files differnew file mode 100644 index 0000000000..079978e850 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-image.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-pdf.png b/WebContent/ITMILL/themes/default/icons/64/document-pdf.png Binary files differnew file mode 100644 index 0000000000..cb6bc59675 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-pdf.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-ppt.png b/WebContent/ITMILL/themes/default/icons/64/document-ppt.png Binary files differnew file mode 100644 index 0000000000..dd501bfbc9 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-ppt.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-txt.png b/WebContent/ITMILL/themes/default/icons/64/document-txt.png Binary files differnew file mode 100644 index 0000000000..e64f746bd9 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-txt.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-web.png b/WebContent/ITMILL/themes/default/icons/64/document-web.png Binary files differnew file mode 100644 index 0000000000..9d81eb5702 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-web.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document-xls.png b/WebContent/ITMILL/themes/default/icons/64/document-xls.png Binary files differnew file mode 100644 index 0000000000..6008085a34 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document-xls.png diff --git a/WebContent/ITMILL/themes/default/icons/64/document.png b/WebContent/ITMILL/themes/default/icons/64/document.png Binary files differnew file mode 100644 index 0000000000..224de0bc84 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/document.png diff --git a/WebContent/ITMILL/themes/default/icons/64/email-reply.png b/WebContent/ITMILL/themes/default/icons/64/email-reply.png Binary files differnew file mode 100644 index 0000000000..2c6f7b690d --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/email-reply.png diff --git a/WebContent/ITMILL/themes/default/icons/64/email-send.png b/WebContent/ITMILL/themes/default/icons/64/email-send.png Binary files differnew file mode 100644 index 0000000000..9ec7198853 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/email-send.png diff --git a/WebContent/ITMILL/themes/default/icons/64/email.png b/WebContent/ITMILL/themes/default/icons/64/email.png Binary files differnew file mode 100644 index 0000000000..e11245b2f5 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/email.png diff --git a/WebContent/ITMILL/themes/default/icons/64/folder-add.png b/WebContent/ITMILL/themes/default/icons/64/folder-add.png Binary files differnew file mode 100644 index 0000000000..111318cc3c --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/folder-add.png diff --git a/WebContent/ITMILL/themes/default/icons/64/folder-delete.png b/WebContent/ITMILL/themes/default/icons/64/folder-delete.png Binary files differnew file mode 100644 index 0000000000..d249983eac --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/folder-delete.png diff --git a/WebContent/ITMILL/themes/default/icons/64/folder.png b/WebContent/ITMILL/themes/default/icons/64/folder.png Binary files differnew file mode 100644 index 0000000000..edb7b9f786 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/folder.png diff --git a/WebContent/ITMILL/themes/default/icons/64/globe.png b/WebContent/ITMILL/themes/default/icons/64/globe.png Binary files differnew file mode 100644 index 0000000000..1786635b45 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/globe.png diff --git a/WebContent/ITMILL/themes/default/icons/64/help.png b/WebContent/ITMILL/themes/default/icons/64/help.png Binary files differnew file mode 100644 index 0000000000..a66e8aafa6 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/help.png diff --git a/WebContent/ITMILL/themes/default/icons/64/lock.png b/WebContent/ITMILL/themes/default/icons/64/lock.png Binary files differnew file mode 100644 index 0000000000..deaf7db0a4 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/lock.png diff --git a/WebContent/ITMILL/themes/default/icons/64/note.png b/WebContent/ITMILL/themes/default/icons/64/note.png Binary files differnew file mode 100644 index 0000000000..1383847ed1 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/note.png diff --git a/WebContent/ITMILL/themes/default/icons/64/ok.png b/WebContent/ITMILL/themes/default/icons/64/ok.png Binary files differnew file mode 100644 index 0000000000..dc0d00c38b --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/ok.png diff --git a/WebContent/ITMILL/themes/default/icons/64/reload.png b/WebContent/ITMILL/themes/default/icons/64/reload.png Binary files differnew file mode 100644 index 0000000000..b91f51c67f --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/reload.png diff --git a/WebContent/ITMILL/themes/default/icons/64/settings.png b/WebContent/ITMILL/themes/default/icons/64/settings.png Binary files differnew file mode 100644 index 0000000000..1c9b794ab0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/settings.png diff --git a/WebContent/ITMILL/themes/default/icons/64/trash-full.png b/WebContent/ITMILL/themes/default/icons/64/trash-full.png Binary files differnew file mode 100644 index 0000000000..81d060e509 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/trash-full.png diff --git a/WebContent/ITMILL/themes/default/icons/64/trash.png b/WebContent/ITMILL/themes/default/icons/64/trash.png Binary files differnew file mode 100644 index 0000000000..41ef761061 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/trash.png diff --git a/WebContent/ITMILL/themes/default/icons/64/user.png b/WebContent/ITMILL/themes/default/icons/64/user.png Binary files differnew file mode 100644 index 0000000000..60d6c6e1b3 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/user.png diff --git a/WebContent/ITMILL/themes/default/icons/64/users.png b/WebContent/ITMILL/themes/default/icons/64/users.png Binary files differnew file mode 100644 index 0000000000..3a42c17790 --- /dev/null +++ b/WebContent/ITMILL/themes/default/icons/64/users.png diff --git a/WebContent/ITMILL/themes/default/notification/notification.css b/WebContent/ITMILL/themes/default/notification/notification.css new file mode 100644 index 0000000000..7fc09dcdba --- /dev/null +++ b/WebContent/ITMILL/themes/default/notification/notification.css @@ -0,0 +1,41 @@ + +.i-Notification { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + background-color: #999999; + color: #ffffff; + padding: 0.3em; + cursor: pointer; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} +.i-Notification H1, +.i-Notification p, +.i-Notification.error H1, +.i-Notification.error p, +.i-Notification.warning H1, +.i-Notification.warning p { + display: inline; + padding: 0.1em; +} +.i-Notification.tray H1, +.i-Notification.tray p { + display: block; + font-size: 1em; + line-height: 0.5em; +} + +.i-Notification.warning { + background: #f14c1a; +} + +.i-Notification.error { + background-color: #ff0a0a; + background-image: url('img/notification-error.png'); + background-repeat: no-repeat; + background-position: center right; + padding-right: 30px; +} +.i-Notification.tray { + +} diff --git a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css new file mode 100644 index 0000000000..1a429b2af0 --- /dev/null +++ b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css @@ -0,0 +1,19 @@ +.i-orderedlayout-margin-top { + padding-top: 15px; +} +.i-orderedlayout-margin-right { + padding-right: 18px; +} +.i-orderedlayout-margin-bottom { + padding-bottom: 15px; +} +.i-orderedlayout-margin-left { + padding-left: 18px; +} + +.i-orderedlayout-vspacing { + margin-top: 8px; +} +.i-orderedlayout-hspacing { + padding-left: 8px; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/panel/img/bottom-left.png b/WebContent/ITMILL/themes/default/panel/img/bottom-left.png Binary files differnew file mode 100644 index 0000000000..d5c950bc45 --- /dev/null +++ b/WebContent/ITMILL/themes/default/panel/img/bottom-left.png diff --git a/WebContent/ITMILL/themes/default/panel/img/bottom-right.png b/WebContent/ITMILL/themes/default/panel/img/bottom-right.png Binary files differnew file mode 100644 index 0000000000..3ad916f694 --- /dev/null +++ b/WebContent/ITMILL/themes/default/panel/img/bottom-right.png diff --git a/WebContent/ITMILL/themes/default/panel/img/top-left.png b/WebContent/ITMILL/themes/default/panel/img/top-left.png Binary files differnew file mode 100644 index 0000000000..8108eab8e4 --- /dev/null +++ b/WebContent/ITMILL/themes/default/panel/img/top-left.png diff --git a/WebContent/ITMILL/themes/default/panel/img/top-right.png b/WebContent/ITMILL/themes/default/panel/img/top-right.png Binary files differnew file mode 100644 index 0000000000..9fc0f86635 --- /dev/null +++ b/WebContent/ITMILL/themes/default/panel/img/top-right.png diff --git a/WebContent/ITMILL/themes/default/panel/panel.css b/WebContent/ITMILL/themes/default/panel/panel.css new file mode 100644 index 0000000000..e6c3ee46b7 --- /dev/null +++ b/WebContent/ITMILL/themes/default/panel/panel.css @@ -0,0 +1,195 @@ +.i-panel, +.i-panel-caption, +.i-panel-content, +.i-panel-deco, +.i-panel-light, +.i-panel-caption-light, +.i-panel-content-light, +.i-panel-deco-light { + outline: none; /* Prevent selection outline which might break layouts or cause scrollbars */ + text-align: left /* Force default alignment */ +} + +.i-panel:before { + display: block; + content: ""; + background: transparent url(img/top-right.png) repeat-x right top; + height: 9px; + margin-left: 9px; +} + +.i-panel-caption, +.i-panel-caption-light { + font-size: 18px; + line-height: 18px; + font-weight: normal; + letter-spacing: -0.03em; + color: #f14c1a; + white-space: nowrap; + height: 18px; + padding: 6px 18px 14px 18px; + border: 1px solid #babfc0; + border-top: none; + background: #fff; +} + +.i-panel-nocaption { + height: 9px; + border-bottom: 1px solid #dee2e3; +} + +.i-panel-caption:before, +.i-panel-nocaption:before { + display: block; + content: ""; + position: relative; + width: 9px; + height: 9px; + background: transparent url(img/top-left.png) no-repeat; + margin: -15px 0 5px -19px; +} + +.i-panel-nocaption:before { + margin: -9px 0 0 0; +} + +.i-panel-content { + border: 1px solid #babfc0; + border-top: none; + border-bottom: 1px solid #dee2e3; + background-color: #fff; + overflow: auto; +} + +.i-panel-deco { + height: 9px; + background: transparent url(img/bottom-right.png) repeat-x right top; + margin-left: 9px; +} + +.i-panel-deco:before { + display: block; + content: ""; + width: 9px; + height: 9px; + margin-left: -9px; + background: transparent url(img/bottom-left.png) no-repeat; +} + + + + + + +/* Light panel style */ + +.i-panel-light:before { + display: none; +} + +.i-panel-caption-light { + border-left: none; + border-right: none; + background: transparent; + padding-top: 14px; + overflow: hidden; +} + +.i-panel-caption-light:before, +.i-panel-nocaption-light:before { + display: none; +} + +.i-panel-nocaption-light { + height: 1px; + background: #babfc0; + overflow: hidden; + border: none; +} + +.i-panel-content-light { + border: none; + background: transparent; +} + +.i-panel-deco-light { + height: 0; + overflow: hidden; +} + + + + + +/* Light panel contained within another panel or a tabsheet */ + +.i-panel .i-panel-caption-light, +.i-tabsheet .i-panel-caption-light { + margin-top: -1px; + padding-top: 14px; + border-top: 1px solid #babfc0; +} + + + + + +/* IE specific rules (different selectors for IE6 and IE7. + * These selectors must be separate because IE6 won't + * apply them if they are grouped together + * (it doesn't recognize the '+' selector). +*/ +* html .i-panel-caption { + border: 1px solid #babfc0; + padding-top: 14px; +} +*+html .i-panel-caption { + border: 1px solid #babfc0; + padding-top: 14px; +} + +* html .i-panel-caption-light { + border-left: none; + border-right: none; +} +*+html .i-panel-caption-light { + border-left: none; + border-right: none; +} + +* html .i-panel-content { + border-bottom: 1px solid #babfc0; +} +*+html .i-panel-content { + border-bottom: 1px solid #babfc0; +} + +* html .i-panel-content-light { + border-bottom: none; +} +*+html .i-panel-content-light { + border-bottom: none; +} + +* html .i-panel-deco { + height: 0; + overflow: hidden; +} +*+html .i-panel-deco { + height: 0; + overflow: hidden; +} + +/* Without caption */ +* html .i-panel-nocaption { + height: 1px; + overflow: hidden; + background: #c1c6cc; + border: none; +} +*+html .i-panel-nocaption { + height: 1px; + overflow: hidden; + background: #c1c6cc; + border: none; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/progressindicator/img/base.gif b/WebContent/ITMILL/themes/default/progressindicator/img/base.gif Binary files differnew file mode 100644 index 0000000000..6c6f15ef9e --- /dev/null +++ b/WebContent/ITMILL/themes/default/progressindicator/img/base.gif diff --git a/WebContent/ITMILL/themes/default/progressindicator/img/progress.png b/WebContent/ITMILL/themes/default/progressindicator/img/progress.png Binary files differnew file mode 100644 index 0000000000..c1aca57369 --- /dev/null +++ b/WebContent/ITMILL/themes/default/progressindicator/img/progress.png diff --git a/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css b/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css new file mode 100644 index 0000000000..57bc14aba8 --- /dev/null +++ b/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css @@ -0,0 +1,19 @@ +.i-progressindicator { + background: #dfe2e4 url(img/base.gif); + height: 9px; + border: 1px solid #b6bbbc; + overflow: hidden; /* for IE6 */ +} + +.i-progressindicator div { + background: #f7f9f9 url(img/progress.png); + height: 9px; + overflow: hidden; /* for IE6 */ +} + +.i-progressindicator-indeterminate { + background: #dfe2e4 url(../common/img/ajax-loader-medium.gif); + height: 16px; + width: 16px; + overflow: hidden; /* for IE6 */ +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/select/img/arrow-down.png b/WebContent/ITMILL/themes/default/select/img/arrow-down.png Binary files differnew file mode 100644 index 0000000000..ee795fd069 --- /dev/null +++ b/WebContent/ITMILL/themes/default/select/img/arrow-down.png diff --git a/WebContent/ITMILL/themes/default/select/img/arrow-up.png b/WebContent/ITMILL/themes/default/select/img/arrow-up.png Binary files differnew file mode 100644 index 0000000000..055ad61ef1 --- /dev/null +++ b/WebContent/ITMILL/themes/default/select/img/arrow-up.png diff --git a/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png b/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png Binary files differnew file mode 100644 index 0000000000..58dae1d470 --- /dev/null +++ b/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png diff --git a/WebContent/ITMILL/themes/default/select/img/bg-right-filter.png b/WebContent/ITMILL/themes/default/select/img/bg-right-filter.png Binary files differnew file mode 100644 index 0000000000..04cb8e4089 --- /dev/null +++ b/WebContent/ITMILL/themes/default/select/img/bg-right-filter.png diff --git a/WebContent/ITMILL/themes/default/select/img/button-bg.png b/WebContent/ITMILL/themes/default/select/img/button-bg.png Binary files differnew file mode 100644 index 0000000000..9653ed949b --- /dev/null +++ b/WebContent/ITMILL/themes/default/select/img/button-bg.png diff --git a/WebContent/ITMILL/themes/default/select/select.css b/WebContent/ITMILL/themes/default/select/select.css new file mode 100644 index 0000000000..54064221bb --- /dev/null +++ b/WebContent/ITMILL/themes/default/select/select.css @@ -0,0 +1,206 @@ +.i-select { + text-align: left /* Force default alignment */
+}
+.i-select-option {
+
+}
+
+.i-select-optiongroup {
+
+}
+
+.i-select-optiongroup .i-select-option {
+ display: block;
+ white-space: nowrap;
+}
+
+.i-select-select {
+ /*
+ border: 1px solid #b6b6b6;
+ border-bottom-color: #9d9d9d;
+ border-top-color: #d6d6d6;
+ border-left-color: #d6d6d6;
+ */
+ display: block;
+ font-size: 13px;
+}
+
+/* Twincol style */
+.i-select-twincol {
+ white-space: nowrap;
+}
+.i-select-twincol-options {
+ float: left;
+ font-size: 13px;
+}
+.i-select-twincol-selections {
+ font-size: 13px;
+ font-weight: bold;
+}
+
+.i-select-twincol-buttons {
+ float: left;
+ padding: 2px; /* does not work in first render in FF ? */
+ text-align: center;
+}
+
+.i-select-twincol-buttons .i-select-twincol-deco {
+ clear:both;
+}
+
+.i-select-twincol .i-textfield {
+ display: block;
+ float: left;
+ clear: left;
+}
+
+.i-select-twincol .i-button {
+ display: block;
+ float: left;
+}
+
+.i-select-twincol-buttons .i-button {
+ display: inline;
+ float: none;
+} + +/** Filterselect aka ComboBox styles */ + +.i-filterselect { + height: 23px; + background: transparent url(img/bg-left-filter.png) no-repeat; + margin-right: 1px; + white-space: nowrap; + text-align: left /* Force default alignment */ +} + +.i-filterselect-input { + width: 99%; + border: none; + background: transparent; + height: 20px; + margin: 0; + padding: 3px 0 0 4px; + font-size: 13px; +} + +.i-filterselect-button { + float: right; + margin: -23px -1px 0 0; + width: 25px; + height: 23px; + cursor: pointer; + background: transparent url(img/bg-right-filter.png); + position: relative; +} +.i-filterselect-button:hover { + background-position: bottom left; +} + +.i-filterselect-suggestpopup { + background: #f6f7f7; + border: 1px solid #b6bbbc; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 12px; + line-height: 18px; + margin-top: -1px; +} +.i-filterselect-suggestmenu { + margin-left: -2px; +} +.i-filterselect-suggestmenu .gwt-MenuItem { + padding: 1px 5px; + cursor: pointer; + height: 18px; + white-space: nowrap; +} + +.i-filterselect-suggestmenu .gwt-MenuItem-selected { + background: #5daee8; + color: #fff; +} + +.i-filterselect-nextpage, +.i-filterselect-nextpage-off, +.i-filterselect-prevpage-off, +.i-filterselect-prevpage { + height: 11px; + width:100%; + background: transparent url(img/button-bg.png) no-repeat 50% 0; + text-align: center; + margin: 2px 0 0 0; + overflow:hidden; +} +.i-filterselect-prevpage, +.i-filterselect-prevpage-off { + background-position: 50% -1px; + margin: 0 0 2px 0; +} +.i-filterselect-prevpage:hover { + background-position: 50% bottom; +} +.i-filterselect-nextpage:hover { + background-position: 50% -12px; +} +.i-filterselect-nextpage span, +.i-filterselect-nextpage-off span, +.i-filterselect-prevpage-off span, +.i-filterselect-prevpage span { + display: block; + height: 12px; + width:100%; + background: transparent url(img/arrow-up.png) no-repeat 50% 40%; + text-indent: -90000px; + cursor: pointer; + overflow: hidden; +} +.i-filterselect-nextpage span, +.i-filterselect-nextpage-off span { + background: transparent url(img/arrow-down.png) no-repeat 50% 60%; +} + +.i-filterselect-nextpage-off, +.i-filterselect-prevpage-off { + color: #666; + opacity: 0.5; + filter: Alpha(opacity=50); +} +.i-filterselect-nextpage-off span, +.i-filterselect-prevpage-off span { + cursor: default; +} + +.i-filterselect-status { + font-size: 11px; + line-height: 11px; + width:100%; + padding: 4px 0px; + height: 11px; + white-space: nowrap; + text-align: center; + border-top: 1px solid #b6bbbc; +} + +/* IE specific styles */ + +* html .i-filterselect { + +} +* html .i-filterselect-input { + margin-top: -1px; +} + +*+html .i-filterselect-input { + margin-top: -1px; +} +* html .i-filterselect-button { + position: static; + margin-top: -24px; +} +*+html .i-filterselect-button { + position: static; + margin-top: -24px; +} + + diff --git a/WebContent/ITMILL/themes/default/slider/img/handle-horizontal.png b/WebContent/ITMILL/themes/default/slider/img/handle-horizontal.png Binary files differnew file mode 100755 index 0000000000..620b86f1da --- /dev/null +++ b/WebContent/ITMILL/themes/default/slider/img/handle-horizontal.png diff --git a/WebContent/ITMILL/themes/default/slider/img/handle-vertical.png b/WebContent/ITMILL/themes/default/slider/img/handle-vertical.png Binary files differnew file mode 100755 index 0000000000..b7f63b91b7 --- /dev/null +++ b/WebContent/ITMILL/themes/default/slider/img/handle-vertical.png diff --git a/WebContent/ITMILL/themes/default/slider/slider.css b/WebContent/ITMILL/themes/default/slider/slider.css new file mode 100644 index 0000000000..5b10e6a110 --- /dev/null +++ b/WebContent/ITMILL/themes/default/slider/slider.css @@ -0,0 +1,101 @@ +/*-------------------------- + Default (horizontal) styles + --------------------------*/ + +.i-slider { + border: 1px solid #cccfd0; + height: 3px; + margin: 5px 0; +} + +.i-slider-base { + height: 2px; + border-top: 1px solid #cbcdce; + background: #f3f3f4; +} +.i-slider-handle { + background: transparent url(img/handle-horizontal.png); + width: 12px; + height: 12px; + margin-top: -5px; + font-size: 0; + cursor: pointer; +} +.i-slider-handle:hover { + background-position: left bottom; +} +/* TODO +.i-slider-bigger { + background: #dde4ef url(img/arrow-right.png); + float: right; + width: 14px; + height: 14px; + overflow: hidden; + margin: 0 0 0 1px; +} + +.i-slider-bigger:hover { + background-image: url(img/arrow-right-over.png); +} + +.i-slider-smaller { + background: #dde4ef url(img/arrow-left.png); + float: left; + width: 14px; + height: 14px; + overflow: hidden; + margin: 0 1px 0 0; +} + +.i-slider-smaller:hover { + background-image: url(img/arrow-left-over.png); +} +*/ + + +/*----------------- + Vertical styles + -----------------*/ + +.i-slider-vertical { + width: 3px; + height: auto; + margin: 0 5px; +} +.i-slider-vertical .i-slider-base { + width: 2px; + border-left: 1px solid #cbcdce; + background: #f3f3f4; +} +.i-slider-vertical .i-slider-handle { + background: transparent url(img/handle-vertical.png); + width: 12px; + height: 12px; + font-size: 0; + cursor: pointer; + margin-left: -5px; +} +.i-slider-vertical .i-slider-handle:hover { + background-position: left bottom; +} +.i-slider-vertical .i-slider-bigger { + +} +.i-slider-vertical .i-slider-smaller { + +} + + + +/* IE specific styles */ + +* html .i-slider, +* html .i-slider-vertical { + margin: 0; +} +* html .i-slider .i-slider-handle { + margin: -1px 0; +} +* html .i-slider-vertical .i-slider-handle { + margin: 0 -1px; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/splitpanel/img/bg_hor.png b/WebContent/ITMILL/themes/default/splitpanel/img/bg_hor.png Binary files differnew file mode 100644 index 0000000000..268cfaf18a --- /dev/null +++ b/WebContent/ITMILL/themes/default/splitpanel/img/bg_hor.png diff --git a/WebContent/ITMILL/themes/default/splitpanel/img/bg_ver.png b/WebContent/ITMILL/themes/default/splitpanel/img/bg_ver.png Binary files differnew file mode 100644 index 0000000000..9dfe06dafb --- /dev/null +++ b/WebContent/ITMILL/themes/default/splitpanel/img/bg_ver.png diff --git a/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css b/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css new file mode 100644 index 0000000000..bb7c087269 --- /dev/null +++ b/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css @@ -0,0 +1,49 @@ +.i-splitpanel-horizontal .i-splitpanel-hsplitter { + width: 6px; + font-size: 1px; /* for IE6 */ +} + +.i-splitpanel-horizontal .i-splitpanel-hsplitter div { + width: 6px; + font-size: 1px; /* for IE6 */ + position: absolute; + top: 0; + bottom: 0; + background: #ccd2d0 url(img/bg_hor.png); + border: 1px solid #b6bbbc; + cursor: e-resize; + margin: 0 -1px; +} + +.i-splitpanel-vertical .i-splitpanel-vsplitter { + height: 6px; + font-size: 1px; /* for IE6 */ +} + +.i-splitpanel-vertical .i-splitpanel-vsplitter div { + height: 6px; + font-size: 1px; /* for IE6 */ + background: #ccd2d0 url(img/bg_ver.png); + border: 1px solid #b6bbbc; + cursor: n-resize; + margin: -1px 0; +} + + + + + +/* IE specific styles */ + +* html .i-splitpanel-horizontal .i-splitpanel-hsplitter div { + height: 99%; +} + +* html .i-splitpanel-vertical .i-splitpanel-vsplitter { + height: 8px; +} + +* html .i-splitpanel-vertical .i-splitpanel-vsplitter div { + margin: 0; +} + diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css new file mode 100644 index 0000000000..82a14cbbf9 --- /dev/null +++ b/WebContent/ITMILL/themes/default/styles.css @@ -0,0 +1,1649 @@ +/* Automatically compiled css file from subdirectories. */ +.i-accordion { + outline: none; + overflow: hidden; + text-align: left /* Force default alignment */ +} + +.i-accordion-item-caption { + height: 24px; + padding: 7px 0 0 18px; + overflow: hidden; + white-space: nowrap; + background: #edf0f0 url(tabsheet/img/tab-bg.png); + font-size: 15px; + color: #656d73; + border-top: 1px solid #c8cccd; + cursor: pointer; +} + +.i-accordion-item-open .i-accordion-item-caption { + color: #3b4b57; + background: #d5dee2 url(accordion/img/selected-bg.png); + border-top-color: #cbd7de; + border-bottom-color: #bfc9d4; + cursor: default; + text-shadow: #fafafa 1px 1px 0; +} + +.i-accordion-item-content { + border-top: 1px solid #c8cccd; +} +.i-button { + cursor: pointer; + font-size: 13px; +} + +.i-button img { + display:inline; +} + +.i-button-link { + border: none; + text-align: left; + text-decoration: underline; + background: none; + padding: 0; +} +.i-button-link span { + text-decoration: underline; +} +/* Provide some extra whitespace for wrapped elements + (these elements usually need the extra space, since + they aren't even handling their own caption) */ +.i-captionwrapper { + margin: 0.3em 0 0 0; + text-align: left /* Force default alignment */ +} + +.i-errorindicator { + width: 16px; + height: 16px; + padding-right:2px; + display: block; + float:left; + background: transparent url(icons/16/error.png) no-repeat; + vertical-align: middle; +} + +.i-caption .i-icon { + padding-right:2px; + vertical-align: middle; +} + +.i-error { + padding-left: 15px; + background: #fff; + border: 1px solid red; +} +/* body tag created by servlet */ +.i-generated-body { + background: #e9eced; + width:100%; + height:100%; + border:0; + margin:0; + overflow:auto; +} +.i-app { + background: #e9eced; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 13px; + line-height: 18px; + height: 100%; +} + +.i-view { + height: 100%; + width: 100%; + overflow: auto; + /* avoid scrollbars with margins in root layout */ + margin-top:-1px; + border-top:1px solid transparent; +} + +.i-app input, +.i-window input, +.i-app select, +.i-window select, +.i-app textarea, +.i-window textarea, +.i-app button, +.i-window button { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; +} + +.i-app select, +.i-window select { + padding: 0; + margin: 0; +} + +.i-disabled { + opacity: 0.3; + filter: Alpha(opacity=30); +} + + + +/** + * Context menu styles + */ + +.i-contextmenu { + background: #e9eced url(tabsheet/img/tab-bg.png); + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + background-color: #f6f7f7; + color: #464f52; + font-size: 12px; + line-height: 14px; +} + +.i-contextmenu .gwt-MenuBar { + border-right: 2px solid #c6cbcc; + border-bottom: 2px solid #c6cbcc; + border-top: 1px solid #d0d4d5; + border-left: 1px solid #d0d4d5; +} + +.i-contextmenu .gwt-MenuItem { + padding: 2px 0; + cursor: pointer; + vertical-align: middle; +} + +.i-contextmenu .gwt-MenuItem div { + /*border: 1px solid #f6f7f7;*/ + padding: 1px 20px 1px 8px; + cursor: pointer; + vertical-align: middle; + white-space: nowrap; +} + +.i-contextmenu .gwt-MenuItem-selected div { + color: #fff; + background: #5daee8; +} + +.i-contextmenu table { + border-collapse:collapse; + margin:0; + padding:0; +} +.i-contextmenu .gwt-MenuItem img { + margin-right: 10px; + vertical-align: middle; +} + + +/** + * Link component styles + * (useless to move into a separate file) + */ + +.i-link span { + text-decoration: underline; + cursor:pointer; +} + +.i-label { + overflow: hidden; +} + +/* Loading indicator states */ + +.i-loading-indicator, +.i-loading-indicator-delay, +.i-loading-indicator-wait { + width: 31px; + height: 31px; + background: transparent url(common/img/loading-indicator.gif); +} +.i-loading-indicator-delay { + background: transparent url(common/img/loading-indicator-delay.gif); +} +.i-loading-indicator-wait { + background: transparent url(common/img/loading-indicator-wait.gif); +} +.i-datefield .i-button { + width: 22px; + height: 25px; + padding: 0; + overflow: hidden; + border: none; + background: transparent url(datefield/img/open-button.png) no-repeat right 1px; + text-indent: -90000px; +} + +.i-datefield-popup { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 12px; + background: #f6f7f7; + border: 1px solid #b6bbbc; + padding: 6px; +} + +.i-datefield-calendarpanel { + width: 19em; + font-size: 12px; +} + +.i-datefield-popup .i-datefield-calendarpanel { + width: 16em; +} + +.i-datefield-calendarpanel table { + width: 100%; +} + +.i-datefield-calendarpanel td { + text-align: right; + width: 14.2%; + padding: 0; + margin: 0; +} + +.i-datefield-calendarpanel td span { + display: block; +} + +.i-datefield-calendarpanel-header { + height: 30px; +} + +.i-datefield-calendarpanel-header, +.i-datefield-calendarpanel strong { + font-size: 13px; +} + +.i-datefield-popup .i-datefield-calendarpanel-header, +.i-datefield-popup .i-datefield-calendarpanel strong { + font-size: 12px; +} + +.i-datefield-calendarpanel-header td { + text-align: center; +} + +.i-datefield-calendarpanel-month { + font-weight: bold; + text-align: center; + text-shadow: #ffffff 2px 2px 0; + white-space: nowrap; +} + +/* Year buttons */ +.i-datefield-calendarpanel .i-button-prevyear, +.i-datefield-calendarpanel .i-button-nextyear { + display: block; + width: 16px; + height: 16px; + border: none; + padding: 0; + background: transparent url(datefield/img/prevyear.png) no-repeat; + text-indent: -90000px; + margin: 0 auto; +} +.i-datefield-calendarpanel .i-button-nextyear { + background: transparent url(datefield/img/nextyear.png) no-repeat; +} +.i-datefield-calendarpanel .i-button-prevyear:hover, +.i-datefield-calendarpanel .i-button-nextyear:hover { + background-position: left bottom; +} + +/* Month buttons */ +.i-datefield-calendarpanel .i-button-prevmonth, +.i-datefield-calendarpanel .i-button-nextmonth { + display: block; + width: 11px; + height: 16px; + border: none; + padding: 0; + background: transparent url(datefield/img/prevmonth.png) no-repeat; + text-indent: -90000px; + margin: 0 auto; +} +.i-datefield-calendarpanel .i-button-nextmonth { + background: transparent url(datefield/img/nextmonth.png) no-repeat; +} +.i-datefield-calendarpanel .i-button-prevmonth:hover, +.i-datefield-calendarpanel .i-button-nextmonth:hover { + background-position: left bottom; +} + +.i-datefield-calendarpanel strong { + color: #ee5311; + display: block; + width: 20px; +} + +.i-datefield-calendarpanel-day, +.i-datefield-calendarpanel-day-today { + cursor: pointer; + padding: 1px 3px; + width: 14px; + height: 16px; +} + +.i-datefield-calendarpanel-day-today { + border: 1px solid #429ce9; + width: 12px; + height: 14px +} + +.i-disabled .i-datefield-calendarpanel-day, +.i-disabled .i-datefield-calendarpanel-day-today { + cursor: default; +} + +.i-datefield-calendarpanel-day-entry { + color: #6a98b5; +} + +.i-datefield-calendarpanel-day-disabled { + font-weight: normal; + color: #dddddd; + cursor: default; + opacity: 0.5; +} + +.i-datefield-calendarpanel-day-entry.i-datefield-calendarpanel-day-disabled { + color: #afd6f8; +} + +.i-datefield-calendarpanel-day-selected { + font-weight: bold; + width: 14px; + height: 16px; + color: #fff; + padding: 1px 3px; + background: transparent url(datefield/img/selected-bg.png) no-repeat 50% 50%; + cursor: default; + border: none; +} + +.i-datefield-time { + white-space: nowrap; + font-size: 11px; +} + +.i-datefield-time .i-label { + display: inline; +} + +.i-datefield-time .i-select { + font-size: 10px; + padding: 0; + margin: 0; +} +.i-expandlayout-lo-table { + margin:0; + padding:0; + height:100%; + border:0; + border-spacing: 0; +} +.i-expandlayout-lo-td { + margin:0; + padding:0; + height:100%; + border:0; +} + +.i-expandlayout-valign { + margin:0; + padding:0; + border:0; + border-collapse:collapse; + border-spacing:0; + height:100%; + width:100%; +} + +.i-expandlayout-margin-top { + padding-top: 15px; +} +.i-expandlayout-margin-right { + padding-right: 18px; +} +.i-expandlayout-margin-bottom { + padding-bottom: 15px; +} +.i-expandlayout-margin-left { + padding-left: 18px; +} + +.i-expandlayout-vspacing { + margin-top: 8px; +} +.i-expandlayout-hspacing { + margin-left: 8px; +} + +.i-Notification { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + background-color: #999999; + color: #ffffff; + padding: 0.3em; + cursor: pointer; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} +.i-Notification H1, +.i-Notification p, +.i-Notification.error H1, +.i-Notification.error p, +.i-Notification.warning H1, +.i-Notification.warning p { + display: inline; + padding: 0.1em; +} +.i-Notification.tray H1, +.i-Notification.tray p { + display: block; + font-size: 1em; + line-height: 0.5em; +} + +.i-Notification.warning { + background: #f14c1a; +} + +.i-Notification.error { + background-color: #ff0a0a; + background-image: url(notification/'img/notification-error.png'); + background-repeat: no-repeat; + background-position: center right; + padding-right: 30px; +} +.i-Notification.tray { + +} +.i-orderedlayout-margin-top { + padding-top: 15px; +} +.i-orderedlayout-margin-right { + padding-right: 18px; +} +.i-orderedlayout-margin-bottom { + padding-bottom: 15px; +} +.i-orderedlayout-margin-left { + padding-left: 18px; +} + +.i-orderedlayout-vspacing { + margin-top: 8px; +} +.i-orderedlayout-hspacing { + padding-left: 8px; +} +.i-panel, +.i-panel-caption, +.i-panel-content, +.i-panel-deco, +.i-panel-light, +.i-panel-caption-light, +.i-panel-content-light, +.i-panel-deco-light { + outline: none; /* Prevent selection outline which might break layouts or cause scrollbars */ + text-align: left /* Force default alignment */ +} + +.i-panel:before { + display: block; + content: ""; + background: transparent url(panel/img/top-right.png) repeat-x right top; + height: 9px; + margin-left: 9px; +} + +.i-panel-caption, +.i-panel-caption-light { + font-size: 18px; + line-height: 18px; + font-weight: normal; + letter-spacing: -0.03em; + color: #f14c1a; + white-space: nowrap; + height: 18px; + padding: 6px 18px 14px 18px; + border: 1px solid #babfc0; + border-top: none; + background: #fff; +} + +.i-panel-nocaption { + height: 9px; + border-bottom: 1px solid #dee2e3; +} + +.i-panel-caption:before, +.i-panel-nocaption:before { + display: block; + content: ""; + position: relative; + width: 9px; + height: 9px; + background: transparent url(panel/img/top-left.png) no-repeat; + margin: -15px 0 5px -19px; +} + +.i-panel-nocaption:before { + margin: -9px 0 0 0; +} + +.i-panel-content { + border: 1px solid #babfc0; + border-top: none; + border-bottom: 1px solid #dee2e3; + background-color: #fff; + overflow: auto; +} + +.i-panel-deco { + height: 9px; + background: transparent url(panel/img/bottom-right.png) repeat-x right top; + margin-left: 9px; +} + +.i-panel-deco:before { + display: block; + content: ""; + width: 9px; + height: 9px; + margin-left: -9px; + background: transparent url(panel/img/bottom-left.png) no-repeat; +} + + + + + + +/* Light panel style */ + +.i-panel-light:before { + display: none; +} + +.i-panel-caption-light { + border-left: none; + border-right: none; + background: transparent; + padding-top: 14px; + overflow: hidden; +} + +.i-panel-caption-light:before, +.i-panel-nocaption-light:before { + display: none; +} + +.i-panel-nocaption-light { + height: 1px; + background: #babfc0; + overflow: hidden; + border: none; +} + +.i-panel-content-light { + border: none; + background: transparent; +} + +.i-panel-deco-light { + height: 0; + overflow: hidden; +} + + + + + +/* Light panel contained within another panel or a tabsheet */ + +.i-panel .i-panel-caption-light, +.i-tabsheet .i-panel-caption-light { + margin-top: -1px; + padding-top: 14px; + border-top: 1px solid #babfc0; +} + + + + + +/* IE specific rules (different selectors for IE6 and IE7. + * These selectors must be separate because IE6 won't + * apply them if they are grouped together + * (it doesn't recognize the '+' selector). +*/ +* html .i-panel-caption { + border: 1px solid #babfc0; + padding-top: 14px; +} +*+html .i-panel-caption { + border: 1px solid #babfc0; + padding-top: 14px; +} + +* html .i-panel-caption-light { + border-left: none; + border-right: none; +} +*+html .i-panel-caption-light { + border-left: none; + border-right: none; +} + +* html .i-panel-content { + border-bottom: 1px solid #babfc0; +} +*+html .i-panel-content { + border-bottom: 1px solid #babfc0; +} + +* html .i-panel-content-light { + border-bottom: none; +} +*+html .i-panel-content-light { + border-bottom: none; +} + +* html .i-panel-deco { + height: 0; + overflow: hidden; +} +*+html .i-panel-deco { + height: 0; + overflow: hidden; +} + +/* Without caption */ +* html .i-panel-nocaption { + height: 1px; + overflow: hidden; + background: #c1c6cc; + border: none; +} +*+html .i-panel-nocaption { + height: 1px; + overflow: hidden; + background: #c1c6cc; + border: none; +} +.i-progressindicator { + background: #dfe2e4 url(progressindicator/img/base.gif); + height: 9px; + border: 1px solid #b6bbbc; + overflow: hidden; /* for IE6 */ +} + +.i-progressindicator div { + background: #f7f9f9 url(progressindicator/img/progress.png); + height: 9px; + overflow: hidden; /* for IE6 */ +} + +.i-progressindicator-indeterminate { + background: #dfe2e4 url(common/img/ajax-loader-medium.gif); + height: 16px; + width: 16px; + overflow: hidden; /* for IE6 */ +} +.i-select { + text-align: left /* Force default alignment */ +} +.i-select-option { + +} + +.i-select-optiongroup { + +} + +.i-select-optiongroup .i-select-option { + display: block; + white-space: nowrap; +} + +.i-select-select { + /* + border: 1px solid #b6b6b6; + border-bottom-color: #9d9d9d; + border-top-color: #d6d6d6; + border-left-color: #d6d6d6; + */ + display: block; + font-size: 13px; +} + +/* Twincol style */ +.i-select-twincol { + white-space: nowrap; +} +.i-select-twincol-options { + float: left; + font-size: 13px; +} +.i-select-twincol-selections { + font-size: 13px; + font-weight: bold; +} + +.i-select-twincol-buttons { + float: left; + padding: 2px; /* does not work in first render in FF ? */ + text-align: center; +} + +.i-select-twincol-buttons .i-select-twincol-deco { + clear:both; +} + +.i-select-twincol .i-textfield { + display: block; + float: left; + clear: left; +} + +.i-select-twincol .i-button { + display: block; + float: left; +} + +.i-select-twincol-buttons .i-button { + display: inline; + float: none; +} + +/** Filterselect aka ComboBox styles */ + +.i-filterselect { + height: 23px; + background: transparent url(select/img/bg-left-filter.png) no-repeat; + margin-right: 1px; + white-space: nowrap; + text-align: left /* Force default alignment */ +} + +.i-filterselect-input { + width: 99%; + border: none; + background: transparent; + height: 20px; + margin: 0; + padding: 3px 0 0 4px; + font-size: 13px; +} + +.i-filterselect-button { + float: right; + margin: -23px -1px 0 0; + width: 25px; + height: 23px; + cursor: pointer; + background: transparent url(select/img/bg-right-filter.png); + position: relative; +} +.i-filterselect-button:hover { + background-position: bottom left; +} + +.i-filterselect-suggestpopup { + background: #f6f7f7; + border: 1px solid #b6bbbc; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 12px; + line-height: 18px; + margin-top: -1px; +} +.i-filterselect-suggestmenu { + margin-left: -2px; +} +.i-filterselect-suggestmenu .gwt-MenuItem { + padding: 1px 5px; + cursor: pointer; + height: 18px; + white-space: nowrap; +} + +.i-filterselect-suggestmenu .gwt-MenuItem-selected { + background: #5daee8; + color: #fff; +} + +.i-filterselect-nextpage, +.i-filterselect-nextpage-off, +.i-filterselect-prevpage-off, +.i-filterselect-prevpage { + height: 11px; + width:100%; + background: transparent url(select/img/button-bg.png) no-repeat 50% 0; + text-align: center; + margin: 2px 0 0 0; + overflow:hidden; +} +.i-filterselect-prevpage, +.i-filterselect-prevpage-off { + background-position: 50% -1px; + margin: 0 0 2px 0; +} +.i-filterselect-prevpage:hover { + background-position: 50% bottom; +} +.i-filterselect-nextpage:hover { + background-position: 50% -12px; +} +.i-filterselect-nextpage span, +.i-filterselect-nextpage-off span, +.i-filterselect-prevpage-off span, +.i-filterselect-prevpage span { + display: block; + height: 12px; + width:100%; + background: transparent url(select/img/arrow-up.png) no-repeat 50% 40%; + text-indent: -90000px; + cursor: pointer; + overflow: hidden; +} +.i-filterselect-nextpage span, +.i-filterselect-nextpage-off span { + background: transparent url(select/img/arrow-down.png) no-repeat 50% 60%; +} + +.i-filterselect-nextpage-off, +.i-filterselect-prevpage-off { + color: #666; + opacity: 0.5; + filter: Alpha(opacity=50); +} +.i-filterselect-nextpage-off span, +.i-filterselect-prevpage-off span { + cursor: default; +} + +.i-filterselect-status { + font-size: 11px; + line-height: 11px; + width:100%; + padding: 4px 0px; + height: 11px; + white-space: nowrap; + text-align: center; + border-top: 1px solid #b6bbbc; +} + +/* IE specific styles */ + +* html .i-filterselect { + +} +* html .i-filterselect-input { + margin-top: -1px; +} + +*+html .i-filterselect-input { + margin-top: -1px; +} +* html .i-filterselect-button { + position: static; + margin-top: -24px; +} +*+html .i-filterselect-button { + position: static; + margin-top: -24px; +} + + +/*-------------------------- + Default (horizontal) styles + --------------------------*/ + +.i-slider { + border: 1px solid #cccfd0; + height: 3px; + margin: 5px 0; +} + +.i-slider-base { + height: 2px; + border-top: 1px solid #cbcdce; + background: #f3f3f4; +} +.i-slider-handle { + background: transparent url(slider/img/handle-horizontal.png); + width: 12px; + height: 12px; + margin-top: -5px; + font-size: 0; + cursor: pointer; +} +.i-slider-handle:hover { + background-position: left bottom; +} +/* TODO +.i-slider-bigger { + background: #dde4ef url(slider/img/arrow-right.png); + float: right; + width: 14px; + height: 14px; + overflow: hidden; + margin: 0 0 0 1px; +} + +.i-slider-bigger:hover { + background-image: url(slider/img/arrow-right-over.png); +} + +.i-slider-smaller { + background: #dde4ef url(slider/img/arrow-left.png); + float: left; + width: 14px; + height: 14px; + overflow: hidden; + margin: 0 1px 0 0; +} + +.i-slider-smaller:hover { + background-image: url(slider/img/arrow-left-over.png); +} +*/ + + +/*----------------- + Vertical styles + -----------------*/ + +.i-slider-vertical { + width: 3px; + height: auto; + margin: 0 5px; +} +.i-slider-vertical .i-slider-base { + width: 2px; + border-left: 1px solid #cbcdce; + background: #f3f3f4; +} +.i-slider-vertical .i-slider-handle { + background: transparent url(slider/img/handle-vertical.png); + width: 12px; + height: 12px; + font-size: 0; + cursor: pointer; + margin-left: -5px; +} +.i-slider-vertical .i-slider-handle:hover { + background-position: left bottom; +} +.i-slider-vertical .i-slider-bigger { + +} +.i-slider-vertical .i-slider-smaller { + +} + + + +/* IE specific styles */ + +* html .i-slider, +* html .i-slider-vertical { + margin: 0; +} +* html .i-slider .i-slider-handle { + margin: -1px 0; +} +* html .i-slider-vertical .i-slider-handle { + margin: 0 -1px; +} +.i-splitpanel-horizontal .i-splitpanel-hsplitter { + width: 6px; + font-size: 1px; /* for IE6 */ +} + +.i-splitpanel-horizontal .i-splitpanel-hsplitter div { + width: 6px; + font-size: 1px; /* for IE6 */ + position: absolute; + top: 0; + bottom: 0; + background: #ccd2d0 url(splitpanel/img/bg_hor.png); + border: 1px solid #b6bbbc; + cursor: e-resize; + margin: 0 -1px; +} + +.i-splitpanel-vertical .i-splitpanel-vsplitter { + height: 6px; + font-size: 1px; /* for IE6 */ +} + +.i-splitpanel-vertical .i-splitpanel-vsplitter div { + height: 6px; + font-size: 1px; /* for IE6 */ + background: #ccd2d0 url(splitpanel/img/bg_ver.png); + border: 1px solid #b6bbbc; + cursor: n-resize; + margin: -1px 0; +} + + + + + +/* IE specific styles */ + +* html .i-splitpanel-horizontal .i-splitpanel-hsplitter div { + height: 99%; +} + +* html .i-splitpanel-vertical .i-splitpanel-vsplitter { + height: 8px; +} + +* html .i-splitpanel-vertical .i-splitpanel-vsplitter div { + margin: 0; +} + +.i-table { + border: 1px solid #b6bbbc; + overflow: hidden; + text-align: left /* Force default alignment */ +} + +.i-table.table-inline { + border-left: none; + border-right: none; + /*margin: -16px -18px 0 -18px;*/ +} + +.i-table-header-wrap { + height: 36px; + background: #e7edf3 url(table/img/header-bg.png) repeat-x; + border-bottom: 1px solid #b6bbbc; + overflow: hidden; +} + +.i-table-header { + height: 36px; +} + +.i-table-header table, +.i-table-table { + border-collapse: collapse; + margin: 0; + padding: 0; + border: 0; +} + +.i-table-header td, +.i-table-table td { + margin: 0; + padding: 0; + border: 0; +} + +.i-table-header td { + cursor: pointer; +} + +.i-table-resizer { + display: block; + height: 36px; + float: right; + background: transparent url(table/img/resizer-bg.png) repeat-y 50% 50%; + cursor: col-resize; +} + +.i-table-caption-container { + float: right; + overflow: hidden; + white-space: nowrap; + color: #393a3c; + font-size: 15px; + padding-top: 9px; + text-shadow: #ffffff 2px 2px 0; +} + +.i-table-header-cell-asc .i-table-caption-container { + background: transparent url(table/img/sort-asc.png) no-repeat right 80%; +} +.i-table-header-cell-desc .i-table-caption-container { + background: transparent url(table/img/sort-desc.png) no-repeat right 80%; +} +.i-table-header-cell:hover, +.i-table-header-cell-asc:hover, +.i-table-header-cell-desc:hover { + background: transparent url(table/img/header-bg-over.png) repeat-x; +} + + +.i-table-body { + background: #fff; +} + +.i-table-row-spacer { + height: 10px; + overflow: hidden; /* IE hack to allow < one line height divs */ +} + +.i-table-row, +.i-table-row-odd { + border: 0; + margin: 0; + padding: 0; + background-color: #fff; + cursor: default; +} +.i-table-row-odd { + background-color: #f6f7f7; +} +.i-table-row:hover, +.i-table-row-odd:hover { + background-color: #edeeee; +} +.i-table .i-selected { + background: #d5dde0; + color: #456572; +} +.i-table-row td, +.i-table-row-odd td { + padding: 3px 0; +} +.i-table-cell-content { + white-space: nowrap; + overflow: hidden; + padding-left: 3px; +} + + + +.i-table-column-selector { + float: right; + background: transparent url(table/img/colsel.png) no-repeat; + margin: -36px 0 0 0; + height: 36px; + width: 15px; + position: relative; /* hide this from IE, it works without it */ +} + +.i-table-focus-slot-left { + border-left: 2px solid #b6bbbc; + margin-right: -2px; +} +.i-table-focus-slot-right { + border-right: 2px solid #b6bbbc; + margin-left: -2px; +} + +.i-table-header-drag { + position: absolute; + background: #e7edf3 url(table/img/header-bg.png) repeat-x; + border: 1px solid #b6bbbc; + padding: 4px; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 15px; + opacity: 0.5; + filter: alpha(opacity=50); + margin-top: 20px; + z-index: 20000; +} + +.i-table-scrollposition { + width: 160px; + height: 39px; + background: transparent url(table/img/scroll-position-bg.png); +} + +.i-table-scrollposition span { + display: block; + margin-top: 8px; + text-align: center; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 15px; + text-shadow: #ffffff 2px 2px 0; +} + + +/* rowe in column selector */ +.i-on div { + background-image: url(table/img/check.gif); + background-repeat: no-repeat; + background-position: 2px center; + text-indent: 6px; +} +.i-off div { + text-indent: 6px; +} + + +/* IE specific styles */ +* html .i-table-scrollposition { + background: transparent; + /* We need multiple different filters because we cannot be sure of the context + the browser is currently in (i.e. with ending slash or without). */ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/table/img/scroll-position-bg.png", sizingMethod="scale"); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/table/img/scroll-position-bg.png", sizingMethod="scale"); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/table/img/scroll-position-bg.png", sizingMethod="scale"); +} +.i-tabsheet, +.i-tabsheet-content, +.i-tabsheet-deco { + outline: none; /* Prevent selection outline which might break layouts or cause scrollbars */ + text-align: left /* Force default alignment */ +} + + +.i-tabsheet-tabs { + empty-cells: hide; + border-collapse: collapse; + height: 48px; + background: transparent url(tabsheet/img/tabs-bg.png) repeat-x bottom left; + width: 100%; + overflow:hidden; +} + +.i-tabsheet-tabs .i-caption { + white-space: nowrap; +} + +/* for IE (does not inherit) */ +.i-tabsheet-tabs .i-caption span { + white-space: nowrap; +} + +.i-tabsheet-tabs .gwt-TabBarFirst { + display: none; +} + +.i-tabsheet-tabs .gwt-TabBarRest { + border: 1px solid #b6bbbc; + background: #f8f9f9 url(tabsheet/img/tab-bg.png); + height: 37px; +} + +.i-tabsheet-tabs .gwt-TabBarItem { + border: 1px solid #b6bbbc; + border-right: none; + height: 20px; + padding: 9px 15px 8px 15px; + margin-top: 9px; + color: #777f85; + font-size: 15px; + line-height: 15px; + background: #f8f9f9 url(tabsheet/img/tab-bg.png); + cursor: pointer; +} + +.i-tabsheet-tabs .gwt-TabBarItem-selected { + border: none; + background: transparent url(panel/img/top-left.png) no-repeat; + margin-top: -9px; + padding-left: 16px; + height: 30px; + cursor: default; + color: #ee5311; +} + +.i-tabsheet-tabs .gwt-TabBarItem:hover { + color: #4b5257; +} + +.i-tabsheet-tabs .gwt-TabBarItem-selected:hover { + color: #ee5311; +} + +.i-tabsheet-tabs .gwt-TabBarItem-selected:before { + display: block; + height: 9px; + background: transparent url(panel/img/top-right.png) repeat-x right top; + content: ""; + margin: -9px -16px 9px -6px; +} + +.i-tabsheet-content { + border: 1px solid #babfc0; + background-color: #fff; + border-bottom: none; + border-top: none; +} + +.i-tabsheet-deco { + height: 9px; + background: transparent url(panel/img/bottom-right.png) repeat-x right top; + margin-left: 9px; +} + +.i-tabsheet-deco:before { + display: block; + content: ""; + width: 9px; + height: 9px; + margin-left: -9px; + background: transparent url(panel/img/bottom-left.png) no-repeat; +} + + + +/* Progress indication */ + +.i-tabsheet-loading .i-tabsheet-tabs .gwt-TabBarItem-selected span{ + background: transparent url(common/img/ajax-loader.gif) no-repeat; + display: block; + margin-left: -10px; + padding-left: 10px; + margin-top: -12px; + padding-top: 12px; +} + +.i-tabsheet-loading .i-tabsheet-content * { + visibility: hidden; + overflow: hidden; +} + + + + +/* IE specific styles */ + +* html .i-tabsheet-tabs { + height: 46px; +} +*+html .i-tabsheet-tabs { + height: 46px; +} + +* html .i-tabsheet-tabs .gwt-TabBarItem-selected { + border: 1px solid #babfc0; + border-bottom: none; + background: #fff; + margin-top: 0; + height: 23px; + padding: 18px 14px 6px 15px; + cursor: default; + color: #ee5311; +} +*+html .i-tabsheet-tabs .gwt-TabBarItem-selected { + border: 1px solid #babfc0; + border-bottom: none; + background: #fff; + margin-top: 0; + height: 23px; + padding: 18px 14px 6px 15px; + cursor: default; + color: #ee5311; +} + +* html .i-tabsheet-deco { + height: 1px; + background: #babfc0; + overflow: hidden; + margin: 0; +} +*+html .i-tabsheet-deco { + height: 1px; + background: #babfc0; + overflow: hidden; + margin: 0; +} +.i-textfield { + background: #fff url(textfield/img/bg.png) repeat-x; + padding: 2px; + border: 1px solid #b6b6b6; + border-top-color: #9d9d9d; + border-bottom-color: #d6d6d6; + border-right-color: #d6d6d6; + margin: 0; + font-size: 13px; + height: 18px; + text-align: left /* Force default alignment */ +} + +.i-textarea { + background: #fff url(textfield/img/bg.png) repeat-x; + padding: 2px; + border: 1px solid #b6b6b6; + border-top-color: #9d9d9d; + border-bottom-color: #d6d6d6; + border-right-color: #d6d6d6; + margin: 0; + font-size: 13px; +} + +.i-textfield-focus, +.i-textarea-focus { + border-color: #5daee8; +} + +.i-textfield-error, +.i-textarea-error { + background: #ff9999; +} + +.i-textfield.i-readonly, +.i-textarea.i-readonly { + background: transparent; + color: #222; + border: none; +} + + +.i-richtextarea { + border: 1px solid #b6b6b6; + overflow: hidden; +} +.i-richtextarea .gwt-RichTextArea { + background: #fff url(textfield/img/bg.png) repeat-x; +} +.i-richtextarea iframe { + border: 0; +} +.i-tree { + text-align: left /* Force default alignment */ +} + +.i-tree-node { + background: transparent url(tree/img/collapsed.png) no-repeat 2px 1px; +} +.i-tree-node-expanded { + background: transparent url(tree/img/expanded.png) no-repeat 2px 1px; +} +.i-tree-node-leaf { + background-image: none; +} +.i-tree-node-caption { + margin-left: 16px; +} +.i-tree-node span { + padding: 0 2px; + cursor: pointer; + white-space: nowrap; +} +.i-tree-node-selected span { + background: #5daee8; + color: #fff; + padding: 0 2px; + cursor: pointer; +} +.i-tree-node-children { + padding-left: 16px; +} +.i-window { + color: #464f52; + font-size: 13px; + line-height: 18px; +} + +.i-window:before { + display: block; + content: ""; + background: transparent url(window/img/top-right.png) repeat-x right top; + height: 21px; + margin-left: 21px; +} + +.i-window-wrap { + padding-left: 20px; + background: transparent url(window/img/left-bg.png) repeat-y; + /* somehow this won't inherit from .i-window */ + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; +} + +.i-window-wrap2 { + padding-right: 20px; + background: transparent url(window/img/right-bg.png) repeat-y top right; +} + +.i-window-outerheader { + height: 18px; + padding: 8px 34px 14px 12px; + background: #fff; +} + +.i-window-header { + font-size: 18px; + line-height: 18px; + font-weight: normal; + letter-spacing: -0.03em; + color: #f14c1a; + white-space: nowrap; + cursor: move; + text-overflow:ellipsis; + overflow:hidden; +} + +.i-window-outerheader:before { + display: block; + content: ""; + width: 21px; + height: 21px; + margin: -29px 0 6px -32px; + background: transparent url(window/img/top-left.png); +} + +.i-window-contents { + background: #fff; + border: 1px solid #babfc0; + font-size: 13px; + line-height: 18px; +} + +.i-window-footer { + height: 0; + font-size: 0px; + /* Occupy more height to prevent scrollbars in Mac FF */ + margin-bottom: 46px; +} + +.i-window-footer:before { + display: block; + content: ""; + width: 21px; + height: 46px; + background: transparent url(window/img/bottom-left.png); + margin-left: -20px; +} + +.i-window-footer:after { + display: block; + content: ""; + height: 46px; + background: transparent url(window/img/bottom-right.png) no-repeat top right; + margin: -46px -20px 0 1px; +} + +.i-window-resizebox { + position:absolute; + bottom: 24px; + right: 0; + width: 25px; + height: 21px; + cursor: se-resize; + background: transparent url(window/img/resize.png); +} + +.i-window-closebox { + position:absolute; + top: 33px; + right: 36px; + width: 12px; + height: 11px; + background: transparent url(window/img/close.png); + cursor: pointer; + overflow: hidden; +} +.i-window-closebox:hover { + background-position: 0 -11px; +} + +.i-window-modalitycurtain { + top:0; + left:0; + background:white; + opacity: 0.5; + position:fixed; + width:100%; + height:100%; + filter: alpha(opacity=50); +} + +/* IE6 workaround for position:fixed; */ +* html .i-window-modalitycurtain { + position: absolute; + top: expression((ignoreMe = document.documentElement.scrollTop) + "px"); +} + +/* IE specific styles */ + +* html .i-window-wrap { + padding: 12px; + border: 1px solid #e8e9e9; + background: #d8dee0; + /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/window/img/bg-color.png", sizingMethod="scale");*/ + /*zoom: 1; to gain hasLayout, IE won't apply filter otherwise */ +} +*+html .i-window-wrap { + padding: 12px; + border: 1px solid #e8e9e9; + background: transparent url(window/img/bg-color.png) repeat; +} + +* html .i-window-wrap2 { + padding: 6px; + border: 1px solid #babfc0; + background: #fff; +} +*+html .i-window-wrap2 { + padding: 6px; + border: 1px solid #babfc0; + background: #fff; +} + +* html .i-window-footer { + margin-bottom: 0; +} +*+html .i-window-footer { + margin-bottom: 0; +} + +* html .i-window-resizebox { + bottom: 1px; + right: 1px; + width: 15px; + height: 12px; + background: url(window/img/resize.png); +} +*+html .i-window-resizebox { + bottom: 0; + background-position: 3px 3px; +} diff --git a/WebContent/ITMILL/themes/default/table/img/check.gif b/WebContent/ITMILL/themes/default/table/img/check.gif Binary files differnew file mode 100644 index 0000000000..0a89195168 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/check.gif diff --git a/WebContent/ITMILL/themes/default/table/img/colsel.png b/WebContent/ITMILL/themes/default/table/img/colsel.png Binary files differnew file mode 100644 index 0000000000..7cf5abc8b2 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/colsel.png diff --git a/WebContent/ITMILL/themes/default/table/img/header-bg-over.png b/WebContent/ITMILL/themes/default/table/img/header-bg-over.png Binary files differnew file mode 100644 index 0000000000..6c888676e9 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/header-bg-over.png diff --git a/WebContent/ITMILL/themes/default/table/img/header-bg.png b/WebContent/ITMILL/themes/default/table/img/header-bg.png Binary files differnew file mode 100644 index 0000000000..275fbc4382 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/header-bg.png diff --git a/WebContent/ITMILL/themes/default/table/img/resizer-bg.png b/WebContent/ITMILL/themes/default/table/img/resizer-bg.png Binary files differnew file mode 100644 index 0000000000..d9089775cb --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/resizer-bg.png diff --git a/WebContent/ITMILL/themes/default/table/img/scroll-position-bg.png b/WebContent/ITMILL/themes/default/table/img/scroll-position-bg.png Binary files differnew file mode 100644 index 0000000000..d5968fdf51 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/scroll-position-bg.png diff --git a/WebContent/ITMILL/themes/default/table/img/sort-asc.png b/WebContent/ITMILL/themes/default/table/img/sort-asc.png Binary files differnew file mode 100644 index 0000000000..44e17d5446 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/sort-asc.png diff --git a/WebContent/ITMILL/themes/default/table/img/sort-desc.png b/WebContent/ITMILL/themes/default/table/img/sort-desc.png Binary files differnew file mode 100644 index 0000000000..35fd0595f8 --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/img/sort-desc.png diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css new file mode 100644 index 0000000000..dd6daf441f --- /dev/null +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -0,0 +1,183 @@ +.i-table { + border: 1px solid #b6bbbc; + overflow: hidden; + text-align: left /* Force default alignment */ +} + +.i-table.table-inline { + border-left: none; + border-right: none; + /*margin: -16px -18px 0 -18px;*/ +} + +.i-table-header-wrap { + height: 36px; + background: #e7edf3 url(img/header-bg.png) repeat-x; + border-bottom: 1px solid #b6bbbc; + overflow: hidden; +} + +.i-table-header { + height: 36px; +} + +.i-table-header table, +.i-table-table { + border-collapse: collapse; + margin: 0; + padding: 0; + border: 0; +} + +.i-table-header td, +.i-table-table td { + margin: 0; + padding: 0; + border: 0; +} + +.i-table-header td { + cursor: pointer; +} + +.i-table-resizer { + display: block; + height: 36px; + float: right; + background: transparent url(img/resizer-bg.png) repeat-y 50% 50%; + cursor: col-resize; +} + +.i-table-caption-container { + float: right; + overflow: hidden; + white-space: nowrap; + color: #393a3c; + font-size: 15px; + padding-top: 9px; + text-shadow: #ffffff 2px 2px 0; +} + +.i-table-header-cell-asc .i-table-caption-container { + background: transparent url(img/sort-asc.png) no-repeat right 80%; +} +.i-table-header-cell-desc .i-table-caption-container { + background: transparent url(img/sort-desc.png) no-repeat right 80%; +} +.i-table-header-cell:hover, +.i-table-header-cell-asc:hover, +.i-table-header-cell-desc:hover { + background: transparent url(img/header-bg-over.png) repeat-x; +} + + +.i-table-body { + background: #fff; +} + +.i-table-row-spacer { + height: 10px; + overflow: hidden; /* IE hack to allow < one line height divs */ +} + +.i-table-row, +.i-table-row-odd { + border: 0; + margin: 0; + padding: 0; + background-color: #fff; + cursor: default; +} +.i-table-row-odd { + background-color: #f6f7f7; +} +.i-table-row:hover, +.i-table-row-odd:hover { + background-color: #edeeee; +} +.i-table .i-selected { + background: #d5dde0; + color: #456572; +} +.i-table-row td, +.i-table-row-odd td { + padding: 3px 0; +} +.i-table-cell-content { + white-space: nowrap; + overflow: hidden; + padding-left: 3px; +} + + + +.i-table-column-selector { + float: right; + background: transparent url(img/colsel.png) no-repeat; + margin: -36px 0 0 0; + height: 36px; + width: 15px; + position: relative; /* hide this from IE, it works without it */ +} + +.i-table-focus-slot-left { + border-left: 2px solid #b6bbbc; + margin-right: -2px; +} +.i-table-focus-slot-right { + border-right: 2px solid #b6bbbc; + margin-left: -2px; +} + +.i-table-header-drag { + position: absolute; + background: #e7edf3 url(img/header-bg.png) repeat-x; + border: 1px solid #b6bbbc; + padding: 4px; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 15px; + opacity: 0.5; + filter: alpha(opacity=50); + margin-top: 20px; + z-index: 20000; +} + +.i-table-scrollposition { + width: 160px; + height: 39px; + background: transparent url(img/scroll-position-bg.png); +} + +.i-table-scrollposition span { + display: block; + margin-top: 8px; + text-align: center; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 15px; + text-shadow: #ffffff 2px 2px 0; +} + + +/* rowe in column selector */
+.i-on div {
+ background-image: url(img/check.gif);
+ background-repeat: no-repeat;
+ background-position: 2px center;
+ text-indent: 6px;
+} +.i-off div {
+ text-indent: 6px; +} + + +/* IE specific styles */ +* html .i-table-scrollposition { + background: transparent; + /* We need multiple different filters because we cannot be sure of the context + the browser is currently in (i.e. with ending slash or without). */ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/table/img/scroll-position-bg.png", sizingMethod="scale"); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/table/img/scroll-position-bg.png", sizingMethod="scale"); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/table/img/scroll-position-bg.png", sizingMethod="scale"); +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tab-bg.png b/WebContent/ITMILL/themes/default/tabsheet/img/tab-bg.png Binary files differnew file mode 100644 index 0000000000..a4235e9a83 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tab-bg.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tab-left.png b/WebContent/ITMILL/themes/default/tabsheet/img/tab-left.png Binary files differnew file mode 100644 index 0000000000..a3f43bc7e5 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tab-left.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tab-right.png b/WebContent/ITMILL/themes/default/tabsheet/img/tab-right.png Binary files differnew file mode 100644 index 0000000000..59c7162305 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tab-right.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-bg.png b/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-bg.png Binary files differnew file mode 100644 index 0000000000..4c04dee4aa --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-bg.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-left.png b/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-left.png Binary files differnew file mode 100644 index 0000000000..12bdc0ab03 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-left.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-right.png b/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-right.png Binary files differnew file mode 100644 index 0000000000..828f62b8e5 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tab-selected-right.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/img/tabs-bg.png b/WebContent/ITMILL/themes/default/tabsheet/img/tabs-bg.png Binary files differnew file mode 100644 index 0000000000..ad023ad103 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/img/tabs-bg.png diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css new file mode 100644 index 0000000000..565117e1fd --- /dev/null +++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css @@ -0,0 +1,160 @@ +.i-tabsheet, +.i-tabsheet-content, +.i-tabsheet-deco { + outline: none; /* Prevent selection outline which might break layouts or cause scrollbars */ + text-align: left /* Force default alignment */ +} + + +.i-tabsheet-tabs { + empty-cells: hide; + border-collapse: collapse; + height: 48px; + background: transparent url(img/tabs-bg.png) repeat-x bottom left; + width: 100%; + overflow:hidden; +} + +.i-tabsheet-tabs .i-caption { + white-space: nowrap; +} + +/* for IE (does not inherit) */ +.i-tabsheet-tabs .i-caption span { + white-space: nowrap; +} + +.i-tabsheet-tabs .gwt-TabBarFirst { + display: none; +} + +.i-tabsheet-tabs .gwt-TabBarRest { + border: 1px solid #b6bbbc; + background: #f8f9f9 url(img/tab-bg.png); + height: 37px; +} + +.i-tabsheet-tabs .gwt-TabBarItem { + border: 1px solid #b6bbbc; + border-right: none; + height: 20px; + padding: 9px 15px 8px 15px; + margin-top: 9px; + color: #777f85; + font-size: 15px; + line-height: 15px; + background: #f8f9f9 url(img/tab-bg.png); + cursor: pointer; +} + +.i-tabsheet-tabs .gwt-TabBarItem-selected { + border: none; + background: transparent url(../panel/img/top-left.png) no-repeat; + margin-top: -9px; + padding-left: 16px; + height: 30px; + cursor: default; + color: #ee5311; +} + +.i-tabsheet-tabs .gwt-TabBarItem:hover { + color: #4b5257; +} + +.i-tabsheet-tabs .gwt-TabBarItem-selected:hover { + color: #ee5311; +} + +.i-tabsheet-tabs .gwt-TabBarItem-selected:before { + display: block; + height: 9px; + background: transparent url(../panel/img/top-right.png) repeat-x right top; + content: ""; + margin: -9px -16px 9px -6px; +} + +.i-tabsheet-content { + border: 1px solid #babfc0; + background-color: #fff; + border-bottom: none; + border-top: none; +}
+
+.i-tabsheet-deco { + height: 9px; + background: transparent url(../panel/img/bottom-right.png) repeat-x right top; + margin-left: 9px; +} + +.i-tabsheet-deco:before { + display: block; + content: ""; + width: 9px; + height: 9px; + margin-left: -9px; + background: transparent url(../panel/img/bottom-left.png) no-repeat; +} + + + +/* Progress indication */ + +.i-tabsheet-loading .i-tabsheet-tabs .gwt-TabBarItem-selected span{ + background: transparent url(../common/img/ajax-loader.gif) no-repeat; + display: block; + margin-left: -10px; + padding-left: 10px; + margin-top: -12px; + padding-top: 12px; +} + +.i-tabsheet-loading .i-tabsheet-content * { + visibility: hidden; + overflow: hidden; +} + + + + +/* IE specific styles */ + +* html .i-tabsheet-tabs { + height: 46px; +} +*+html .i-tabsheet-tabs { + height: 46px; +} + +* html .i-tabsheet-tabs .gwt-TabBarItem-selected { + border: 1px solid #babfc0; + border-bottom: none; + background: #fff; + margin-top: 0; + height: 23px; + padding: 18px 14px 6px 15px; + cursor: default; + color: #ee5311; +} +*+html .i-tabsheet-tabs .gwt-TabBarItem-selected { + border: 1px solid #babfc0; + border-bottom: none; + background: #fff; + margin-top: 0; + height: 23px; + padding: 18px 14px 6px 15px; + cursor: default; + color: #ee5311; +} + +* html .i-tabsheet-deco { + height: 1px; + background: #babfc0; + overflow: hidden; + margin: 0; +} +*+html .i-tabsheet-deco { + height: 1px; + background: #babfc0; + overflow: hidden; + margin: 0; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/textfield/img/bg.png b/WebContent/ITMILL/themes/default/textfield/img/bg.png Binary files differnew file mode 100644 index 0000000000..43c7ac7b47 --- /dev/null +++ b/WebContent/ITMILL/themes/default/textfield/img/bg.png diff --git a/WebContent/ITMILL/themes/default/textfield/textfield.css b/WebContent/ITMILL/themes/default/textfield/textfield.css new file mode 100644 index 0000000000..10aa9811f4 --- /dev/null +++ b/WebContent/ITMILL/themes/default/textfield/textfield.css @@ -0,0 +1,52 @@ +.i-textfield { + background: #fff url(img/bg.png) repeat-x; + padding: 2px; + border: 1px solid #b6b6b6; + border-top-color: #9d9d9d; + border-bottom-color: #d6d6d6; + border-right-color: #d6d6d6; + margin: 0; + font-size: 13px; + height: 18px; + text-align: left /* Force default alignment */ +} + +.i-textarea { + background: #fff url(img/bg.png) repeat-x; + padding: 2px; + border: 1px solid #b6b6b6; + border-top-color: #9d9d9d; + border-bottom-color: #d6d6d6; + border-right-color: #d6d6d6; + margin: 0; + font-size: 13px; +} + +.i-textfield-focus, +.i-textarea-focus { + border-color: #5daee8; +} + +.i-textfield-error, +.i-textarea-error { + background: #ff9999; +} + +.i-textfield.i-readonly, +.i-textarea.i-readonly { + background: transparent; + color: #222; + border: none; +} + + +.i-richtextarea { + border: 1px solid #b6b6b6; + overflow: hidden; +} +.i-richtextarea .gwt-RichTextArea { + background: #fff url(img/bg.png) repeat-x; +} +.i-richtextarea iframe { + border: 0; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/tree/img/collapsed.png b/WebContent/ITMILL/themes/default/tree/img/collapsed.png Binary files differnew file mode 100644 index 0000000000..8d4064de0a --- /dev/null +++ b/WebContent/ITMILL/themes/default/tree/img/collapsed.png diff --git a/WebContent/ITMILL/themes/default/tree/img/expanded.png b/WebContent/ITMILL/themes/default/tree/img/expanded.png Binary files differnew file mode 100644 index 0000000000..4ac2554eac --- /dev/null +++ b/WebContent/ITMILL/themes/default/tree/img/expanded.png diff --git a/WebContent/ITMILL/themes/default/tree/tree.css b/WebContent/ITMILL/themes/default/tree/tree.css new file mode 100644 index 0000000000..f905658f63 --- /dev/null +++ b/WebContent/ITMILL/themes/default/tree/tree.css @@ -0,0 +1,30 @@ +.i-tree { + text-align: left /* Force default alignment */ +} + +.i-tree-node { + background: transparent url(img/collapsed.png) no-repeat 2px 1px; +} +.i-tree-node-expanded { + background: transparent url(img/expanded.png) no-repeat 2px 1px; +} +.i-tree-node-leaf { + background-image: none; +} +.i-tree-node-caption { + margin-left: 16px; +} +.i-tree-node span { + padding: 0 2px; + cursor: pointer; + white-space: nowrap; +} +.i-tree-node-selected span { + background: #5daee8; + color: #fff; + padding: 0 2px; + cursor: pointer; +} +.i-tree-node-children { + padding-left: 16px; +} diff --git a/WebContent/ITMILL/themes/default/window/img/bg-color.png b/WebContent/ITMILL/themes/default/window/img/bg-color.png Binary files differnew file mode 100644 index 0000000000..08cdb43bce --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/bg-color.png diff --git a/WebContent/ITMILL/themes/default/window/img/bottom-left.png b/WebContent/ITMILL/themes/default/window/img/bottom-left.png Binary files differnew file mode 100644 index 0000000000..14808c98ea --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/bottom-left.png diff --git a/WebContent/ITMILL/themes/default/window/img/bottom-right.png b/WebContent/ITMILL/themes/default/window/img/bottom-right.png Binary files differnew file mode 100644 index 0000000000..99e118de45 --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/bottom-right.png diff --git a/WebContent/ITMILL/themes/default/window/img/close.png b/WebContent/ITMILL/themes/default/window/img/close.png Binary files differnew file mode 100644 index 0000000000..8f1006ac5f --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/close.png diff --git a/WebContent/ITMILL/themes/default/window/img/left-bg.png b/WebContent/ITMILL/themes/default/window/img/left-bg.png Binary files differnew file mode 100644 index 0000000000..e9fd861993 --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/left-bg.png diff --git a/WebContent/ITMILL/themes/default/window/img/notification-error.png b/WebContent/ITMILL/themes/default/window/img/notification-error.png Binary files differnew file mode 100644 index 0000000000..32852d5907 --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/notification-error.png diff --git a/WebContent/ITMILL/themes/default/window/img/resize.png b/WebContent/ITMILL/themes/default/window/img/resize.png Binary files differnew file mode 100644 index 0000000000..8c4c00a11c --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/resize.png diff --git a/WebContent/ITMILL/themes/default/window/img/right-bg.png b/WebContent/ITMILL/themes/default/window/img/right-bg.png Binary files differnew file mode 100644 index 0000000000..35d39c772f --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/right-bg.png diff --git a/WebContent/ITMILL/themes/default/window/img/top-left.png b/WebContent/ITMILL/themes/default/window/img/top-left.png Binary files differnew file mode 100644 index 0000000000..0a46a98d4d --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/top-left.png diff --git a/WebContent/ITMILL/themes/default/window/img/top-right.png b/WebContent/ITMILL/themes/default/window/img/top-right.png Binary files differnew file mode 100644 index 0000000000..00fdb54543 --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/img/top-right.png diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css new file mode 100644 index 0000000000..a9774d756b --- /dev/null +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -0,0 +1,169 @@ +.i-window { + color: #464f52; + font-size: 13px; + line-height: 18px; +} + +.i-window:before { + display: block; + content: ""; + background: transparent url(img/top-right.png) repeat-x right top; + height: 21px; + margin-left: 21px; +} + +.i-window-wrap { + padding-left: 20px; + background: transparent url(img/left-bg.png) repeat-y; + /* somehow this won't inherit from .i-window */ + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; +} + +.i-window-wrap2 { + padding-right: 20px; + background: transparent url(img/right-bg.png) repeat-y top right; +} + +.i-window-outerheader { + height: 18px; + padding: 8px 34px 14px 12px; + background: #fff; +} + +.i-window-header { + font-size: 18px; + line-height: 18px; + font-weight: normal; + letter-spacing: -0.03em; + color: #f14c1a; + white-space: nowrap; + cursor: move; + text-overflow:ellipsis; + overflow:hidden; +} + +.i-window-outerheader:before { + display: block; + content: ""; + width: 21px; + height: 21px; + margin: -29px 0 6px -32px; + background: transparent url(img/top-left.png); +} + +.i-window-contents { + background: #fff; + border: 1px solid #babfc0; + font-size: 13px; + line-height: 18px; +} + +.i-window-footer { + height: 0; + font-size: 0px; + /* Occupy more height to prevent scrollbars in Mac FF */ + margin-bottom: 46px; +} + +.i-window-footer:before { + display: block; + content: ""; + width: 21px; + height: 46px; + background: transparent url(img/bottom-left.png); + margin-left: -20px; +} + +.i-window-footer:after { + display: block; + content: ""; + height: 46px; + background: transparent url(img/bottom-right.png) no-repeat top right; + margin: -46px -20px 0 1px; +} + +.i-window-resizebox { + position:absolute; + bottom: 24px; + right: 0; + width: 25px; + height: 21px; + cursor: se-resize; + background: transparent url(img/resize.png); +} + +.i-window-closebox { + position:absolute; + top: 33px; + right: 36px; + width: 12px; + height: 11px; + background: transparent url(img/close.png); + cursor: pointer; + overflow: hidden; +} +.i-window-closebox:hover { + background-position: 0 -11px; +} + +.i-window-modalitycurtain { + top:0; + left:0; + background:white; + opacity: 0.5; + position:fixed; + width:100%; + height:100%; + filter: alpha(opacity=50); +} + +/* IE6 workaround for position:fixed; */ +* html .i-window-modalitycurtain { + position: absolute; + top: expression((ignoreMe = document.documentElement.scrollTop) + "px"); +} + +/* IE specific styles */ + +* html .i-window-wrap { + padding: 12px; + border: 1px solid #e8e9e9; + background: #d8dee0; + /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/window/img/bg-color.png", sizingMethod="scale");*/ + /*zoom: 1; to gain hasLayout, IE won't apply filter otherwise */ +} +*+html .i-window-wrap { + padding: 12px; + border: 1px solid #e8e9e9; + background: transparent url(img/bg-color.png) repeat; +} + +* html .i-window-wrap2 { + padding: 6px; + border: 1px solid #babfc0; + background: #fff; +} +*+html .i-window-wrap2 { + padding: 6px; + border: 1px solid #babfc0; + background: #fff; +} + +* html .i-window-footer { + margin-bottom: 0; +} +*+html .i-window-footer { + margin-bottom: 0; +} + +* html .i-window-resizebox { + bottom: 1px; + right: 1px; + width: 15px; + height: 12px; + background: url(img/resize.png); +} +*+html .i-window-resizebox { + bottom: 0; + background-position: 3px 3px; +}
\ No newline at end of file diff --git a/WebContent/ITMILL/themes/example/styles.css b/WebContent/ITMILL/themes/example/styles.css index e69de29bb2..dfe81e21d4 100644 --- a/WebContent/ITMILL/themes/example/styles.css +++ b/WebContent/ITMILL/themes/example/styles.css @@ -0,0 +1,2 @@ +@import url(../default/styles.css); + diff --git a/WebContent/ITMILL/themes/liferay/styles.css b/WebContent/ITMILL/themes/liferay/styles.css index 718988aacc..5010a14bc9 100644 --- a/WebContent/ITMILL/themes/liferay/styles.css +++ b/WebContent/ITMILL/themes/liferay/styles.css @@ -1,3 +1,5 @@ +@import url(../default/styles.css); + /* * Simplified default theme to work seamlessly with Liferay */ diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index e4f77100ae..dae0dd18d2 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -1,3 +1,5 @@ +@import url(../default/styles.css); + /* Reservr styles */
body {
background-color: #E9ECED;
diff --git a/WebContent/ITMILL/themes/testingtools/styles.css b/WebContent/ITMILL/themes/testingtools/styles.css index 403dfa89cd..8206e239d1 100644 --- a/WebContent/ITMILL/themes/testingtools/styles.css +++ b/WebContent/ITMILL/themes/testingtools/styles.css @@ -1,3 +1,5 @@ +@import url(../default/styles.css); + .resulttable {
border-spacing: 0px;
margin: 0px 0px 0px 0px;
diff --git a/WebContent/ITMILL/themes/tests-featurebrowser/styles.css b/WebContent/ITMILL/themes/tests-featurebrowser/styles.css index 735fa83e3c..088e6608c0 100644 --- a/WebContent/ITMILL/themes/tests-featurebrowser/styles.css +++ b/WebContent/ITMILL/themes/tests-featurebrowser/styles.css @@ -1,3 +1,5 @@ +@import url(../default/styles.css); + body, html {
background: #e9eced;
margin: 0;
diff --git a/WebContent/ITMILL/themes/tests-magi/styles.css b/WebContent/ITMILL/themes/tests-magi/styles.css index 9d704a2191..afa1bda0d5 100644 --- a/WebContent/ITMILL/themes/tests-magi/styles.css +++ b/WebContent/ITMILL/themes/tests-magi/styles.css @@ -1,3 +1,5 @@ +@import url(../default/styles.css); + /*****************************************************************************/ /* Styling for tests.magi application. */ /*****************************************************************************/ diff --git a/WebContent/reservr.html b/WebContent/reservr.html index a08b689b3f..4a4eb2bb02 100644 --- a/WebContent/reservr.html +++ b/WebContent/reservr.html @@ -34,6 +34,18 @@ } itmill.toolkitConfigurations["itmill-ajax-window"] = {appUri:'/Reservr', pathInfo: '/', themeUri:'/ITMILL/themes/reservr'}; //]]> + </script> + <script type="text/javascript"> + //<![CDATA[ + if(!itmill.themesLoaded['reservr']) { + var stylesheet = document.createElement('link'); + stylesheet.setAttribute('rel', 'stylesheet'); + stylesheet.setAttribute('type', 'text/css'); + stylesheet.setAttribute('href', '/ITMILL/themes/reservr/styles.css'); + document.getElementsByTagName('head')[0].appendChild(stylesheet); + itmill.themesLoaded['reservr'] = true; + } + //]]> </script>
<div id="itmill-ajax-window"></div>
</body>
|