2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

!!! NEW ADMIN PANEL layout + required js and css libraries

modified functions/functions.xhtml.php file prepared for upcoming admin pages changes
This commit is contained in:
Alex
2015-02-12 00:00:05 +03:00
parent bdda1af5f3
commit dadad5ed63
28 changed files with 9338 additions and 101 deletions

63
css/custom.css Normal file
View File

@@ -0,0 +1,63 @@
body {
/*
font-size: 1.5em;
line-height: 1.3em;*/
/* color: #515a63; or #666 */
/*padding-top: 0px;*/
background:#EEEFF2;
padding:0.8em;
}
/*.panel {
background-color: transparent; }
.panel-default {
border-color: transparent; }
.panel-heading {
padding-bottom: 15px; }
*/
a:focus, a:active, a:hover {
outline: 0 none !important;
}
.lime {
color:#C0CA55!important;
font-weight: bold !important;
}
/* Back to top */
.totop {
background: none;
bottom: 50px;
position: fixed;
right: 10px;
z-index: 104400;
}
.totop a, .totop a:visited {
color: gray;
display: block;
#height: 50px;
#line-height: 50px;
text-align: center;
min-width: 30px;
}
.totop a:hover {
color: #337ab7;
text-decoration: blink;
}
/*
.table-hover>tbody>tr:hover{
background-color:#ddd !important;
}
*/
.highlight {
background-color: #cccccc;
}
.btn-lime{
background-color:#C0CA55;
border-color: gray;
}
.btn-lime:hover,.btn-lime:focus{
background-color:#CED95B;
border-color: blue;
}