svnno****@sourc*****
svnno****@sourc*****
2009年 1月 7日 (水) 23:35:59 JST
Revision: 924 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=924 Author: tach Date: 2009-01-07 23:35:58 +0900 (Wed, 07 Jan 2009) Log Message: ----------- fix admin firehose layout Modified Paths: -------------- test/images/css/admin.css test/images/css/admin.css.jp -------------- next part -------------- Modified: test/images/css/admin.css =================================================================== --- test/images/css/admin.css 2009-01-07 14:11:53 UTC (rev 923) +++ test/images/css/admin.css 2009-01-07 14:35:58 UTC (rev 924) @@ -311,6 +311,27 @@ margin-top: 0; } +/* firehose admin fix */ +#firehose .briefarticle h3 { + padding-right: 48px !important; +} + +#firehose .edit a { + display: block; + padding-left: 0; + width: 20px; + text-indent: -9999px; +} + +#firehose .edit { + right: 20px; + top: 4px; +} + +span.note-flag { + right: 26px; +} + /* filter table */ table.list-filters tr.head, table.list-filters tr.even { @@ -319,3 +340,5 @@ table.list-filters td { padding: 0.1em 0.3em; } + +/* vim: set ft=css: */ Modified: test/images/css/admin.css.jp =================================================================== --- test/images/css/admin.css.jp 2009-01-07 14:11:53 UTC (rev 923) +++ test/images/css/admin.css.jp 2009-01-07 14:35:58 UTC (rev 924) @@ -25,6 +25,27 @@ margin-top: 0; } +/* firehose admin fix */ +#firehose .briefarticle h3 { + padding-right: 48px !important; +} + +#firehose .edit a { + display: block; + padding-left: 0; + width: 20px; + text-indent: -9999px; +} + +#firehose .edit { + right: 20px; + top: 4px; +} + +span.note-flag { + right: 26px; +} + /* filter table */ table.list-filters tr.head, table.list-filters tr.even { @@ -33,3 +54,5 @@ table.list-filters td { padding: 0.1em 0.3em; } + +/* vim: set ft=css: */