update PHP Excel

This commit is contained in:
2015-12-25 20:30:06 +01:00
parent 6bfd90b66e
commit b97433319a
258 changed files with 88877 additions and 81592 deletions

View File

@@ -749,16 +749,6 @@ th {
width: auto; }
/* line 2, _products.scss */
#product #progress {
display: none;
margin-top: 10px;
overflow: hidden;
border: 1px dashed #CCC; }
/* line 9, _products.scss */
#product #progress .bar {
width: 0%;
height: 18px;
background: #CCC; }
/* Global Classes */
/* line 17, pedidor.scss */
@@ -798,14 +788,14 @@ input, textarea, button, .button {
input[type=button], input[type=submit], button, .button {
border: none;
cursor: pointer;
background: #3B4C77;
background-color: #3B4C77;
color: #FFFFFF;
font-weight: bold;
display: inline-block; }
/* line 55, pedidor.scss */
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover {
background: #ECD153;
background-color: #ECD153;
color: #3B4C77; }
/* line 60, pedidor.scss */
@@ -864,3 +854,150 @@ input[type=button].no_text, input[type=submit].no_text, button.no_text, .button.
color: red; }
/*# sourceMappingURL=pedidor.css.map */
/* MANUALLY ADDED - START */
#container #menu {
top:calc(4em + 122px);
}
#container #main {
overflow: auto;
top:calc(9em + 122px);
bottom:0;
}
#container #footer {
bottom:-1em;
line-height:0.6em;
right:0;
font-size:0.6em;
}
#container #footer, #container #footer a {
color:#C0CAE0;
}
#main > div {
position:relative;
height:100%;
}
#menu ul li a {
display:inline-block;
}
.fa.spinner:before {
content: "\f110";
}
.feedback.error {
background-color:#FFDEDE;
}
.feedback.success {
background-color:#B7FFA9;
}
.jsgrid .jsgrid-button {
/* background:none;*/
}
.jsgrid .jsgrid-button:hover {
background-color:transparent;
}
.jsgrid-insert-row > td {
background-color:#B7FFA9;
}
.jsgrid-insert-row > td > input, .jsgrid-filter-row > td > input {
background-color:white;
}
.jsgrid-filter-row > td {
background-color:#D7DCE6;
}
.jsgrid .jsgrid-mode-button {
background:none;
}
.fa.excel:before {
content:"\f1c3";
}
.fa.add:before {
content:"\f055";
}
.fa.followup:before {
content:"\f06e";
}
#products #product_list {
position:relative;
margin-top:1em;
}
#products #product_menu {
position:relative;
height:2em;
border-radius:3px;
}
#products #product_menu a {
text-decoration: none;
font-weight: normal;
margin-right:0.5em;
}
#container #header {
background:url("../images/logo_solo_70.png") 1em 50% no-repeat;
background-color: rgb(240, 235, 235);
top: -1em;
left: -1em;
right: -1em;
height: 6.5em;
border-bottom:1px solid #CCC;
}
#container #header #exit {
margin-top:calc(1em / 2);
z-index:1000;
}
#container #menu {
height:4.5em;
top:0;
left:5.5em;
}
#container #menu ul {
text-align: left;
width:calc(100% - 3em);
}
#container #menu ul li a {
padding:1.1em 1em;
}
#container #menu ul li a .fa {
}
#container #main {
top:6.25em;
}
body {
font-family:Calibri, Arial;
}
/* + inputs */
/* MANNUALLY ADDED - END */