nouveaux elements dans fields.css

This commit is contained in:
Thomas Noel 2014-12-18 21:36:06 +01:00
parent a40b9afc66
commit 5ef66bec7e
1 changed files with 20 additions and 15 deletions

View File

@ -23,7 +23,7 @@ div#content ul#announces-links a:hover {
div.buttons {
margin-top: 1em;
width: 92%;
width: 90%;
}
div.buttons div {
@ -82,7 +82,7 @@ div.widget div.title {
}
div.widget div.content {
margin-left: 0px;
margin-left: 1em;
}
div.widget div.content ul {
@ -105,22 +105,21 @@ span.required {
}
div.errornotice {
text-align: left;
text-align: left;
background: #fd6;
border: 1px solid #ffae15;
margin: 0px;
padding: 5px;
border-radius: 4px;
width: 88.5%;
border-radius: 4px;
}
div.infonotice {
text-align: left;
background-color: #31abe5;
color: #fff;
font-weight: bold;
padding: 5px;
border-radius: 4px;
text-align: left;
background-color: #31abe5;
color: #fff;
font-weight: bold;
padding: 5px;
border-radius: 4px;
}
div.error {
@ -295,10 +294,15 @@ div.dataview div.field {
clear: both;
}
form label {
font-weight: bold;
color: #333;
font-size: 16px;
}
div.dataview div.field span.label {
font-weight: bold;
/*text-decoration: underline; */
color: #333;
color: #333;
min-width: 48%;
float: left;
@ -657,7 +661,7 @@ input[type="submit"] {
line-height: 1.42857143;
border-radius: 4px;
color: #FFF;
background-color: #37a7da;
background-color: #d91a80;
border-color: #ab1565;
}
input[type="submit"]:hover {
@ -1147,7 +1151,8 @@ div.dataview div.field .value {
}
form, .right {
text-align: left;
text-align: left;
border: none;
}
.cont-logo {