svnno****@sourc*****
svnno****@sourc*****
2009年 1月 30日 (金) 21:34:58 JST
Revision: 988 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=988 Author: tach Date: 2009-01-30 21:34:58 +0900 (Fri, 30 Jan 2009) Log Message: ----------- fix storylinks layout for IE series Modified Paths: -------------- images/trunk/Makefile images/trunk/css/ie6.css images/trunk/css/ie6.css.jp images/trunk/css/ie7.css images/trunk/css/ie7.css.jp images/trunk/css/iestyles.css -------------- next part -------------- Modified: images/trunk/Makefile =================================================================== --- images/trunk/Makefile 2009-01-30 12:05:42 UTC (rev 987) +++ images/trunk/Makefile 2009-01-30 12:34:58 UTC (rev 988) @@ -30,6 +30,8 @@ sed -e 's/images\.slashdot\.org/images.slashdot.jp/' | \ sed -e 's/text-align: right padding: 3px;/text-align: right; padding: 3px;/' | \ sed -e 's/ul li {list-style-type: none}//' | \ + sed -e 's/\(#articles div.storylinks {margin-top: 1em !important}\)/\/* \1/' | \ + sed -e 's/\(div.storylinks ul {padding: .75em 8em .75em .6em; }\)/\1 *\//' | \ sed -e 's/#articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100;/#articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100; }/' | \ sed -e 's/#articles div.storylinks, div.storylinks div, div.storylinks ul {position: relative !important; margin: 0 !important; padding: 0 !important; height: 3em;}/#articles div.storylinks, div.storylinks div, div.storylinks ul {_position: relative !important; _margin: 0 !important; _padding: 0 !important; _height: 3em;}/' | \ sed -e 's/#commentwrap {clear: both;}/* html #commentwrap {clear: both;}/' | \ Modified: images/trunk/css/ie6.css =================================================================== --- images/trunk/css/ie6.css 2009-01-30 12:05:42 UTC (rev 987) +++ images/trunk/css/ie6.css 2009-01-30 12:34:58 UTC (rev 988) @@ -151,4 +151,17 @@ display: none; } +/* ie6 fix for storylinks */ +#index #articles div.storylinks { + padding: 0 !important; +} +#index #articles div.storylinks div { + padding-top: 0.2em !important; + _height: 1.2em !important; +} +#index #articles div.storylinks div ul { + padding-left: 1em !important; + _height: 1.5em !important; +} + /* vim: set ft=css: */ Modified: images/trunk/css/ie6.css.jp =================================================================== --- images/trunk/css/ie6.css.jp 2009-01-30 12:05:42 UTC (rev 987) +++ images/trunk/css/ie6.css.jp 2009-01-30 12:34:58 UTC (rev 988) @@ -24,4 +24,17 @@ display: none; } +/* ie6 fix for storylinks */ +#index #articles div.storylinks { + padding: 0 !important; +} +#index #articles div.storylinks div { + padding-top: 0.2em !important; + _height: 1.2em !important; +} +#index #articles div.storylinks div ul { + padding-left: 1em !important; + _height: 1.5em !important; +} + /* vim: set ft=css: */ Modified: images/trunk/css/ie7.css =================================================================== --- images/trunk/css/ie7.css 2009-01-30 12:05:42 UTC (rev 987) +++ images/trunk/css/ie7.css 2009-01-30 12:34:58 UTC (rev 988) @@ -36,6 +36,7 @@ /* override ie7.css for slashdot.jp */ +/* firehose layout fix */ div#firehoselist div.briefarticle , div#firehoselist div.article { margin-right: 0; Modified: images/trunk/css/ie7.css.jp =================================================================== --- images/trunk/css/ie7.css.jp 2009-01-30 12:05:42 UTC (rev 987) +++ images/trunk/css/ie7.css.jp 2009-01-30 12:34:58 UTC (rev 988) @@ -1,5 +1,6 @@ /* override ie7.css for slashdot.jp */ +/* firehose layout fix */ div#firehoselist div.briefarticle , div#firehoselist div.article { margin-right: 0; Modified: images/trunk/css/iestyles.css =================================================================== --- images/trunk/css/iestyles.css 2009-01-30 12:05:42 UTC (rev 987) +++ images/trunk/css/iestyles.css 2009-01-30 12:34:58 UTC (rev 988) @@ -130,10 +130,10 @@ #articles div.taguser {margin-bottom: 1em} #articles div.tags div.tagbody .message {bottom: 0; z-index: 1001;} #articles div.storylinks, div.storylinks div, div.storylinks ul {_position: relative !important; _margin: 0 !important; _padding: 0 !important; _height: 3em;} -#articles div.storylinks {margin-top: 1em !important} +/* #articles div.storylinks {margin-top: 1em !important} #articles div.storylinks div {height: 2.3em; margin: 0 0 1em 0 !important} #articles div.storylinks ul {height: 2.3em; padding: 0 0 0 1em !important; z-index: 100; } -div.storylinks ul {padding: .75em 8em .75em .6em; } +div.storylinks ul {padding: .75em 8em .75em .6em; } */ #articles div.storylinks ul li a { _position: relative;} #login_cover, #modal_cover {filter: alpha(opacity=75);}