Skip to content

Commit 36aa7bd

Browse files
author
Pascal Dreissen
committed
Revert "Merge branch 'applemooz_master' into 'master'"
This reverts commit 76fab21
1 parent 76fab21 commit 36aa7bd

File tree

7 files changed

+10
-22
lines changed

7 files changed

+10
-22
lines changed

interface/web/admin/lib/lang/nl_system_config.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $wb['customer_no_template_error_regex_txt'] = 'The customer No. template contain
6868
$wb['customer_no_start_txt'] = 'Customer No. start value';
6969
$wb['customer_no_counter_txt'] = 'Customer No. counter';
7070
$wb['session_timeout_txt'] = 'Session timeout (minutes)';
71-
$wb['session_allow_endless_txt'] = 'Enable "stay logged in"';
71+
$wb['session_allow_endless_txt'] = 'Enable \\"stay logged in\\"';
7272
$wb['No'] = 'No';
7373
$wb['min_password_length_txt'] = 'Minimum password length';
7474
$wb['min_password_strength_txt'] = 'Minimum password strength';
-23.9 KB
Loading
-54.9 KB
Loading

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

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

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: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ body {
6666

6767
#logo {
6868
float: left;
69-
width: 75px;
70-
height: 40px;
69+
width: 200px;
70+
height: 65px;
7171
margin-top:10px;
7272
/*background: url("../images/logo.png") no-repeat;*/ }
7373
#logo a {
@@ -693,19 +693,10 @@ 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-
702696
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
703697
#logo {
704698
background-image: url("../images/logo@2x.png");
705-
background-size: 75px auto;
706-
background-repeat: no-repeat;
707-
}
708-
}
699+
background-size: 200px 65px; } }
709700

710701
.input-group-field {
711702
display: table-cell;
@@ -783,9 +774,7 @@ input[type="password"].form-control[readonly] {
783774
.systemmonitor-state.state-info .statusMsg {
784775
display: none;
785776
}
786-
#footer {
787-
display: none;
788-
}
777+
789778
span.notification_text {
790779
display: block;
791780
margin-left: auto;
@@ -795,9 +784,11 @@ span.notification_text {
795784
font-family: inherit;
796785
color: white;
797786
}
787+
798788
span.company_name {
799789
font-weight: bold;
800790
}
791+
801792
span.tmp_account_name {
802793
font-size: 0.9em;
803794
}

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'><a href='#'></a></div>
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>
3939
</div>
4040
<div id='headerbar' class='clear'>
4141
<!-- logout button -->

0 commit comments

Comments
 (0)