Project

General

Profile

« Previous | Next » 

Revision 1084

Added by Matthias almost 15 years ago

Fixed display issue of jsadmin in backend themes (Thanks to Argos)

View differences:

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

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14
19-July 2009 Matthias Gallas
15
#	Fixed display issue of jsadmin in backend themes (Thanks to Argos)
14 16
18-July 2009 Matthias Gallas
15 17
!	Updated german laguage file in argos_theme
16 18
+	Added multilnaguage support to media section of argos_theme (Thanks to Argos)
trunk/wb/templates/classic_theme/theme.css
80 80
 margin: -10px 0 0 0;
81 81
}
82 82

  
83
.content {
83
.container {
84 84
 background: #fff url(images/bgtitle.png);
85 85
 background-repeat: repeat-x;
86
}
87

  
88
.content {
86 89
 padding: 20px;
87 90
 height: 280px;
88 91
 width: 750px;
trunk/wb/templates/classic_theme/templates/header.htt
36 36
</tr>
37 37
</table>
38 38

  
39
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
39
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" class="container">
40 40
<tr>
41 41
	<td>
42 42
		<ul class="menu">
trunk/wb/templates/classic_theme/templates/login_forgot.htt
23 23
</tr>
24 24
</table>
25 25

  
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
27 27
<tr>
28 28
	<td class="content">
29 29
	
trunk/wb/templates/classic_theme/templates/login.htt
23 23
</tr>
24 24
</table>
25 25

  
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
27 27
<tr>
28 28
	<td class="content">
29 29
	
trunk/wb/templates/wb_theme/theme.css
80 80
 margin: -10px 0 0 0;
81 81
}
82 82

  
83
.content {
83
.container {
84 84
 background: #fff url(images/bgtitle.png);
85 85
 background-repeat: repeat-x;
86
}
87
 
88
.content {
86 89
 padding: 20px;
87 90
 height: 280px;
88 91
 width: 750px;
trunk/wb/templates/wb_theme/templates/header.htt
36 36
</tr>
37 37
</table>
38 38

  
39
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
39
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" class="container">
40 40
<tr>
41 41
	<td>
42 42
		<ul class="menu">
trunk/wb/templates/wb_theme/templates/login_forgot.htt
23 23
</tr>
24 24
</table>
25 25

  
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
27 27
<tr>
28 28
	<td class="content">
29 29
	
trunk/wb/templates/wb_theme/templates/login.htt
23 23
</tr>
24 24
</table>
25 25

  
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;">
26
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
27 27
<tr>
28 28
	<td class="content">
29 29
	
trunk/wb/modules/jsadmin/backend.css
4 4
}
5 5

  
6 6
body.jsadmin_busy td.content {
7
	background: white url(images/busy.gif) 4px 4px no-repeat;
7
	background: url(images/busy.gif) 4px 4px no-repeat;
8 8
}
9 9

  
10 10
body.jsadmin_success td.content {
11
	background: white url(images/success.gif) 4px 4px no-repeat;
11
	background: url(images/success.gif) 4px 4px no-repeat;
12 12
}
13 13

  
14 14
body.jsadmin_failure td.content {
15
	background: white url(images/failure.gif) 4px 4px no-repeat;
15
	background: url(images/failure.gif) 4px 4px no-repeat;
16 16
}
17 17

  
18 18
.jsadmin_drag {

Also available in: Unified diff