下載
軟體開發
帳戶
下載
軟體開發
登入
我忘記帳戶名和密碼了
新增帳戶
語言
手冊
語言
手冊
×
登入
登入名稱
密碼
×
我忘記帳戶名和密碼了
繁體中文翻譯狀態
類別:
軟體
人
PersonalForge
Magazine
Wiki
搜尋
OSDN
>
軟體搜索
>
Internet
>
WWW/HTTP
>
Dynamic Content
>
XOOPS
>
Ticket List/Search
>
待辦事項 #9514
XOOPS
描述
專案概要
開發人員儀表板
專案的網頁
Developers
Image Gallery
List of RSS Feeds
活動
使用統計
歷史
檔案下載
發布列表
Stats
原始碼
儲存庫列表
CVS
查看儲存庫
待辦事項
待辦事項列表
里程碑列表
類型列表
元件列表
List of frequently used tickets/RSS
新增待辦事項
文檔
溝通
討論區
討論區列表
幫助論壇 (1)
公開討論 (1)
通信論壇
通信論壇列表
xoops-cvslog
新聞
待辦事項 #9514
待辦事項列表
新增待辦事項
RSS
CSS to make preformatted text wrap
啟用日期:
2006-12-03 22:30
最後更新:
2007-01-11 21:39
監視
ON
OFF
回報者:
gigamaster
負責人:
tom_g3x
類型:
XOOPSCube2.1 Bugs
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:
無
細節
回覆
Themes "cube_default"
style.css
Replace the following code:
/************************************/
div.xoopsCode pre {
border: solid 1px #c0c0c0;
margin:0;
overflow:auto;
padding:0 1em;
min-height:4em;
height:auto;
}
/* for IExplorer */
* html div.xoopsCode pre {
height:4em;
height:auto; /* IE 6.x */
width:40em;
}
/************************************/
By the following one:
/************************************/
/* Browser specific (not valid) styles to make
preformatted text wrap */
div.xoopsCode pre {
border: solid 1px #FF0000; /* Design Optional Border */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/************************************/
If it is not W3C validated at least it will not break
the page layout on the most common browsers.
Ticket History (3/4 Histories)
Show older Histories
2006-12-03 22:31
Updated by:
gigamaster
處理結果
Update from
無
to
Works For Me
2007-01-10 11:06
Updated by:
minahito
負責人
Update from
(無)
to
tom_g3x
(類別 change on Tracker)
處理結果
Update from
Works For Me
to
Accepted
評語
回覆
Logged In: YES
user_id=8353
Thank you for your patches. Tom_G3X will consider these
suggestions. Please, Tom_G3X! ;-)
[JA]
パッチありがとうございます。Tom_G3Xさんがこの提案をどうする
かやってくださると思います。Tomさんよろしくおねがいします~
2007-01-11 21:39
Updated by:
tom_g3x
處理結果
Update from
Accepted
to
修正
狀態
Update from
開啟
to
關閉
評語
回覆
Logged In: YES
user_id=6745
Marged code. thanks gigamaster!
2007-01-11 21:39
Updated by:
tom_g3x
Ticket Close date
is changed to
2007-01-11 21:39
Attachment File List (
0
)
Attachment File List
No attachments
編輯
新增評語
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
登入
新增評語
預覽
提交
Themes "cube_default"
style.css
Replace the following code:
/************************************/
div.xoopsCode pre {
border: solid 1px #c0c0c0;
margin:0;
overflow:auto;
padding:0 1em;
min-height:4em;
height:auto;
}
/* for IExplorer */
* html div.xoopsCode pre {
height:4em;
height:auto; /* IE 6.x */
width:40em;
}
/************************************/
By the following one:
/************************************/
/* Browser specific (not valid) styles to make
preformatted text wrap */
div.xoopsCode pre {
border: solid 1px #FF0000; /* Design Optional Border */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/************************************/
If it is not W3C validated at least it will not break
the page layout on the most common browsers.