aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-14 14:24:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-14 14:24:11 +0000
commit2b020b033dc3953696b10c062bc0e9ea8760c81f (patch)
tree6b4b9ead9a435e4a119fc1c2f105e91fb9f19692 /phpBB/adm/style/admin.css
parentb70cdc59cef0fbe6de73fc3d8cdeecf126d53236 (diff)
downloadforums-2b020b033dc3953696b10c062bc0e9ea8760c81f.tar
forums-2b020b033dc3953696b10c062bc0e9ea8760c81f.tar.gz
forums-2b020b033dc3953696b10c062bc0e9ea8760c81f.tar.bz2
forums-2b020b033dc3953696b10c062bc0e9ea8760c81f.tar.xz
forums-2b020b033dc3953696b10c062bc0e9ea8760c81f.zip
- 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
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 691accc13c..ba258e9bb1 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -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;