1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-19 22:10:14 +02:00

- ok, the move cursor really looks strange while having small images (without thumbnailing) attached. The con here is that users may only notice the "view complete image" feature by accidently clicking on a large image.

- also try to not capitalize (uppercase is only giving problems sometimes; but able to be solved by translators, capitalize just does not work for some languages)


git-svn-id: file:///svn/phpbb/trunk@7568 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-05-14 14:24:11 +00:00
parent b70cdc59ce
commit 2b020b033d
2 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,6 @@ a:active {
padding: 0;
font-size: 0.85em;
font-weight: bold;
text-transform: capitalize;
}
#tabs a {
@ -638,7 +637,7 @@ legend {
font-weight: bold;
color: #115098;
position: relative;
text-transform: capitalize;
text-transform: none;
line-height: 1.00em;
top: 0em;
vertical-align: middle;

View File

@ -531,7 +531,8 @@ dl.codebox code {
.attach-image img {
border: 1px solid #999999;
cursor: move;
/* cursor: move; */
cursor: default;
}
/* Inline image thumbnails */