forked from railsbridge/bridge_troll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also sets specific width percentages for the checkins table rows to avoid ugliness when 'Un-check in' button pops in
- Loading branch information
1 parent
0061735
commit 00deba2
Showing
2 changed files
with
17 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
table.checkins tbody td { | ||
img { | ||
margin-right: 10px; | ||
} | ||
table.checkins { | ||
th.checkins-name { width: 50%; } | ||
th.checkins-role { width: 20%; } | ||
th.checkins-action { width: 30%; } | ||
|
||
tbody td { | ||
img { | ||
margin-right: 10px; | ||
} | ||
|
||
vertical-align: middle; | ||
vertical-align: middle; | ||
|
||
form { | ||
margin: 0; | ||
form { | ||
margin: 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