aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | [ticket/11552] Do not collapse empty link listsVjacheslav Trushkin2013-10-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Remove inline css for signatureVjacheslav Trushkin2013-10-193-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Move post subject before buttonsVjacheslav Trushkin2013-10-196-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Change order of postbody and postprofileVjacheslav Trushkin2013-10-194-84/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Scrollbars for iOS devicesVjacheslav Trushkin2013-10-191-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show scroll bars for items with overflow on iOS devices with touch screen that do not show scroll bars by default PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive user profileVjacheslav Trushkin2013-10-193-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Fixes for notifications listVjacheslav Trushkin2013-10-192-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Fix overflow for large imagesVjacheslav Trushkin2013-10-191-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive formsVjacheslav Trushkin2013-10-183-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Fixes for auto-resize textareaVjacheslav Trushkin2013-10-181-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing auto-resize code to work with all possible box-sizing and checking for negative height. PHPBB3-11552
| * | | | | | | | | [ticket/11552] Break long wordsVjacheslav Trushkin2013-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Something that should have been added long time ago, but was not an issue until responsive design PHPBB3-11552
| * | | | | | | | | [ticket/11552] Compact mode for notifications and pm linksVjacheslav Trushkin2013-10-183-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will hide part of buttons for notifications and pm links in header before switching to responsive mode PHPBB3-11552
| * | | | | | | | | [ticket/11552] Fix rebase conflictsVjacheslav Trushkin2013-10-171-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Fix topiclist selectorsVjacheslav Trushkin2013-10-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive tables in MCPVjacheslav Trushkin2013-10-174-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] MCP fixes, responsive logsVjacheslav Trushkin2013-10-174-5/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Do not wrap site nameVjacheslav Trushkin2013-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive paragraphsVjacheslav Trushkin2013-10-172-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Responsive blocks below topics list and misc items PHPBB3-11552
| * | | | | | | | | [ticket/11552] Fixes for tabs and breadcrumbsVjacheslav Trushkin2013-10-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive minitabsVjacheslav Trushkin2013-10-175-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Adjustments for CP navigationVjacheslav Trushkin2013-10-171-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive CP navigationVjacheslav Trushkin2013-10-171-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Add search link to responsive headerVjacheslav Trushkin2013-10-173-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Breadcrumbs in footer, tabs bg colorVjacheslav Trushkin2013-10-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change breadcrumbs layout in footer to match breadcrumbs in header. Change background color for tabs dropdown menu PHPBB3-11552
| * | | | | | | | | [ticket/11552] Disable responsive JS for IE8-Vjacheslav Trushkin2013-10-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Join functions for hiding tabs and menuVjacheslav Trushkin2013-10-171-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive CP tabsVjacheslav Trushkin2013-10-175-6/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive notifications list, paginationVjacheslav Trushkin2013-10-171-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Insert responsive menu toggle before li.rightsideVjacheslav Trushkin2013-10-171-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Insert responsive menu toggle before li.rightside to prevent li.rightside:last-child css rule from not working PHPBB3-11552
| * | | | | | | | | [ticket/11552] Align text to left in right side popupsVjacheslav Trushkin2013-10-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Hide other popups when menu is toggledVjacheslav Trushkin2013-10-171-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Limit width of linklistsVjacheslav Trushkin2013-10-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit width of left/right aligned link lists PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive menuVjacheslav Trushkin2013-10-174-5/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] More breadcrumbs adjustmentsVjacheslav Trushkin2013-10-172-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Tooltips for breadcrumbsVjacheslav Trushkin2013-10-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Keep first nav row on same lineVjacheslav Trushkin2013-10-171-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Change breadcrumbs structureVjacheslav Trushkin2013-10-173-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Display checkbox in forums listVjacheslav Trushkin2013-10-171-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Move breadcrumbs upVjacheslav Trushkin2013-10-171-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove spacing between navigation and breadcrumbs Fix comments format in responsive.css PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive forums listVjacheslav Trushkin2013-10-171-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Responsive breadcrumbsVjacheslav Trushkin2013-10-174-3/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
| * | | | | | | | | [ticket/11552] Add .nojs or .hasjs to bodyVjacheslav Trushkin2013-10-173-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add .nojs to body element, swap it to .hasjs when JavaScript is enabled PHPBB3-11552
| * | | | | | | | | [ticket/11552] Basic rules for wrappers and headerVjacheslav Trushkin2013-10-171-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic rules for content wrapper, common block wrappers and header PHPBB3-11552
| * | | | | | | | | [ticket/11552] Add link to responsive.cssVjacheslav Trushkin2013-10-173-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to responsive.css and blank responsive.css PHPBB3-11552
| * | | | | | | | | [ticket/11552] Viewport meta for mobile devicesVjacheslav Trushkin2013-10-172-0/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11552
* | | | | | | | | Merge pull request #1799 from cyberalien/ticket/11947Nils Adermann2013-10-201-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | [ticket/11947] Notification link fixes
| * | | | | | | | [ticket/11947] Notification link fixesVjacheslav Trushkin2013-10-191-4/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow clicking child elements of link that toggles notification popup PHPBB3-11947
* | | | | | | | Merge remote-tracking branch 'prototech/ticket/10948' into developJoas Schilling2013-10-182-2/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/10948: [ticket/10948] Separate color swatch cells.
| * | | | | | | [ticket/10948] Separate color swatch cells.Cesar G2013-10-172-2/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-10948
| * | | | | | [ticket/11936] Additional Notification Bell Icon improvementMatt Friedman2013-10-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11936