AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows.

This commit is contained in:
Chris Houseknecht
2014-01-28 01:02:34 -05:00
parent 27fb54b2a7
commit cb8ec978de
30 changed files with 397 additions and 426 deletions

View File

@@ -116,13 +116,16 @@ a:focus {
.actions {
a {
font-size: 14px;
margin-right: 15px;
margin-right: 12px;
}
a:last-child {
margin-right: 0;
}
a:hover {
cursor: pointer;
}
.cancel {
padding-right: 10px;
padding-right: 8px;
}
.dropdown .caret {
border-top-color: @blue;
@@ -130,6 +133,7 @@ a:focus {
}
#home_groups_table .actions .cancel { padding-right: 3px; }
#jobs_table .actions .cancel { padding-right: 10px; }
.success-badge {
color: #ffffff;
@@ -534,6 +538,39 @@ legend {
font-size: 11px;
}
/* Pagination */
.page-label {
margin-top: 0;
text-align: right;
}
.pagination {
margin-top: 0;
margin-bottom: 7px;
}
.pagination > li > a {
padding: 3px 6px;
}
.modal-body {
.pagination {
margin-top: 15px;
margin-bottom: 0;
}
.pagination > li > a {
border: none;
padding-top: 0;
padding-bottom: 0;
}
.pagination > .active > a {
background-color: #fff;
color: #428bca;
border-color: none;
border: 1px solid #428bca;
}
}
.footer-navigation {
margin: 10px 0 10px 0;
}