mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
very tiny adjustements...
git-svn-id: file:///svn/phpbb/trunk@8049 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3d46fcb05c
commit
b8b85e5aca
7 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @version class.jabber2.php 1306 2007-06-21
|
||||
* @copyright 2006 Flyspray.org
|
||||
* @author: Florian Schmitz (floele)
|
||||
* @author Florian Schmitz (floele)
|
||||
*
|
||||
* Modified by Acyd Burn
|
||||
*
|
||||
|
|
|
@ -1398,7 +1398,7 @@ class user extends session
|
|||
$sql = 'SELECT image_name, image_filename, image_lang, image_height, image_width
|
||||
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
|
||||
WHERE imageset_id = ' . $this->theme['imageset_id'] . "
|
||||
AND image_lang IN('" . $db->sql_escape($this->img_lang) . "', '')";
|
||||
AND image_lang IN ('" . $db->sql_escape($this->img_lang) . "', '')";
|
||||
$result = $db->sql_query($sql, 3600);
|
||||
|
||||
$localised_images = false;
|
||||
|
|
|
@ -116,7 +116,7 @@ if ($id)
|
|||
$sql = 'SELECT *
|
||||
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
|
||||
WHERE imageset_id = ' . $theme['imageset_id'] . "
|
||||
AND image_lang IN('" . $db->sql_escape($user_image_lang) . "', '')";
|
||||
AND image_lang IN ('" . $db->sql_escape($user_image_lang) . "', '')";
|
||||
$result = $db->sql_query($sql, 3600);
|
||||
|
||||
$img_array = array();
|
||||
|
|
|
@ -164,12 +164,12 @@
|
|||
}
|
||||
|
||||
*:first-child+html dl.details dd {
|
||||
margin-right: 16em;
|
||||
margin-right: 15em;
|
||||
float: none;
|
||||
}
|
||||
|
||||
* html dl.details dd {
|
||||
margin-right: 16em;
|
||||
margin-right: 15em;
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
@ -468,7 +468,7 @@
|
|||
.rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout,
|
||||
.rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search {
|
||||
background-position: 100% 50%;
|
||||
padding: 0 17px 0 0;
|
||||
padding: 1px 17px 0 0;
|
||||
}
|
||||
|
||||
/* Poster profile icons
|
||||
|
|
|
@ -84,7 +84,7 @@ a.fontsize:hover {
|
|||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
padding: 0 0 0 17px;
|
||||
padding: 1px 0 0 17px;
|
||||
}
|
||||
|
||||
/* Poster profile icons
|
||||
|
|
|
@ -459,7 +459,7 @@ dl.details {
|
|||
dl.details dt {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 16em;
|
||||
width: 15em;
|
||||
text-align: right;
|
||||
color: #000000;
|
||||
display: block;
|
||||
|
|
|
@ -61,12 +61,12 @@ dl.icon {
|
|||
|
||||
/* Correctly clear floating for details on profile view */
|
||||
*:first-child+html dl.details dd {
|
||||
margin-left: 16em;
|
||||
margin-left: 15em;
|
||||
float: none;
|
||||
}
|
||||
|
||||
* html dl.details dd {
|
||||
margin-left: 16em;
|
||||
margin-left: 15em;
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue