mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10742] Fixing table widths
Fixing table widths for members list, team page, online users list PHPBB3-10742
This commit is contained in:
parent
bf0a3ddaca
commit
24cd3a21a0
2 changed files with 1 additions and 5 deletions
|
@ -385,7 +385,7 @@ ul.rightside {
|
||||||
/* Table styles
|
/* Table styles
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
table.table1 {
|
table.table1 {
|
||||||
/* See tweaks.css */
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ucp-main table.table1 {
|
#ucp-main table.table1 {
|
||||||
|
|
|
@ -4,10 +4,6 @@ These style definitions are IE 7 and 8 specific
|
||||||
tweaks required due to its poor CSS support.
|
tweaks required due to its poor CSS support.
|
||||||
-------------------------------------------------*/
|
-------------------------------------------------*/
|
||||||
|
|
||||||
table.table1 {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Align checkboxes/radio buttons nicely */
|
/* Align checkboxes/radio buttons nicely */
|
||||||
dd label input {
|
dd label input {
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
|
|
Loading…
Add table
Reference in a new issue