Skip to content

Commit 2fd41d5

Browse files
author
redray
committed
icons bug-fixes + bigger tabs
1 parent fef1916 commit 2fd41d5

File tree

9 files changed

+14
-10
lines changed

9 files changed

+14
-10
lines changed
5 KB
Loading
-24.6 KB
Loading
-123 KB
Loading

interface/web/themes/default/css/styles.css

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@charset "UTF-8";
2-
32
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,300);
43

54
/*
@@ -111,7 +110,8 @@ header {
111110
color: #faf0e6;
112111
padding: 15px 2em 5px 20px;
113112
background: #20AAE5;
114-
border-radius: 8px 8px 0 0;
113+
border-radius: 8px 8px 0 0;
114+
min-height: 54px;
115115
}
116116
header h1 {
117117
font-size:2.5em;
@@ -132,6 +132,8 @@ header span {
132132
text-align: right;
133133
}
134134
#topsubnav a {
135+
display: inline-block;
136+
min-height: 20px;
135137
color: #f0f8ff;
136138
font-weight: normal;
137139
background:transparent;
@@ -401,22 +403,25 @@ table.list .tbl_col_limit {
401403
.pageForm_description { font-size: 12px; }
402404

403405
/* Tab-Box */
404-
.tabbox_tabs { border-bottom: 1px solid #d3d3d3; }
406+
.tabbox_tabs { border-bottom: 1px solid #d3d3d3; margin-top: 2em; }
405407
.tabbox_tabs ul {
406408
list-style: none;
407409
padding: 0;
408410
margin: 0;
409411
}
410412
.tabbox_tabs li {
411413
display: inline;
414+
line-height: 35px;
412415
margin: 0 2px 0 0;
413416
}
414417
.tabbox_tabs a {
415-
padding: 0 1em;
418+
font-size: 16px;
419+
padding: 9px 1em;
416420
text-decoration: none;
417421
color: black;
418-
background: #d3d3d3;
422+
background: linear-gradient(to bottom, #F7F7F5, #E0DED8) repeat scroll 0 0 #C7C2BA;
419423
border: 1px solid #d3d3d3;
424+
border-radius: 6px 6px 0 0;
420425
}
421426
.tabbox_tabs a:hover {
422427
background: #fc0;
@@ -772,7 +777,7 @@ button.negative:hover {
772777
.iconstxt.icoNegative:before { background-position: 0px -104px; }
773778
.iconstxt.icoAdd:before { background-position: 0px -72px; }
774779
.iconstxt.icoKey:before { background-position: 0px -8px; }
775-
.iconstxt.icoDelet:beforee { background-position: 0px -40px; }
780+
.iconstxt.icoDelete:before { background-position: 0px -40px; }
776781
.iconstxt.icoDownload:before { background-position: 0px -8px; }
777782
.iconstxt.icoRestore:before { background-position: 0px -8px; }
778783

@@ -887,7 +892,7 @@ a[href $="#logout"] {
887892

888893
a[href $="#usersettings"] {
889894
padding-left: 24px;
890-
background: url("../icons/x16_sprite.png") no-repeat left -440px transparent !important;
895+
background: url("../icons/x16_sprite.png") no-repeat left -442px transparent !important;
891896
}
892897

893898
/* Select Menu with Images */
@@ -1259,7 +1264,7 @@ div.gs-container * {
12591264
div.gs-container input {
12601265
background: url("../icons/x16_sprite.png") no-repeat 2px -119px #FFFFFF;
12611266
height:20px;
1262-
border:1px solid #444;
1267+
border:1px solid #fff;
12631268
padding:0 22px 2px;
12641269
color:#444;
12651270
-moz-border-radius:5px;
@@ -1880,4 +1885,4 @@ a.link-page.current-page {
18801885
font-weight: bold;
18811886
border-color: #f63;
18821887
color: #fff;
1883-
}
1888+
}
6.36 KB
Loading
-24.6 KB
Loading
-123 KB
Loading
-2.53 KB
Loading

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
</tmpl_if>
143143
</nav>
144144
<h1 id="ir-HeaderLogo" class="swap" style="background-image:url('{tmpl_var name='app_logo'}');"><span>ISPConfig 3</span></h1>
145-
<span>hosting control panel</span>
146145
</header>
147146
<!-- end: header -->
148147
<a id="navigation" name="navigation"></a><!-- skiplink anchor: navigation -->

0 commit comments

Comments
 (0)