Keep working on dossier Show, need actions to be in navbar, adjust flash messages too, then construct dossier
This commit is contained in:
parent
ecb551e18d
commit
74809b33ce
5 changed files with 39 additions and 24 deletions
|
@ -126,11 +126,29 @@
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
.button_navbar{
|
||||
.button_navbar {
|
||||
color: #666666;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button_navbar:hover{
|
||||
|
||||
.button-navbar-action {
|
||||
background-color: #E4594F;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
width: 140px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
.fa {
|
||||
font-size: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.button-navbar-action:hover {
|
||||
color: #F2F6FA;
|
||||
}
|
||||
|
||||
.button_navbar:hover, .button-navbar-action:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue