Submenu and body background color tweaks

This commit is contained in:
Albert Santoni 2015-08-18 18:40:09 -04:00
parent 504a720ff2
commit 8afc652ff1
3 changed files with 7 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<?php echo isset($this->google_analytics)?$this->google_analytics:"" ?>
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
</head>
<body>
<body class="page-sub-menu">
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-55N6NH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

View file

@ -111,7 +111,7 @@
border: 1px solid #202020;
border-top: 1px solid #353535;
border-left: 1px solid #2a2a2a;
background-color: #242424;
background-color: #2F2F2F; /*#242424*/
color: #e2e2e2;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.65);

View file

@ -3605,6 +3605,7 @@ button.btn-icon-text > i.icon-white {
#sub-menu {
width: 130px;
border-right: 1px solid #5b5b5b;
background: #212121;
font-size: 14px;
color: #cecece;
padding: 10px;
@ -3633,6 +3634,10 @@ button.btn-icon-text > i.icon-white {
text-decoration: none;
}
.page-sub-menu {
/*background-color: #252525;*/
}
#listenerstat_content {
width: 100%;
}