svnno****@sourc*****
svnno****@sourc*****
2009年 3月 12日 (木) 16:41:53 JST
Revision: 1070 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=1070 Author: tach Date: 2009-03-12 16:41:53 +0900 (Thu, 12 Mar 2009) Log Message: ----------- fix search pagination css Modified Paths: -------------- images/trunk/css/slashdotjp.css -------------- next part -------------- Modified: images/trunk/css/slashdotjp.css =================================================================== --- images/trunk/css/slashdotjp.css 2009-03-12 02:26:59 UTC (rev 1069) +++ images/trunk/css/slashdotjp.css 2009-03-12 07:41:53 UTC (rev 1070) @@ -589,10 +589,48 @@ } #search .pagination { + margin-bottom: 1em; + padding: 0.5em; + background: #EEE; + border: 1px solid #CCC; + border-radius: 10px; + -moz-border-radius: 10px; + text-align: center; font-weight: bold; - margin: 0.9em 0; + width: 100%; } +#search .pagination td { + margin: 0; + padding: 0; + border: 0; + text-align: center; +} + +#search .pagination td.first { + white-space: nowrap; + text-align: left; +} + +#search .pagination td.last { + white-space: nowrap; + text-align: right; +} + +#search .pagination a { + color: #044; + text-decoration: none; + margin: 0 0.5em; +} + +#search .pagination a:hover { + text-decoration: underline; +} + +#search .pagination span.current { + font-size: 120%; +} + /* d1 fix */ #commentlisting.d1 { padding: 0;