Project

General

Profile

« Previous | Next » 

Revision 751

Added by Matthias over 16 years ago

fixed loading time and some display issues in IE6 of the new admin interface and tweaked the new admin interface a little bit.

View differences:

trunk/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.7.0 -------------------------------------
14
12-Mar-2008 Matthias Gallas
15
# 	fixed loading time and some display issues in IE6 of the new admin interface
16
!	tweaked the new admin interface a little bit
14 17
12-Mar-2008 Christian Sommer
15 18
! 	set version number to 2.7 (RC2) for the upcoming second release candidate
16 19
! 	removed hardcoded /admin folder strings from WB core files where possible
trunk/wb/admin/media/browse.html
41 41
</head>
42 42
<body>
43 43

  
44
<table cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 2px solid #35373a; width: 100%;">
44
<table cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 1px solid #35373a; width: 100%;">
45 45
<tr style="background-color: #ECF1F3;">
46 46
	<td width="16" align="center" style="padding-left: 10px;">
47 47
		<a href="{PARENT_DIR_LINK}">
trunk/wb/admin/media/template.html
2 2

  
3 3
<style>
4 4
iframe {
5
	border: 2px solid #35373a;
5
	border: 1px solid #35373a;
6 6
}
7 7

  
8 8
input:focus, input:active {
trunk/wb/admin/interface/stylesheet.css
4 4
	color: #000000;
5 5
}
6 6
body {
7
	background-color: #95C8F0;

8
	background-image: url(background.png);

7
	background-color: #A8BCCB;
8
	background-image: url(background.png);
9 9
	background-repeat: repeat-x;
10 10
	margin: 0px;
11 11
}
......
20 20
h1 {
21 21
	text-align: center;
22 22
	font-size: 20px;
23
	color: #000000;

23
	color: #000000;
24 24
	text-transform: uppercase;
25 25
}
26 26
h2 {
......
46 46
.menu {
47 47
	margin: 0;
48 48
	padding: 0;
49
	padding-top: 8px;

50
	padding-bottom: 10px;

49
	padding-top: 8px;
50
	padding-bottom: 10px;
51 51
	padding-left: 8px;
52
    background: #000 url(menu.png) ;

53
    background-repeat:repeat-x;

52
    background: #000 url(menu.png) ;
53
    background-repeat:repeat-x;
54 54
}
55 55
.menu li {
56 56
	list-style-type: none;
......
59 59
}
60 60
.menu a, .menu a:link, .menu a:active, .menu a:visited {
61 61
	border-bottom: 0;
62
	padding: 7px 11px 9px 11px;

63
	color: #fff;

62
	padding: 7px 11px 9px 11px;
63
	color: #fff;
64 64
}
65 65
.menu a:hover {
66 66
	text-decoration: none;
67
	color: #fff;

68
    background: #fff url(menuo.png) ;

69
    background-repeat:repeat-x;

67
	color: #fff;
68
    background: #fff url(menuo.png) ;
69
    background-repeat:repeat-x;
70 70
}
71 71
.current a, .current a:link, .current a:active, .current a:visited {
72
	background: #fff url(menuo.png) ;

73
    background-repeat:repeat-x;

74
	color: #fff;

72
	background: #fff url(menuo.png) ;
73
    background-repeat:repeat-x;
74
	color: #fff;
75 75
}
76 76
.content {
77
    background: #fff url(bgtitle.png) ;

78
    background-repeat:repeat-x;

77
    background: #fff url(bgtitle.png) ;
78
    background-repeat:repeat-x;
79 79
	padding: 20px;
80 80
	height: 280px;
81 81
	width: 750px;
......
83 83
	vertical-align: top;
84 84
}
85 85
.row_a {
86
	background-color: #ECF3F7;

86
	background-color: #ECF3F7;
87 87
}
88 88
.row_b {
89
	background-color: #EBF7FC;

89
	background-color: #EBF7FC;
90 90
}
91 91
.hide {
92 92
	display: none;
93
}

94

  
95
input:focus, select:focus, textarea:focus {

96
	background: #F1F8FD;

93
}
94

  
95
input:focus, select:focus, textarea:focus {
96
	background: #F1F8FD;
97 97
}
trunk/wb/admin/login/template.html
14 14
		<img src="{INTERFACE_DIR_URL}/logo.png" alt="Logo" />
15 15
	</td>
16 16
	<td width="5">&nbsp;</td>
17
	<td style="font-size: 20px;">
18
		<font style="color: #FFFFFF;">Website Baker</font>
19
		<font style="color: #DDDDDD;">{SECTION_LOGIN}</font>
17
	<td style="font-size: 20px; padding-left: 95px;">
18
		<font style="color: #FFFFFF;">{SECTION_LOGIN}</font>
20 19
	</td>
21 20
</tr>
22 21
</table>

Also available in: Unified diff