Skip to content

Commit 27b8b93

Browse files
author
Pascal Dreissen
committed
Merge branch 'applemooz_master' into 'master'
# Conflicts: # interface/web/themes/default/assets/stylesheets/ispconfig.css
2 parents 16c0a4d + 1efafdd commit 27b8b93

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
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: 12 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 {
@@ -693,10 +693,19 @@ span.flag-za {background-position:0 -5391px}
693693
span.flag-zm {background-position:0 -5413px}
694694
span.flag-zw {background-position:0 -5435px}
695695

696+
#logo {
697+
background-image: url("../images/logo.png");
698+
background-size: 75px auto;
699+
background-repeat: no-repeat;
700+
}
701+
696702
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
697703
#logo {
698704
background-image: url("../images/logo@2x.png");
699-
background-size: 200px 65px; } }
705+
background-size: 75px auto;
706+
background-repeat: no-repeat;
707+
}
708+
}
700709

701710
.input-group-field {
702711
display: table-cell;

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

Lines changed: 1 addition & 1 deletion
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 -->

0 commit comments

Comments
 (0)