Skip to content

Commit bb2dcd9

Browse files
author
Pascal Dreissen
committed
applemooz cleanup
1 parent b91f0cb commit bb2dcd9

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed
23.9 KB
Loading
54.9 KB
Loading

interface/web/themes/default/assets/stylesheets/fonts.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,7 @@
9191
}
9292
.icon-delete:before {
9393
content: "\e613";
94-
}
94+
}
95+
.icon-wizard:before {
96+
content: "\e60c";
97+
}

interface/web/themes/default/assets/stylesheets/fonts.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ body {
6666

6767
#logo {
6868
float: left;
69-
width: 200px;
70-
height: 65px;
69+
width: 75px;
70+
height: 40px;
7171
margin-top:10px;
7272
/*background: url("../images/logo.png") no-repeat;*/ }
7373
#logo a {
@@ -685,10 +685,19 @@ span.flag-za {background-position:0 -5391px}
685685
span.flag-zm {background-position:0 -5413px}
686686
span.flag-zw {background-position:0 -5435px}
687687

688+
#logo {
689+
background-image: url("../images/logo.png");
690+
background-size: 75px auto;
691+
background-repeat: no-repeat;
692+
}
693+
688694
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
689695
#logo {
690696
background-image: url("../images/logo@2x.png");
691-
background-size: 200px 65px; } }
697+
background-size: 75px auto;
698+
background-repeat: no-repeat;
699+
}
700+
}
692701

693702
.input-group-field {
694703
display: table-cell;
@@ -776,3 +785,6 @@ span.notification_text {
776785
font-family: inherit;
777786
color: white;
778787
}
788+
#footer {
789+
display: none;
790+
}

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- off canvas menu button -->
3636
<div class='menu-btn left'>&#9776;</div>
3737
<!-- logo -->
38-
<div id='logo' style="background: url({tmpl_var name="base64_logo_txt"}) no-repeat;width:{tmpl_var name="base64_logo_width"};height:{tmpl_var name="base64_logo_height"}"><a href='#'></a></div>
38+
<div id='logo'><a href='#'></a></div>
3939
</div>
4040
<div id='headerbar' class='clear'>
4141
<!-- logout button -->
@@ -147,4 +147,4 @@ <h4 class="modal-title">{tmpl_var name="datalog_changes_txt"}</h4>
147147
</script>
148148
</body>
149149

150-
</html>
150+
</html>

0 commit comments

Comments
 (0)