nanterre: align and style cancel/previous/submit buttons (#14531)

This commit is contained in:
Frédéric Péters 2017-05-04 11:32:47 +02:00
parent c1fc6d4cdb
commit 44304cac17
2 changed files with 21 additions and 0 deletions

View File

@ -199,6 +199,26 @@ div.buttons input {
}
}
div#rub_service {
div.submit-button {
float: right;
}
div.previous-button button,
div.cancel-button button {
background: white;
border: 1px solid #aaa;
color: #666;
box-shadow: none;
font-weight: normal;
&:hover {
background: #eee;
}
}
form + br.quixoteform {
display: none;
}
}
div#side > div {
background: white;
}

View File

@ -13,6 +13,7 @@ $nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 2px;
$button-background: $primary-color;
$button-border: 1px solid $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;