-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2102 from LuckyCyborg/4.0
Overall improvements
- Loading branch information
Showing
7 changed files
with
72 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#rolesTable td { | ||
vertical-align: middle; | ||
} | ||
|
||
#rolesTable td.compact { | ||
padding: 5px; | ||
} | ||
|
||
#rolesTable { | ||
border-bottom: 1px solid #f4f4f4; | ||
} | ||
|
||
#rolesTable_length { | ||
padding: 10px 0 0 10px; | ||
} | ||
|
||
#rolesTable_filter { | ||
padding: 10px 10px 0 0; | ||
} | ||
|
||
#rolesTable_info { | ||
padding: 9px 0 15px 20px; | ||
} | ||
|
||
#rolesTable_paginate { | ||
padding: 2px 10px 4px 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#usersTable td { | ||
vertical-align: middle; | ||
} | ||
|
||
#usersTable td.compact { | ||
padding: 5px; | ||
} | ||
|
||
#usersTable { | ||
border-bottom: 1px solid #f4f4f4; | ||
} | ||
|
||
#usersTable_length { | ||
padding: 10px 0 0 10px; | ||
} | ||
|
||
#usersTable_filter { | ||
padding: 10px 10px 0 0; | ||
} | ||
|
||
#usersTable_info { | ||
padding: 9px 0 15px 20px; | ||
} | ||
|
||
#usersTable_paginate { | ||
padding: 2px 10px 4px 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters