NIHVIVO-1382: worked applying Wilma style to back-end
This commit is contained in:
parent
ecf8a4602c
commit
36e549f8ea
3 changed files with 24 additions and 23 deletions
|
@ -67,5 +67,4 @@ form#contact_form .buttons {
|
||||||
|
|
||||||
form#contact_form .buttons input {
|
form#contact_form .buttons input {
|
||||||
margin-right: .75em;
|
margin-right: .75em;
|
||||||
}
|
}
|
||||||
}
|
|
|
@ -16,13 +16,7 @@ label{
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
input#submit,
|
input#submit,
|
||||||
input#submit:visited,
|
input#submit:visited{
|
||||||
.add-action-button,
|
|
||||||
.add-action-button:visited,
|
|
||||||
#verbosePropertyForm input,
|
|
||||||
#verbosePropertyForm input:visited,
|
|
||||||
input.yellowbutton,
|
|
||||||
input.yellowbutton:visited{
|
|
||||||
background: #222 url(../images/alert-overlay.png) repeat-x;
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 18px 7px;
|
padding: 5px 18px 7px;
|
||||||
|
@ -43,9 +37,7 @@ input.yellowbutton:visited{
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
input#delete,
|
input#delete,
|
||||||
input#delete:visited,
|
input#delete:visited{
|
||||||
input.plainbutton,
|
|
||||||
input.plainbutton:visited{
|
|
||||||
background: #222 url(../images/alert-overlay.png) repeat-x;
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 18px 7px;
|
padding: 5px 18px 7px;
|
||||||
|
@ -65,24 +57,16 @@ input.plainbutton:visited{
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .6em;
|
margin-right: .6em;
|
||||||
}
|
}
|
||||||
input#submit:hover,
|
input#submit:hover{
|
||||||
.add-action-button:hover,
|
|
||||||
#verbosePropertyForm input:hover,
|
|
||||||
input.yellowbutton:hover{
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #b2d15a;
|
background-color: #b2d15a;
|
||||||
}
|
}
|
||||||
input#delete:hover,
|
input#delete:hover{
|
||||||
input.plainbutton:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #93c3d4;
|
background-color: #93c3d4;
|
||||||
}
|
}
|
||||||
input#delete:active,
|
input#delete:active,
|
||||||
input#submit:active,
|
input#submit:active{
|
||||||
.add-action-button:active,
|
|
||||||
#verbosePropertyForm input:active,
|
|
||||||
input.yellowbutton:active,
|
|
||||||
input.plainbutton{
|
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
form textarea {
|
form textarea {
|
||||||
|
@ -240,4 +224,8 @@ form select{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: .7em;
|
margin-top: .7em;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
|
}
|
||||||
|
.notice{
|
||||||
|
margin-top: 1em;
|
||||||
|
border: 1px dotted #FFD324;
|
||||||
}
|
}
|
|
@ -36,6 +36,15 @@ h2{
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #2485ae;
|
color: #2485ae;
|
||||||
}
|
}
|
||||||
|
h2 a{
|
||||||
|
color: #2485ae;
|
||||||
|
}
|
||||||
|
h2 a:link, h2 a:visited{
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
h2 a:hover, h2 a:active{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
h3{
|
h3{
|
||||||
padding: 10px 0 12px 0;
|
padding: 10px 0 12px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -778,3 +787,8 @@ p{
|
||||||
a {
|
a {
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
}
|
}
|
||||||
|
/* INDIVIDUAL------> */
|
||||||
|
.individualList ul.individualData li {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue