minor graph fix!

This commit is contained in:
Samuele Locatelli
2017-02-13 12:56:27 +01:00
parent 553b32aa96
commit dfdb1f84d2
4 changed files with 43 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<uc1:mod_testata runat="server" ID="mod_testata" />
</div>
</div>
<div style="min-height: 72px;"></div>
<div class="headSpacer"></div>
<asp:UpdatePanel ID="uppFeatured" runat="server">
<ContentTemplate>
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent">
+18
View File
@@ -685,6 +685,9 @@
.error-container h1 {
font-size: 72px;
}
.headSpacer {
min-height: 0.3em;
}
.shortcuts .shortcut {
width: 95px;
}
@@ -703,6 +706,9 @@
position: static;
margin-bottom: 0;
}
.headSpacer {
min-height: 1em;
}
.navbar .btn-navbar {
font-size: 16px;
background: none;
@@ -724,6 +730,9 @@
body {
font-size: 9px;
}
.headSpacer {
min-height: 0.5em;
}
.navbar .mainnav > li > a {
padding: 0 10px;
font-size: 1em;
@@ -876,6 +885,9 @@
body {
font-size: 10px;
}
.headSpacer {
min-height: 2em;
}
.subnav-collapse.collapse {
display: block !important;
height: auto !important;
@@ -888,12 +900,18 @@
body {
font-size: 12px;
}
.headSpacer {
min-height: 5em;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
body {
font-size: 14px;
}
.headSpacer {
min-height: 6em;
}
.nav > li > a {
padding: 4px 8px;
font-size: 1.2em;
+23 -5
View File
@@ -822,7 +822,10 @@
.error-container h1 {
font-size: 72px;
}
.headSpacer{
min-height: 0.3em;
}
.shortcuts .shortcut {
width: 95px;
}
@@ -843,7 +846,9 @@
position: static;
margin-bottom: 0;
}
.headSpacer{
min-height: 1em;
}
.navbar .btn-navbar {
font-size: 16px;
background: none;
@@ -867,7 +872,10 @@
body {
font-size: 9px;
}
.headSpacer{
min-height: 0.5em;
}
.navbar .mainnav > li > a {
padding: 0 10px;
font-size: 1em;
@@ -1052,7 +1060,10 @@
body {
font-size: 10px;
}
.headSpacer{
min-height: 2em;
}
.subnav-collapse.collapse {
display: block !important;
height: auto !important;
@@ -1066,6 +1077,10 @@
body {
font-size: 12px;
}
.headSpacer{
min-height: 5em;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
@@ -1073,7 +1088,10 @@
body {
font-size: 14px;
}
.headSpacer{
min-height: 6em;
}
.nav > li > a {
padding: 4px 8px;
font-size: 1.2em;
+1 -1
View File
File diff suppressed because one or more lines are too long