1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 01:25:57 +02:00

[ticket/11552] Responsive forms

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-18 23:47:03 +03:00
parent 12c34e4176
commit ea874c2ffb
3 changed files with 58 additions and 9 deletions

View File

@@ -300,6 +300,53 @@ table.mcp-logs-full td:nth-child(3) {
text-align: right;
}
/* Forms
----------------------------------------*/
fieldset dt, fieldset.fields1 dt, fieldset.fields2 dt {
width: auto;
float: none;
}
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
margin-left: 20px;
}
textarea, dd textarea, #message-box textarea {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#smiley-box, #message-box {
float: none;
width: auto;
}
#smiley-box {
margin-top: 5px;
}
.bbcode-status {
display: none;
}
#colour_palette table, #colour_palette tbody, #colour_palette tr {
display: block;
}
#colour_palette td {
display: inline-block;
margin-right: 2px;
}
#colour_palette td:nth-child(2n) {
display: none;
}
#colour_palette a {
display: inline-block !important;
}
/* Misc stuff
----------------------------------------*/
h2 {