diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-04-26 09:15:22 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2014-04-26 09:15:22 -0700 |
| commit | f5262eb92885e76eb6ebd09265882426f4b11b31 (patch) | |
| tree | c7fe2c929317e36aae53dc85b40c79999f60a1c2 /phpBB/adm/style/acp_users.html | |
| parent | 3bebbc05ee2e762e8ec598e898e7930a55621fb7 (diff) | |
| download | forums-f5262eb92885e76eb6ebd09265882426f4b11b31.tar forums-f5262eb92885e76eb6ebd09265882426f4b11b31.tar.gz forums-f5262eb92885e76eb6ebd09265882426f4b11b31.tar.bz2 forums-f5262eb92885e76eb6ebd09265882426f4b11b31.tar.xz forums-f5262eb92885e76eb6ebd09265882426f4b11b31.zip | |
[ticket/12332] Accomplish all word creaking in template and CSS
PHPBB3-12332
Diffstat (limited to 'phpBB/adm/style/acp_users.html')
| -rw-r--r-- | phpBB/adm/style/acp_users.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index b84e32013f..d1be177cfa 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -164,14 +164,14 @@ </div> <!-- IF .attach --> - <table class="table1 zebra-table"> + <table class="table1 zebra-table fixed-width-table"> <thead> <tr> <th>{L_FILENAME}</th> - <th>{L_POST_TIME}</th> - <th>{L_FILESIZE}</th> - <th>{L_DOWNLOADS}</th> - <th>{L_MARK}</th> + <th style="width: 15%;">{L_POST_TIME}</th> + <th style="width: 15%;">{L_FILESIZE}</th> + <th style="width: 15%;">{L_DOWNLOADS}</th> + <th style="width: 10%;">{L_MARK}</th> </tr> </thead> <tbody> |
