Version 0.3: replace Prototype by JQuery and use bootstrap
This commit is contained in:
parent
32b69fbd20
commit
ad51d9da73
39 changed files with 19615 additions and 8436 deletions
|
|
@ -19,7 +19,7 @@ body {
|
|||
);
|
||||
|
||||
font-family: serif;
|
||||
min-height: 80%;
|
||||
min-height: 80%;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
|
|
@ -59,7 +59,7 @@ h1 {
|
|||
border-radius: 17px;
|
||||
box-shadow: 3px 4px 5px #444466;
|
||||
|
||||
height: 127px;
|
||||
height: 200px;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
|
|
@ -91,7 +91,7 @@ h1 {
|
|||
left: 0px;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
-webkit-padding-start: 0;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
top: 0px;
|
||||
|
|
@ -140,42 +140,13 @@ form#add {
|
|||
border: 1px solid #8A77A1;
|
||||
border-radius: 25px;
|
||||
box-shadow: 2px 2px 5px #333355;
|
||||
height: 205px;
|
||||
height: 250px;
|
||||
margin: auto;
|
||||
padding: 13px;
|
||||
padding: 14px;
|
||||
text-align: left;
|
||||
width: 456px;
|
||||
}
|
||||
|
||||
label {
|
||||
float: left;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin: 10px 7px 10px 0;
|
||||
text-align: right;
|
||||
width: 170px;
|
||||
}
|
||||
label:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
input[type=text], select {
|
||||
margin: 10px 0;
|
||||
transition: background 0.75s;
|
||||
-moz-transition: background 0.75s;
|
||||
-webkit-transition: background 0.75s;
|
||||
-o-transition: background 0.75s;
|
||||
}
|
||||
input, select {
|
||||
background: #00EAF5;
|
||||
border: #009AA5 solid 1px;
|
||||
border-radius: 3px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
input:hover, input:focus, select:hover, select:focus {
|
||||
background: #95cdff;
|
||||
}
|
||||
|
||||
input#nompc {
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
|
@ -183,11 +154,6 @@ input#lignepc {
|
|||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
input.erreur, select.erreur {
|
||||
background: #CC0000;
|
||||
border: #A59A00 solid 1px;
|
||||
}
|
||||
|
||||
.table {
|
||||
border: 1px solid black;
|
||||
border-radius: 10px;
|
||||
|
|
|
|||
Reference in a new issue