mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- capitalize on menus (much much much much much much more readable)
- remove unneccessary "effective" (the view and the explanation should already imply this) to gain more space - we need to be as short as possible if labeling menu items. git-svn-id: file:///svn/phpbb/trunk@6522 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eb0c49da11
commit
74e03ddf62
3 changed files with 7 additions and 5 deletions
|
@ -229,6 +229,7 @@ span.corners-top span, span.corners-bottom span {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu p {
|
#menu p {
|
||||||
|
|
|
@ -180,11 +180,11 @@ $lang = array_merge($lang, array(
|
||||||
'ACP_VC_SETTINGS' => 'Visual confirmation settings',
|
'ACP_VC_SETTINGS' => 'Visual confirmation settings',
|
||||||
'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA image preview',
|
'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA image preview',
|
||||||
'ACP_VERSION_CHECK' => 'Check for updates',
|
'ACP_VERSION_CHECK' => 'Check for updates',
|
||||||
'ACP_VIEW_ADMIN_PERMISSIONS' => 'View effective administrative permissions',
|
'ACP_VIEW_ADMIN_PERMISSIONS' => 'View administrative permissions',
|
||||||
'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View effective forum moderation permissions',
|
'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View forum moderation permissions',
|
||||||
'ACP_VIEW_FORUM_PERMISSIONS' => 'View effective forum-based permissions',
|
'ACP_VIEW_FORUM_PERMISSIONS' => 'View forum-based permissions',
|
||||||
'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View effective global moderatoration permissions',
|
'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View global moderatoration permissions',
|
||||||
'ACP_VIEW_USER_PERMISSIONS' => 'View effective user-based permissions',
|
'ACP_VIEW_USER_PERMISSIONS' => 'View user-based permissions',
|
||||||
|
|
||||||
'ACP_WORDS' => 'Word censoring',
|
'ACP_WORDS' => 'Word censoring',
|
||||||
|
|
||||||
|
|
|
@ -227,6 +227,7 @@ p.topicdetails {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
|
|
Loading…
Add table
Reference in a new issue