mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 12:58:34 +00:00
modified css for ff
This commit is contained in:
@@ -58,7 +58,10 @@ table {
|
|||||||
table-layout:fixed;
|
table-layout:fixed;
|
||||||
margin:5px 0 20px;
|
margin:5px 0 20px;
|
||||||
}
|
}
|
||||||
td, th { padding:4px 3px; word-break:break-word; }
|
td, th {
|
||||||
|
padding:4px 3px;
|
||||||
|
word-wrap:break-word;
|
||||||
|
}
|
||||||
th { color:#333; text-align:left; }
|
th { color:#333; text-align:left; }
|
||||||
tr.even { background-color: #FAFAFA; }
|
tr.even { background-color: #FAFAFA; }
|
||||||
tr.odd { background-color: #EBEBEB; }
|
tr.odd { background-color: #EBEBEB; }
|
||||||
|
Reference in New Issue
Block a user