Skip to content

Commit 1f1c39a

Browse files
author
xaver
committed
smaller tabs in no_image and 32x32, admin has under 1024 all tabs in 1 row and in no_image some space free for 2 more tabs
1 parent 1a2876a commit 1f1c39a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

interface/web/themes/default/css/navigation/nav_top.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
padding-top:37px;
3939
text-align:center;
4040
text-decoration:none;
41-
width:97px;
41+
width:78px;
4242
}
4343

4444
#topNav a:hover {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
77
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
88
<link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
9+
<link href="themes/default_64_navimg/css/additional.css" rel="stylesheet" type="text/css"/>
910
<!--[if lte IE 7]>
1011
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
1112
<![endif]-->

interface/web/themes/default_no_navimg/css/additional.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding-top:5px;
1111
text-align:center;
1212
text-decoration:none;
13-
width:97px;
13+
width:66px;
1414
}
1515

1616
.topnav-admin {

0 commit comments

Comments
 (0)