2013-08-07 23:53:46 +02:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
2013-08-09 23:34:33 +02:00
|
|
|
margin: 0;
|
2013-08-07 23:53:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
border: 1px solid #999;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2013-08-09 23:34:33 +02:00
|
|
|
table {
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
2013-08-13 19:57:59 +02:00
|
|
|
max-width: 100%;
|
2013-08-09 23:34:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table td, table th {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
background-color: #333;
|
|
|
|
padding: 0.5em;
|
|
|
|
text-align: right;
|
|
|
|
color: white;
|
|
|
|
border-top-right-radius: 1em;
|
|
|
|
border-bottom-right-radius: 1em;
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 3em;
|
|
|
|
border: 0.3em solid green;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2013-08-13 19:57:59 +02:00
|
|
|
input[type="checkbox"] {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2013-08-07 20:32:44 +02:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-08-09 23:34:33 +02:00
|
|
|
.label-block {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2013-08-07 23:53:46 +02:00
|
|
|
input[type=submit] {
|
|
|
|
background-color: green;
|
|
|
|
color: white;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2013-08-12 09:52:50 +02:00
|
|
|
#title, #title a:visited, #install h1 {
|
2013-08-09 23:34:33 +02:00
|
|
|
background-color: #333;
|
|
|
|
border-bottom: 0.3em solid green;
|
|
|
|
color: white;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-08-12 09:52:50 +02:00
|
|
|
#title a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-08-09 23:34:33 +02:00
|
|
|
#menu ul {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu li {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2013-08-12 09:52:50 +02:00
|
|
|
#notice {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.5em;
|
|
|
|
background-color: green;
|
|
|
|
padding: 0.1em;
|
|
|
|
}
|
|
|
|
|
2013-08-09 23:34:33 +02:00
|
|
|
#connexion_form {
|
|
|
|
margin: auto;
|
|
|
|
width: 67%;
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
|
2013-08-13 19:37:11 +02:00
|
|
|
#edit_password_form, #edit_user_form, #invoice_form {
|
2013-08-09 23:34:33 +02:00
|
|
|
width: 50%;
|
|
|
|
margin-left: 15%;
|
|
|
|
}
|
|
|
|
|
2013-08-10 23:58:40 +02:00
|
|
|
#edit_user_admin_rights {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-08-12 09:52:50 +02:00
|
|
|
#textarea_notice {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2013-08-13 19:37:11 +02:00
|
|
|
textarea#what {
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
|
2013-08-07 23:53:46 +02:00
|
|
|
#install {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-12 09:52:50 +02:00
|
|
|
#install form, #settings_form {
|
2013-08-07 23:53:46 +02:00
|
|
|
width: 67%;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2013-08-09 23:43:56 +02:00
|
|
|
.error {
|
2013-08-08 22:55:12 +02:00
|
|
|
font-size: 1.5em;
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|