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

NEW Admin panel pages: questionnairelist.php, samplelist.php, samplesearch.php,

updated callhistory.php, custom.css

aded library bootstrap-toggle,  bootstrap-confirmation.js
This commit is contained in:
Alex
2015-02-24 02:19:56 +03:00
parent ce0d06f3de
commit d577f6096d
13 changed files with 1859 additions and 896 deletions

View File

@@ -2,7 +2,7 @@
body {
/*
font-size: 1.5em;
line-height: 1.3em;*/
line-height: 1.5em;*/
/* color: #515a63; or #666 */
/*padding-top: 0px;*/
background:#EEEFF2;
@@ -61,3 +61,17 @@ border-color: gray;
background-color:#CED95B;
border-color: blue;
}
.fa{
text-shadow: 1px 2px 1px #ababab;
}
.h1, h1 {
font-weight: 500;
text-shadow: 2px 2px 3px #ababab;
}
.h2, .h3, h2, h3 {
text-shadow: 1px 2px 1px #ababab;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-bottom: 0.4em;
margin-top: 0.4em;
}