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

added icons + buttons

fix minor design  differences between working installation and tree
This commit is contained in:
Alex
2015-07-08 18:34:56 +03:00
parent 41d6a89942
commit 879c89a278
6 changed files with 45 additions and 34 deletions

View File

@@ -1,6 +1,15 @@
body {background-color: #eeeeee;}
body {background-color: #eeeff2;}
p.rstext {
font-weight: bold;
font-size: 16pt;
font-family: Arial, sans-serif;
}
.rs{
border-radius: 8px;
border: 1px solid #e9e9eb;
font-size: 110%;
z-index: 500;
background: none repeat scroll 0 0 #fff;
font-family: Arial, sans-serif;
box-shadow: 3px 8px 18px;
}