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:
6566
css/bootstrap-default.css
vendored
6566
css/bootstrap-default.css
vendored
File diff suppressed because it is too large
Load Diff
2
css/bootstrap-switch.min.css
vendored
2
css/bootstrap-switch.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user