very tiny adjustements...

git-svn-id: file:///svn/phpbb/trunk@8049 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-08-19 10:39:27 +00:00
parent 3d46fcb05c
commit b8b85e5aca
7 changed files with 10 additions and 10 deletions

View file

@ -14,7 +14,7 @@
* *
* @version class.jabber2.php 1306 2007-06-21 * @version class.jabber2.php 1306 2007-06-21
* @copyright 2006 Flyspray.org * @copyright 2006 Flyspray.org
* @author: Florian Schmitz (floele) * @author Florian Schmitz (floele)
* *
* Modified by Acyd Burn * Modified by Acyd Burn
* *

View file

@ -164,12 +164,12 @@
} }
*:first-child+html dl.details dd { *:first-child+html dl.details dd {
margin-right: 16em; margin-right: 15em;
float: none; float: none;
} }
* html dl.details dd { * html dl.details dd {
margin-right: 16em; margin-right: 15em;
float: none; 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 .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 { .rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search {
background-position: 100% 50%; background-position: 100% 50%;
padding: 0 17px 0 0; padding: 1px 17px 0 0;
} }
/* Poster profile icons /* Poster profile icons

View file

@ -84,7 +84,7 @@ a.fontsize:hover {
background-position: 0 50%; background-position: 0 50%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: none; background-image: none;
padding: 0 0 0 17px; padding: 1px 0 0 17px;
} }
/* Poster profile icons /* Poster profile icons

View file

@ -459,7 +459,7 @@ dl.details {
dl.details dt { dl.details dt {
float: left; float: left;
clear: left; clear: left;
width: 16em; width: 15em;
text-align: right; text-align: right;
color: #000000; color: #000000;
display: block; display: block;

View file

@ -61,12 +61,12 @@ dl.icon {
/* Correctly clear floating for details on profile view */ /* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd { *:first-child+html dl.details dd {
margin-left: 16em; margin-left: 15em;
float: none; float: none;
} }
* html dl.details dd { * html dl.details dd {
margin-left: 16em; margin-left: 15em;
float: none; float: none;
} }