summaryrefslogtreecommitdiff
path: root/frontend/gamma/css/web.css
Side-by-side diff
Diffstat (limited to 'frontend/gamma/css/web.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/gamma/css/web.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css
index 3540016..94cd715 100644
--- a/frontend/gamma/css/web.css
+++ b/frontend/gamma/css/web.css
@@ -520,40 +520,43 @@ div.pageFooter div.footerWrapper div.footerContent {
div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon {
width: 40px;
height: 40px;
float: left;
}
div.pageFooter div.footerWrapper div.footerContent span.copyright {
padding-left: 10px;
color: #a0a0a0;
}
div.pageFooter div.footerWrapper div.footerContent a {
padding-left: 50px;
display: block;
color: #888888;
font-weight: bold;
text-decoration: none;
}
-div.pageFooter div.footerWrapper div.footerContent span.applicationVersion {
+div.pageFooter div.footerWrapper div.footerContent div.applicationVersion {
padding: 8px;
color: #888888;
background-color: #d2d2d2;
position: relative;
top: -40px;
float: right;
}
+div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a {
+ display: inline;
+}
/*
Color list:
- login box:
light #ff9955
dark #ff6622
- login button:
regular #dd5500
hover #773311
- login translations:
box: #cc6622;
not-selected:
color: #ddaa99
background: #994422
selected: #772211;
*/