Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9e03f892
authored
2014-11-18 12:21:15 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix checkbox and radio button widths in admin
1 parent
f35a4aa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
com/Branding/css/tenzing.css
com/Branding/css/tenzing.css
View file @
9e03f89
...
...
@@ -861,6 +861,11 @@ input.dp-applied {
width
:
99%
}
.edit-option-table
tbody
td
input
[
type
=
"checkbox"
],
.edit-option-table
tbody
td
input
[
type
=
"radio"
]
{
width
:
auto
;
}
/* tables */
table
.tablesorter
{
/*
...
...
Please
register
or
sign in
to post a comment