mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Remove '.bgbody' css class
This commit is contained in:
parent
faac427cc7
commit
d2805afc9f
@ -349,9 +349,6 @@ img {
|
|||||||
background: #FFF url("images/logobg.gif") scroll repeat-x 0 100%;
|
background: #FFF url("images/logobg.gif") scroll repeat-x 0 100%;
|
||||||
_zoom:1; /* IE6 fix */
|
_zoom:1; /* IE6 fix */
|
||||||
}
|
}
|
||||||
.bgbody {
|
|
||||||
background: #FFF !important;
|
|
||||||
}
|
|
||||||
.wndb {
|
.wndb {
|
||||||
background: #FFF url("images/wndb.gif") scroll repeat-x 0 100%;
|
background: #FFF url("images/wndb.gif") scroll repeat-x 0 100%;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 63 B |
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
@ -12,7 +12,7 @@ ${if:groups}
|
|||||||
${endif:groups}
|
${endif:groups}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
|
|
||||||
<form name="leaveMessageForm" method="post" action="${webimroot}/leavemessage.php">
|
<form name="leaveMessageForm" method="post" action="${webimroot}/leavemessage.php">
|
||||||
<input type="hidden" name="style" value="${styleid}"/>
|
<input type="hidden" name="style" value="${styleid}"/>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
|
|
||||||
<form name="mailThreadForm" method="post" action="${webimroot}/mail.php"><input type="hidden" name="style" value="${styleid}"/>
|
<form name="mailThreadForm" method="post" action="${webimroot}/mail.php"><input type="hidden" name="style" value="${styleid}"/>
|
||||||
<input type="hidden" name="thread" value="${page:chat.thread.id}"/><input type="hidden" name="token" value="${page:chat.thread.token}"/><input type="hidden" name="level" value="${page:level}"/>
|
<input type="hidden" name="thread" value="${page:chat.thread.id}"/><input type="hidden" name="token" value="${page:chat.thread.token}"/><input type="hidden" name="level" value="${page:level}"/>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"/>
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bgbody">
|
<body>
|
||||||
<div id="top2">
|
<div id="top2">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
${if:company.chatLogoURL}
|
${if:company.chatLogoURL}
|
||||||
|
Loading…
Reference in New Issue
Block a user