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:
parent
b70cdc59ce
commit
2b020b033d
@ -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;
|
||||
|
@ -531,7 +531,8 @@ dl.codebox code {
|
||||
|
||||
.attach-image img {
|
||||
border: 1px solid #999999;
|
||||
cursor: move;
|
||||
/* cursor: move; */
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Inline image thumbnails */
|
||||
|
Loading…
x
Reference in New Issue
Block a user