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

include required js and css libraries,

"New" panel  index.php updated to use only internal libraries
This commit is contained in:
Alex
2015-02-13 11:02:59 +03:00
parent 6f7af07232
commit 6cf06562b0
66 changed files with 8308 additions and 373 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -45,13 +45,13 @@ font-weight: bold !important;
color: #337ab7;
text-decoration: blink;
}
/*
.table-hover>tbody>tr:hover{
background-color:#ddd !important;
}
*/
.highlight {
background-color: #cccccc;
background-color: #ccc;
}
.btn-lime{
background-color:#C0CA55;

View File

@@ -24,7 +24,7 @@ margin-right: 0px;
width: auto;
overflow:hidden;
background:#eee;
z-index: 25;
z-index: 50;
border:5px solid #ababab;
/*min-height: 600px;*/
}
@@ -69,7 +69,6 @@ font-weight: bold !important;
font-weight: normal !important;
text-shadow:none !important;
}
/*
.navbar{
background-color: #404952;
min-height:20px;
@@ -77,7 +76,6 @@ border-bottom: 0px solid #436B91;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
*/
.navbar .caret{
border-top-color: #888;
border-bottom-color: #888;
@@ -101,8 +99,6 @@ text-shadow:1px 1px 1px rgba(150, 150, 150, 0.2) !important;
.navbar-nav > li.user-data > a{
color:#f3f3f3;
}
.navbar-nav > li > .dropdown-menu{
}
.navbar-nav > li > a {
padding-bottom: 10px;
padding-top: 15px;
@@ -135,7 +131,8 @@ color:#C5CED6;
.navbar i{
margin-right: 4px;
}
.navbar-nav > li > .dropdown-menu{
}
.navbar .btn{
color: #666 !important;
}