NIHVIVO-1238: Ongoing css work.
This commit is contained in:
parent
cb3cb76393
commit
84bace103f
2 changed files with 51 additions and 24 deletions
|
@ -1,14 +1,15 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
input[type="text"],
|
||||||
input{
|
input[type="password"]{
|
||||||
border: 0;
|
border: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px;
|
padding: .5em;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #e0dfdf;
|
border: 1px solid #e0dfdf;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
label{
|
label{
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
|
@ -16,8 +17,6 @@ label{
|
||||||
}
|
}
|
||||||
input#submit,
|
input#submit,
|
||||||
input#submit:visited,
|
input#submit:visited,
|
||||||
.form-button,
|
|
||||||
.form-button:visited,
|
|
||||||
.add-action-button,
|
.add-action-button,
|
||||||
.add-action-button:visited,
|
.add-action-button:visited,
|
||||||
#verbosePropertyForm input,
|
#verbosePropertyForm input,
|
||||||
|
@ -33,17 +32,18 @@ input.yellowbutton:visited{
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 1.2em;
|
|
||||||
background-color: #749a02;
|
background-color: #749a02;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .6rm;
|
margin-right: .6em;
|
||||||
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
input#delete,
|
||||||
|
input#delete:visited,
|
||||||
input.plainbutton,
|
input.plainbutton,
|
||||||
input.plainbutton:visited{
|
input.plainbutton:visited{
|
||||||
background: #222 url(../images/alert-overlay.png) repeat-x;
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
||||||
|
@ -58,28 +58,27 @@ input.plainbutton:visited{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 1.2em;
|
|
||||||
background-color: #398aac;
|
background-color: #398aac;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .6rm;
|
margin-right: .6em;
|
||||||
}
|
}
|
||||||
input#submit:hover,
|
input#submit:hover,
|
||||||
.form-button:hover,
|
|
||||||
.add-action-button:hover,
|
.add-action-button:hover,
|
||||||
#verbosePropertyForm input:hover,
|
#verbosePropertyForm input:hover,
|
||||||
input.yellowbutton:hover{
|
input.yellowbutton:hover{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #b2d15a;
|
background-color: #b2d15a;
|
||||||
}
|
}
|
||||||
|
input#delete:hover,
|
||||||
input.plainbutton:hover {
|
input.plainbutton:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #93c3d4;
|
background-color: #93c3d4;
|
||||||
}
|
}
|
||||||
|
input#delete:active,
|
||||||
input#submit:active,
|
input#submit:active,
|
||||||
.form-button:active,
|
|
||||||
.add-action-button:active,
|
.add-action-button:active,
|
||||||
#verbosePropertyForm input:active,
|
#verbosePropertyForm input:active,
|
||||||
input.yellowbutton:active,
|
input.yellowbutton:active,
|
||||||
|
@ -105,9 +104,11 @@ form a:hover.cancel, form a:active.cancel {
|
||||||
.validationError {
|
.validationError {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
|
margin-bottom: .3em;
|
||||||
}
|
}
|
||||||
p.submit {
|
p.submit {
|
||||||
margin-top: .7em;
|
margin-top: 0;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
.editingForm table {
|
.editingForm table {
|
||||||
border-color: #dfe6e6;
|
border-color: #dfe6e6;
|
||||||
|
@ -122,15 +123,10 @@ p.submit {
|
||||||
.editingForm .entryFormHead h2{
|
.editingForm .entryFormHead h2{
|
||||||
color: #5F6464;
|
color: #5F6464;
|
||||||
}
|
}
|
||||||
.editingForm .form-button {
|
|
||||||
background-color: #749a02;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
.form-item {
|
.form-item {
|
||||||
margin-top:.3em;
|
margin-top:.3em;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #595B5B;
|
border-color: #e0dfdf;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
color: #595B5B;
|
color: #595B5B;
|
||||||
|
@ -213,3 +209,35 @@ p.submit {
|
||||||
.form-background {
|
.form-background {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
.formsEdit p{
|
||||||
|
padding-top: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
form.deleteForm{
|
||||||
|
margin-top: 2em;
|
||||||
|
padding-top: 1em;
|
||||||
|
border-top: 1px dotted #e3e9e9;
|
||||||
|
}
|
||||||
|
form h3.delete-entry{
|
||||||
|
padding-right: .8em;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
form h2{
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
form select{
|
||||||
|
border: 0;
|
||||||
|
font-size: 14px;
|
||||||
|
padding: .5em;
|
||||||
|
background: #fff;
|
||||||
|
border: 1px solid #e0dfdf;
|
||||||
|
border-radius: 5px;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: .7em;
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
|
@ -263,7 +263,7 @@ ul#main-nav {
|
||||||
#login-form label {
|
#login-form label {
|
||||||
display: block;
|
display: block;
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
padding-top: 20px;
|
padding-top: 0;
|
||||||
padding-left: 38px;
|
padding-left: 38px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
@ -480,7 +480,6 @@ ul#classgroup-list li:last-child {
|
||||||
ul#classgroup-list a {
|
ul#classgroup-list a {
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
width: 200px;
|
|
||||||
height: 35px;
|
height: 35px;
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue