From 35315b08e78b253c89e902e56455bdf1cda1316c Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 11 May 2009 14:40:16 +0000 Subject: [PATCH] Theme updates. svn changeset:7745/svn branch:6.0 --- WebContent/ITMILL/themes/base/common/common.css | 6 +++++- WebContent/ITMILL/themes/base/styles.css | 6 +++++- WebContent/ITMILL/themes/default/styles.css | 6 +++++- .../themes/reindeer/datefield/img/year-prev.png | Bin 0 -> 707 bytes .../ITMILL/themes/reindeer/select/select.css | 1 + WebContent/ITMILL/themes/reindeer/styles.css | 7 ++++++- 6 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png diff --git a/WebContent/ITMILL/themes/base/common/common.css b/WebContent/ITMILL/themes/base/common/common.css index ab15255688..deac38ffd5 100644 --- a/WebContent/ITMILL/themes/base/common/common.css +++ b/WebContent/ITMILL/themes/base/common/common.css @@ -73,7 +73,11 @@ padding-left: 2px; color: red; } - +.i-form fieldset { + border: none; + padding: 0; + margin: 0; +} /* Field modified */ /* Disabled by default .i-modified, .i-richtextarea.i-modified iframe.gwt-RichTextArea, diff --git a/WebContent/ITMILL/themes/base/styles.css b/WebContent/ITMILL/themes/base/styles.css index a7b8129611..74fc88d7f4 100644 --- a/WebContent/ITMILL/themes/base/styles.css +++ b/WebContent/ITMILL/themes/base/styles.css @@ -240,7 +240,11 @@ padding-left: 2px; color: red; } - +.i-form fieldset { + border: none; + padding: 0; + margin: 0; +} /* Field modified */ /* Disabled by default .i-modified, .i-richtextarea.i-modified iframe.gwt-RichTextArea, diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 981afe25f8..37b043834e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -240,7 +240,11 @@ padding-left: 2px; color: red; } - +.i-form fieldset { + border: none; + padding: 0; + margin: 0; +} /* Field modified */ /* Disabled by default .i-modified, .i-richtextarea.i-modified iframe.gwt-RichTextArea, diff --git a/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png b/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd62e4e95f382ab2dd8655982f00374e3856a1e GIT binary patch literal 707 zcmV;!0zCbRP)TJyr~yzB*y5?V-q4CZ1@G-n%+5Z6eW<7Zy4_k$>k2gBj;zZ}cKO-~2xM#cZy*VIgZmxp`jVMUoMxae321>2WGSR&TUSf zOeW#u#RZiw0ueaGIyWsl1+jQM4wqL~U@(~$a+;AO^DN71r3*^5+ii%&V(|6m2K<2| z;Eg7TL?Sb8=J%*YAqniD05!RZL;@PWe#7y}!wK*8`*WP<`IRARVX_9aM~p_J5Dveb z{b7Iq?i`m+x-7{J6zI^}Odn7DA{2t>&z{aoPtI2r2MN*lR;%?>tyb^SHsgJG91Ox9 zhU3%cFaPjmB1}4+4%%$COP9-aBsDb}G#U-`dOa#vqS0tfLX<0&N=4k*S{2W3w>uYe zC0}H0DwP`L^Z7QC`}o3%uti9%0z#qCb+K4XR4SDpShBF@Tv=JB60Qq{LLP;_p~wgu z-&O>a6U~6jD}%xC+T-yAbUNK^qHWS;Ns{LTs@3YmSuU5G%w%k`R*S_#X7Ub-nKqed p%!;pyN7JtglKjI>Li9&~0RT`9;_Sp*M9=^L002ovPDHLkV1n?bNYMZQ literal 0 HcmV?d00001 diff --git a/WebContent/ITMILL/themes/reindeer/select/select.css b/WebContent/ITMILL/themes/reindeer/select/select.css index 736587932b..2851012392 100644 --- a/WebContent/ITMILL/themes/reindeer/select/select.css +++ b/WebContent/ITMILL/themes/reindeer/select/select.css @@ -64,6 +64,7 @@ -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; + overflow: hidden; } .i-filterselect-suggestmenu .gwt-MenuItem { padding: 1px 8px; diff --git a/WebContent/ITMILL/themes/reindeer/styles.css b/WebContent/ITMILL/themes/reindeer/styles.css index 472fd11516..71c3570ae4 100644 --- a/WebContent/ITMILL/themes/reindeer/styles.css +++ b/WebContent/ITMILL/themes/reindeer/styles.css @@ -240,7 +240,11 @@ padding-left: 2px; color: red; } - +.i-form fieldset { + border: none; + padding: 0; + margin: 0; +} /* Field modified */ /* Disabled by default .i-modified, .i-richtextarea.i-modified iframe.gwt-RichTextArea, @@ -2106,6 +2110,7 @@ div > .i-button-small span, -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; + overflow: hidden; } .i-filterselect-suggestmenu .gwt-MenuItem { padding: 1px 8px; -- 2.39.5