From 292bd79b82b81d25b148849fcfca3df75d0a65f6 Mon Sep 17 00:00:00 2001 From: jbridson Date: Thu, 8 Mar 2012 16:27:24 +1300 Subject: [PATCH] BUGFIX:SSF-53 - fixed filter and reset buttons in ie7 and ie8 plus fixed an array of other ie7/8 styling bugs --- admin/css/ie7.css | 31 ++++++++- admin/css/ie8.css | 16 +++++ admin/images/filter-icons.png | Bin 0 -> 2097 bytes admin/scss/ie7.scss | 118 +++++++++++++++++++++++++++++++--- admin/scss/ie8.scss | 52 ++++++++++++++- 5 files changed, 205 insertions(+), 12 deletions(-) create mode 100644 admin/images/filter-icons.png diff --git a/admin/css/ie7.css b/admin/css/ie7.css index 7d185239c..35d53db43 100644 --- a/admin/css/ie7.css +++ b/admin/css/ie7.css @@ -15,4 +15,33 @@ html { overflow: hidden; } .jstree li a .ui-icon { text-indent: 0px !important; } -.cms table.ss-gridfield-table tbody td button span.ui-button-text { zoom: 1; } +.cms table.ss-gridfield-table tr th.extra span input { height: 23px; } + +.ss-gridfield-button-filter.ss-ui-button { margin: -1px -5px; background: #e6e6e6 url(../images/filter-icons.png) no-repeat -40px 6px; filter: none; } +.ss-gridfield-button-filter.ss-ui-button.hover-alike:active { background: #2e7ead url(../images/filter-icons.png) no-repeat -15px 7px; filter: none; } +.ss-gridfield-button-filter.ss-ui-button.hover-alike { background: #338dc1 url(../images/filter-icons.png) no-repeat -16px 6px; filter: none; } + +.ss-gridfield-button-reset.ss-ui-button { margin: -1px -5px; background: #e6e6e6 url(../images/filter-icons.png) no-repeat 8px 5px; filter: none; } +.ss-gridfield-button-reset.ss-ui-button.filtered:hover { background: red url(../images/filter-icons.png) no-repeat 8px -17px; filter: none; } +.ss-gridfield-button-reset.ss-ui-button.filtered:active { background: #e60000 url(../images/filter-icons.png) no-repeat 9px -16px; filter: none; } + +.cms table.ss-gridfield-table tr td { border-right: 1px solid #9a9a9a; } +.cms table.ss-gridfield-table tr th { border-right: 1px solid #9a9a9a; } +.cms table.ss-gridfield-table tr th.main { border-top: 1px solid #9a9a9a; border-bottom: none; } +.cms table.ss-gridfield-table tr th.extra { border-top: 1px solid #9a9a9a; padding-right: 12px; } +.cms table.ss-gridfield-table td:first-child, .cms table.ss-gridfield-table th:first-child { border-left: 1px solid #9a9a9a; } + +.cms .ss-gridfield table.ss-gridfield-table tbody td button.gridfield-button-delete { display: block; float: left; } +.cms .ss-gridfield table.ss-gridfield-table tbody td button.gridfield-button-unlink.ui-state-hover { display: block; float: left; } +.cms .ss-gridfield table.ss-gridfield-table tbody td a.edit-link { display: block; float: left; } + +.cms .cms-content .cms-content-fields .aligned_right_label { margin-left: 0; } +.cms .cms-content .cms-content-fields .field.dropdown .middleColumn { max-width: 512px; } + +.pagination-page-number { position: relative; bottom: 10px; right: 10px; } +.pagination-page-number input { width: 45px; padding: 0px; } + +table.ss-gridfield-table tr.title th h2 { float: left; } + +table.ss-gridfield-table tr.ss-gridfield-item.odd { background: white; } +table.ss-gridfield-table tr.ss-gridfield-item.even { background: #F0F4F7; } diff --git a/admin/css/ie8.css b/admin/css/ie8.css index d1eab2242..84b24fd41 100644 --- a/admin/css/ie8.css +++ b/admin/css/ie8.css @@ -8,3 +8,19 @@ .ss-ui-button.cms-page-add-button.ui-state-hover, .cms .ss-ui-button.cms-page-add-button:hover { background: #80bf40 url("../images/btn-icon-saaa1989272.png") 5px -49px no-repeat; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: none; } + +.ss-gridfield-button-filter.ss-ui-button { background: #e6e6e6 url(../images/filter-icons.png) no-repeat -40px 6px; filter: none; } +.ss-gridfield-button-filter.ss-ui-button.hover-alike:active { background: #2e7ead url(../images/filter-icons.png) no-repeat -15px 7px; filter: none; } +.ss-gridfield-button-filter.ss-ui-button.hover-alike { background: #338dc1 url(../images/filter-icons.png) no-repeat -16px 6px; filter: none; } + +.ss-gridfield-button-reset.ss-ui-button { background: #e6e6e6 url(../images/filter-icons.png) no-repeat 8px 5px; filter: none; } +.ss-gridfield-button-reset.ss-ui-button.filtered:hover { background: red url(../images/filter-icons.png) no-repeat 8px -17px; filter: none; } +.ss-gridfield-button-reset.ss-ui-button.filtered:active { background: #e60000 url(../images/filter-icons.png) no-repeat 9px -16px; filter: none; } + +.cms table.ss-gridfield-table tr td { border-right: 1px solid #9a9a9a; } +.cms table.ss-gridfield-table tr th { border-right: 1px solid #9a9a9a; } +.cms table.ss-gridfield-table tr th.main { border-top: 1px solid #9a9a9a; border-bottom: none; } +.cms table.ss-gridfield-table tr th.extra { border-top: 1px solid #9a9a9a; } +.cms table.ss-gridfield-table td:first-child, .cms table.ss-gridfield-table th:first-child { border-left: 1px solid #9a9a9a; } + +.cms .cms-content .cms-content-fields .aligned_right_label { margin-left: 0; } diff --git a/admin/images/filter-icons.png b/admin/images/filter-icons.png new file mode 100644 index 0000000000000000000000000000000000000000..c5802cc398d5edc71f7e9d4bbcefffcc0cc031d7 GIT binary patch literal 2097 zcmV-12+sG3P)9@gSa51nx`8>gu$A2ZElGZf8O<2XLR$}F2vR4UDQ_?RA& zvq3^29c=rJ#=rT2VX8wC0=W);PobPZ}EW6ZA|Q49j?xOMB+Enl)^$wIYSt#RFKY;3GuzkdC` zf`WpNad~ARzzT(ev|4QhPM1TkLlLsVD|h82mMG9@M^KIS7YNUzsVy-g9Iw=_%~>%D+w(DhnX?Rsxlk+z<(*7UPF^&9`tk3mFH*S0ghf|(0`6kjE!b=yT zujxG6i2E7Bp+$%Zl)U1wfSoTKK&4p2w`|q`_6!|f$!4=z;H^K{x^?RYlyB+BfVv!O zp+^k%WeJ?4S|I{=p@4OZSsq^cmdqO<^F5$T#C4GzddrqA@An5-^fN-3Z-iL4CJ~mj zVy3AlG@`Ihm~ob`&4&zn?Lb1)O$>xq4vjDs)?eU0o0lou#2lzh@TwY%8jAx$Oym_-*LF{|I z%RQ7$3L9KK!n{K2Rf?OC&$|9dszDf3g?M35;Y{hYsV=_bARZ6xLXN?jVU?dj1E3K6 zYABGx$-JJK5oivdQ zsQdvIVetL~PEAdnFmmL`M7>_$CSK!wnUyL!I{F3b{+xQSr;Pq@K%XT_^a6%Qqfl}< zVuqIP&H3T+>__iUO$h-_XCsk$JdFsSG4MiN!p4^1}Pf(aBa> zStYfw=W%}uln716b>6G(tduba%Q@5d5y}q=uu`m>Ie^iZmX@vpG+)OLV9idz@u)E2 zMToo1?ak`JS+Iw!ZdcFEa~NjlKl+L{m1)vH%;{3{R`Nc8sFZV%l@Hv?5D zz`Dp`Xbwjt9wxp>sGVOWf+(Wv%H=5P=sAT>ALjvKXsESD40$t z$c*wD;XnKet?K2TBQ`enZ_nR z-<^~;_Q;ptKB7DRTO4VIo5^TYr&`;R3tm__uF=rax$DIFP?~z*SOg{;+Tu&Cb6vH63ZDXu}5(IF!a)P8>_hiU4A9##KmQZ$w|DfzkrW=%&afyy@1{g=M~}w ztcKG)kNtm}&slcObf^H26y`b{8U