From 0c6fc94e71a27bfe9597356185bf63dbc8e71e06 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 30 Oct 2008 15:28:45 +0000 Subject: [PATCH] Sampler style update, some icons added. svn changeset:5773/svn branch:trunk --- .../themes/sampler/icons/action_save.gif | Bin 0 -> 279 bytes .../ITMILL/themes/sampler/icons/icon_info.gif | Bin 0 -> 266 bytes .../themes/sampler/icons/icon_world.gif | Bin 0 -> 184 bytes .../ITMILL/themes/sampler/icons/page_code.gif | Bin 0 -> 278 bytes .../ITMILL/themes/sampler/sampler/styles.css | 33 +++++++++++++++++- 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 WebContent/ITMILL/themes/sampler/icons/action_save.gif create mode 100644 WebContent/ITMILL/themes/sampler/icons/icon_info.gif create mode 100644 WebContent/ITMILL/themes/sampler/icons/icon_world.gif create mode 100644 WebContent/ITMILL/themes/sampler/icons/page_code.gif diff --git a/WebContent/ITMILL/themes/sampler/icons/action_save.gif b/WebContent/ITMILL/themes/sampler/icons/action_save.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e6f7deccdf9874a143474823c636e00d4c9c175 GIT binary patch literal 279 zcmV+y0qFimNk%w1VGsZi0K@wAcS)na15;&QW1|>h%9aO<&*c|I+9C#o+(>{Qrly=qWKnKSowWg1o59-=EF= zm%Y@k)8(+z=X^4LX1&kj83}_9KiUk=MA_5zAYkvuppCSZt dW($d)85tL$1ho$j1_luk7#J5}Ccz>h06Up5bO`_e literal 0 HcmV?d00001 diff --git a/WebContent/ITMILL/themes/sampler/icons/icon_info.gif b/WebContent/ITMILL/themes/sampler/icons/icon_info.gif new file mode 100644 index 0000000000000000000000000000000000000000..9dfa0e196aba9bf0dd70074ccdb980d07de9e903 GIT binary patch literal 266 zcmV+l0rmbzNk%w1VGsZi0K^{vX}bO=Q+JG$m|w5)cDL-S*7{tb+@Z?p4qk8 z_sQn}X|3gLf|Hfa{4HFBMq+vzJXv+X|6!-#{r&xKvgu!?-l)&;*zNvYc8feuU~I4F zQ<~I5R%ieJ|NsC0A^8LW0018VEC2ui01yBW000Gt;3s}wX?kNyLPFa#5UP3^wk(CC zKe9+;gdm|(VMuts4zO}DT@VOK1m)={2pi9Zf$&VC9jdjm*+RV&K$v9RFu0|I!2+1F z6;Q;%BcIpB1z!^u289U*e{2p3gL?-F2^@(e8U&FXn3wJR*`K7mqPrmsz zefKkgoJ$Hb1^$D9;!hSv1_pix9R?r(nZdx4`r)MK>RP?s*2UR8lVi`7D|8$(kq%Wl zZpd)JXoFrePcwr+TQv9K02MZtSqu^f1VtMd-lhwfME5;P;u5G>KPiaGg4dL3kzewg jR1vQ3Emjwp4?aHpL0ur?$Wu`{MWsqHsaBazK?Z98nF~uF literal 0 HcmV?d00001 diff --git a/WebContent/ITMILL/themes/sampler/icons/page_code.gif b/WebContent/ITMILL/themes/sampler/icons/page_code.gif new file mode 100644 index 0000000000000000000000000000000000000000..912517b83325930f4eb70d47130c3950a4f6f159 GIT binary patch literal 278 zcmV+x0qOonNk%w1VGsZi0K^{vh_A?~()-oh{4NSuG8g1OI+3G@S4EZuGagg%iiAS?F}`8<9naH z%goVdp5p)i|NsC0A^8LW0018VEC2ui01yBW000G(peK&x_??~vY1K3Vz_ty8heA@Z z>`UPnj)TpkSs0E-f|B6~iYf}ELAhio9->JUNo{zq*=?tz98)M@4-j|dhRA_EEpmI0Xv3!EMY0t!7o c8Lbuz92cDjv=0vn2@w$(7#CP2z$GC7J5=R-ZU6uP literal 0 HcmV?d00001 diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 0449d79f04..899ee9ceda 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -7,6 +7,34 @@ #sampler .i-expandlayout-topbar { border-bottom: 1px solid #999; } + +#sampler .i-label-section { + font-size: 18px; + font-weight: bold; + border-bottom: 1px solid black; + line-height: 35px; +} +#sampler .i-label-subsection { + font-size: 16px; + font-weight: bold; + color: #666666; + text-indent: 7px; +} + +#sampler .i-button-screenshot { + border: 3px solid #eeeeee; +} + +#sampler tr.i-table-row-section { + color: #333366; + font-size: 18px; + font-weight: bold; +} +#sampler tr.i-table-row-subsection { + font-size: 16px; + font-weight: bold; +} + #sampler .feature-main { padding: 20px; } @@ -21,16 +49,19 @@ background-color: #999; color: white; padding: 20px; - line-height: 30px; + line-height: 20px; } #sampler .feature-name { font-size: 22px; font-weight: bold; + line-height: 35px; } #sampler .feature-info .i-caption { font-weight: bold; font-size: 16px; + line-height: 30px; + margin-top: 10px; } .i-customcomponent-ModeSwitch .i-button { -- 2.39.5