Version 0.3: replace Prototype by JQuery and use bootstrap

This commit is contained in:
nemunaire 2013-12-30 12:26:30 +01:00
commit ad51d9da73
39 changed files with 19615 additions and 8436 deletions

67
htdocs/css/common.css Normal file
View file

@ -0,0 +1,67 @@
body {
background: url('/images/background.jpg') fixed #E1E2E4;
font-family: sans-serif;
}
#bt-menu {
position: fixed;
left: 7px;
top: 7px;
z-index: 9999;
}
#bt-menu button img {
width: 35px;
}
#menu .nameApp {
font-family: serif;
text-align: center;
font-weight: bold;
}
div#state {
background-color: #CDF;
border-right: solid 1px #89B;
border-top: solid 1px #89B;
border-radius: 5px;
bottom: 0px;
font-size: small;
font-style: italic;
left: 0px;
padding: 1px 4px;
position: fixed;
}
div.autocomplete {
position: absolute;
width: 500px;
background-color: white;
border: 1px solid #888;
margin: 0px;
padding: 0px;
}
div.autocomplete ul {
list-style-type: none;
margin: 0px;
padding: 0px;
max-height: 20em;
overflow: auto;
}
div.autocomplete ul li.selected {
background-color: #ffb;
}
div.autocomplete ul li {
list-style-type:none;
display: block;
margin: 0;
padding: 2px;
cursor: pointer;
}
div.autocomplete ul li span.informal {
color: gray;
}