aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11972] Add posting_editor_message_after template eventDavid King2013-11-021-0/+2
| | | | PHPBB3-11972
* [ticket/11972] Add posting_editor_message_before template eventDavid King2013-11-021-0/+2
| | | | PHPBB3-11972
* [ticket/11972] Add posting_editor_subject_before template eventDavid King2013-11-021-0/+2
| | | | PHPBB3-11972
* [ticket/11972] Add posting_editor_subject_after template eventDavid King2013-11-021-0/+2
| | | | PHPBB3-11972
* Merge pull request #1840 from cyberalien/ticket/11030Nathan Guse2013-11-021-2/+4
|\ | | | | Fix cursor in prosilver and ACP
| * [ticket/11030] Fix cursor for checkboxesVjacheslav Trushkin2013-10-301-1/+1
| | | | | | | | PHPBB3-11030
| * [ticket/11030] Fixing cursor appearing in file upload browse button.erangamapa2013-10-301-2/+4
| | | | | | | | | | | | | | Removed unnecessary cursor CSS properties added for form inputs in both acp and prosilver styles. Added cursor:pointer property only for buttons. PHPBB3-11030
* | [ticket/11992] Fix Users with most Warnings blockMarcus Vinny2013-10-311-1/+1
|/ | | | PHPBB3-11992
* [ticket/11956] Ability to swap full and responsive textVjacheslav Trushkin2013-10-261-0/+25
| | | | PHPBB3-11956
* [ticket/11956] Move code that hides dropdowns to assetsVjacheslav Trushkin2013-10-261-9/+0
| | | | PHPBB3-11956
* [ticket/11956] Move dropdown handler to assetsVjacheslav Trushkin2013-10-261-106/+4
| | | | PHPBB3-11956
* [ticket/11956] Check for children elements in tablesVjacheslav Trushkin2013-10-261-1/+1
| | | | PHPBB3-11956
* [ticket/11956] Adjust few elements for tiny devicesVjacheslav Trushkin2013-10-251-1/+14
| | | | | | | Change min-width for tiny phones Adjust form elements max-width for tiny phones PHPBB3-11956
* [ticket/11956] Fix IE responsive breadcrumbs and navigation iconVjacheslav Trushkin2013-10-252-11/+15
| | | | PHPBB3-11956
* [ticket/11956] Swap navigation events in headerVjacheslav Trushkin2013-10-251-2/+2
| | | | PHPBB3-11956
* [ticket/11956] Fix asterix position in post menu iconVjacheslav Trushkin2013-10-241-0/+0
| | | | PHPBB3-11956
* [ticket/11956] Reverse order of .rightside items in dropdownVjacheslav Trushkin2013-10-241-1/+5
| | | | PHPBB3-11956
* [ticket/11956] One more dropdown fixVjacheslav Trushkin2013-10-241-6/+0
| | | | PHPBB3-11956
* [ticket/11956] More resposive dropdown fixesVjacheslav Trushkin2013-10-242-4/+4
| | | | PHPBB3-11956
* [ticket/11956] Move dropdown menu from edges of screenVjacheslav Trushkin2013-10-243-0/+30
| | | | | | Also add -webkit prefix to box-sizing PHPBB3-11956
* [ticket/11956] More fixes for responsive minitabsVjacheslav Trushkin2013-10-242-1/+3
| | | | PHPBB3-11956
* [ticket/11956] Adjustments for responsive minitabsVjacheslav Trushkin2013-10-242-2/+21
| | | | PHPBB3-11956
* [ticket/11956] Make notification, pm and forum index icons clickableVjacheslav Trushkin2013-10-241-0/+6
| | | | PHPBB3-11956
* [ticket/11956] Responsive subforums listVjacheslav Trushkin2013-10-241-0/+8
| | | | PHPBB3-11956
* [ticket/11956] Fix docblock for dropdown handlerVjacheslav Trushkin2013-10-241-8/+8
| | | | PHPBB3-11956
* [ticket/11956] Reusable dropdown handlerVjacheslav Trushkin2013-10-245-164/+249
| | | | | | | | Replace dropdown menu code with reusable handler that is shared between all types of dropdown menus and can be used by custom menus by extensions. PHPBB3-11956
* [ticket/11956] Remove background image from *CP navigationVjacheslav Trushkin2013-10-241-0/+7
| | | | PHPBB3-11956
* [ticket/11956] Change .skip-responsive to data attributeVjacheslav Trushkin2013-10-242-6/+6
| | | | PHPBB3-11956
* [ticket/11956] Fix responsive linkslist bugVjacheslav Trushkin2013-10-241-3/+5
| | | | PHPBB3-11956
* [ticket/11956] Wider pagination links on mobile devicesVjacheslav Trushkin2013-10-242-1/+7
| | | | | | | Wider pagination links on mobile devices. Also fixes typo in pagination selector. PHPBB3-11956
* [ticket/11956] Fix postprofile popupVjacheslav Trushkin2013-10-242-2/+8
| | | | PHPBB3-11956
* [ticket/11956] Responsive quick login formVjacheslav Trushkin2013-10-242-3/+27
| | | | PHPBB3-11956
* [ticket/11956] Arrow for responsive popupVjacheslav Trushkin2013-10-244-19/+45
| | | | PHPBB3-11956
* [ticket/11956] Fix missing class name in index_body.htmlVjacheslav Trushkin2013-10-241-1/+1
| | | | PHPBB3-11956
* [ticket/11956] Better responsive breadcrumbsVjacheslav Trushkin2013-10-242-18/+20
| | | | PHPBB3-11956
* [ticket/11956] Put bottom nav in one blockVjacheslav Trushkin2013-10-241-6/+4
| | | | PHPBB3-11956
* [ticket/11956] Put top navigation in one blockVjacheslav Trushkin2013-10-241-7/+5
| | | | PHPBB3-11956
* [ticket/11956] Move JS to reusable functionVjacheslav Trushkin2013-10-241-373/+424
| | | | | | | | Move JS to reusable function that can be ran for all content added with JavaScript such as results of AJAX forms PHPBB3-11956
* [ticket/11956] Adjustments to responsive topiclist listsVjacheslav Trushkin2013-10-2416-37/+170
| | | | | | | | | | | Changes behavior of topiclist lists on mobile devices. Shows/hides certain elements in each row to present all important information to visitor on mobile devices, such as last post when viewing forum instead of first post. Also fixes topiclist layout bug in drafts.html PHPBB3-11956
* [ticket/11956] Move responsive *CP navigationVjacheslav Trushkin2013-10-242-35/+38
| | | | | | | Move responsive *CP navigation to cp.css because layout has to change at width higher than 700px PHPBB3-11956
* [ticket/11956] Fix errors in drafts.htmlVjacheslav Trushkin2013-10-241-8/+10
| | | | PHPBB3-11956
* [ticket/11956] Fix topic actions layoutVjacheslav Trushkin2013-10-241-0/+6
| | | | | | Fix topic actions layout on mobile devices PHPBB3-11956
* [ticket/11956] Fix responsive jumpboxVjacheslav Trushkin2013-10-241-1/+5
| | | | PHPBB3-11956
* [ticket/11956] Hide author on mobile devicesVjacheslav Trushkin2013-10-241-1/+1
| | | | | | Hide duplicate author name in posts on mobile devices PHPBB3-11956
* [ticket/11956] Scale down online image for HD displayVjacheslav Trushkin2013-10-241-0/+8
| | | | | | Scale down online image for HD displays PHPBB3-11956
* [ticket/11956] Scale down large avatarsVjacheslav Trushkin2013-10-241-0/+5
| | | | | | Prevent large avatars from breaking layout on any resolution. PHPBB3-11956
* [ticket/11956] Fix member list pageVjacheslav Trushkin2013-10-242-1/+9
| | | | PHPBB3-11956
* [ticket/11956] Add assets_version to responsive.css linkVjacheslav Trushkin2013-10-242-2/+2
| | | | PHPBB3-11556
* [ticket/11956] Responsive AJAX alertsVjacheslav Trushkin2013-10-242-2/+16
| | | | PHPBB3-11956
* [ticket/11872] Template syntax typos in oauth templatesVjacheslav Trushkin2013-10-231-1/+1
| | | | PHPBB3-11872