svnno****@sourc*****
svnno****@sourc*****
2008年 12月 17日 (水) 20:08:55 JST
Revision: 454 http://svn.sourceforge.jp/view?root=bbs2ch&view=rev&rev=454 Author: flyson Date: 2008-12-17 20:08:55 +0900 (Wed, 17 Dec 2008) Log Message: ----------- [][04_BRANCH] 設定ダイアログの大きさを調整 Modified Paths: -------------- branches/bbs2chreader/04_BRANCH/chrome/content/bbs2chreader/settings/settings.xul branches/bbs2chreader/04_BRANCH/chrome/skin/classic/bbs2chreader/settings.css -------------- next part -------------- Modified: branches/bbs2chreader/04_BRANCH/chrome/content/bbs2chreader/settings/settings.xul =================================================================== --- branches/bbs2chreader/04_BRANCH/chrome/content/bbs2chreader/settings/settings.xul 2008-12-14 10:56:04 UTC (rev 453) +++ branches/bbs2chreader/04_BRANCH/chrome/content/bbs2chreader/settings/settings.xul 2008-12-17 11:08:55 UTC (rev 454) @@ -4,7 +4,7 @@ <prefwindow id="winMain" title="設定 [bbs2chreader]" onload="startup()" onunload="shutdown()" - style="width: 50em; height: 40em;" + style="width: 52em; height: 43em;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <prefpane id="paneGeneral" label="全般" flex="1" Modified: branches/bbs2chreader/04_BRANCH/chrome/skin/classic/bbs2chreader/settings.css =================================================================== --- branches/bbs2chreader/04_BRANCH/chrome/skin/classic/bbs2chreader/settings.css 2008-12-14 10:56:04 UTC (rev 453) +++ branches/bbs2chreader/04_BRANCH/chrome/skin/classic/bbs2chreader/settings.css 2008-12-17 11:08:55 UTC (rev 454) @@ -26,17 +26,18 @@ settingbox { -moz-binding: url('chrome://bbs2chreader/content/settings/setting-box.xml#settingBox'); - margin: 2px 2px 8px 2px; + margin: 0.2em 2px 0.6em 2px; } .settingbox-label-box { width: 11em; border-right: 2px solid GrayText; - margin: 4px 0.5em 4px 2px; + margin: 0px 0.5em 0px 0px; padding-right: 0.5em; } .settingbox-label { + font-size:0.9em; text-align: right; }