Fixed the drop-down on Jobs page to be more link-like. Fixed Cancel link spacing on jobs and projects by renaming to Stop (because it's shorter) and padded. Now Stop and Delete align vertically.

This commit is contained in:
chris Houseknecht
2014-01-15 19:38:06 -05:00
parent a8203742aa
commit b93a7d9636
5 changed files with 15 additions and 27 deletions

View File

@@ -108,14 +108,14 @@ a:focus {
font-size: 14px;
margin-right: 15px;
}
/*a:first-child {
margin-left: 0;
}*/
a:hover {
cursor: pointer;
}
.dropdown {
margin-left: 15px;
.cancel {
padding-right: 10px;
}
.dropdown .caret {
border-top-color: @blue;
}
}
@@ -1049,6 +1049,8 @@ input[type="checkbox"].checkbox-no-label {
border-right: 1px solid #ddd;
}
#groups_table .actions .cancel { padding-right: 0; }
.node-toggle, .node-no-toggle {
/* also used on job evetns */
float: none;