Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
bd53bb5e
Commit
bd53bb5e
authored
Jul 15, 2012
by
stef
Browse files
[fix] max-width for columns in cases
parent
0460a4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
bd53bb5e
...
...
@@ -107,7 +107,8 @@ table.tablesorter {
}
table
.tablesorter
tr
th
,
table
.tablesorter
tr
td
{
min-width
:
75px
;
/*min-width: 75px;*/
max-width
:
5em
;
padding
:
0.5em
;
}
...
...
@@ -116,6 +117,7 @@ table.tablesorter tr th {
text-transform
:
capitalize
;
font-weight
:
normal
;
text-align
:
center
;
max-width
:
10%
;
}
table
.tablesorter
tr
td
,
table
tr
td
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment