aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13982] Add events around ranksjaviexin2015-07-171-1/+1
| | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. Slight repositioning of events in the memberlist. PHPBB3-13982
* [ticket/13982] Add events around ranksjaviexin2015-07-047-2/+14
| | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. PHPBB3-13982
* Merge pull request #3515 from cyberalien/ticket/13741Joas Schilling2015-04-034-20/+2
|\ | | | | | | Ticket/13741 Remove outdated comments and references in css files
| * [ticket/13741] Remove outdated references to tweaks.csscyberalien2015-04-033-12/+2
| | | | | | | | PHPBB3-13741
| * [ticket/13741] Remove reference to unused body font-size declarationcyberalien2015-04-031-2/+0
| | | | | | | | | | | | Remove reference to font-size declaration that is no longer used in prosilver PHPBB3-13741
| * [ticket/13741] Remove reference to oudated rollover code that no longer existscyberalien2015-04-032-6/+0
| | | | | | | | | | | | Rollover code referenced in that comment has been removed in 3.1 PHPBB3-13741
* | Merge pull request #3467 from dragosvr92/patch-5Marc Alexander2015-04-032-2/+2
|\ \ | |/ |/| | | [ticket/13602] Adding a new event overall_header_navbar_before
| * [ticket/13602] Adding event overall_header_navbar_beforeDragos-Valentin Radulescu2015-03-062-2/+2
| | | | | | | | PHPBB3-13602
* | Merge pull request #3508 from cyberalien/ticket/13726Marc Alexander2015-04-021-3/+10
|\ \ | | | | | | | | | [ticket/13726] Fix function that calculates responsive breadcrumbs width
| * | [ticket/13726] Fix function that calculates responsive breadcrumbs widthcyberalien2015-03-281-3/+10
| | | | | | | | | | | | | | | | | | | | | Do not calculate width of hidden elements. Set minimum width to make sure breadcrumbs are always shown. PHPBB3-13726
* | | Merge pull request #3509 from cyberalien/ticket/13727Marc Alexander2015-04-021-1/+7
|\ \ \ | | | | | | | | | | | | [ticket/13727] Fix JS that resizes breadcrumbs
| * | | [ticket/13727] Fix JS that resizes breadcrumbscyberalien2015-03-281-1/+7
| |/ / | | | | | | | | | PHPBB3-13727
* | | [ticket/13736] Missing four colon in Contact us pageRaphaƫl M2015-04-021-4/+4
|/ / | | | | | | | | | | Replacing of four ```:``` with four {L_COLON} in Contact us page. PHPBB3-13736
* | Merge remote-tracking branch 'Senky/ticket/9457' into 3.1.xCesar G2015-03-188-10/+10
|\ \ | | | | | | | | | | | | * Senky/ticket/9457: [ticket/9457] Add WAI-ARIA landmarks to the Prosilver template files
| * | [ticket/9457] Add WAI-ARIA landmarks to the Prosilver template filesJakub Senko2015-02-168-10/+10
| | | | | | | | | | | | PHPBB3-9457
* | | [ticket/13702] Add initial-scale to viewport in page headercyberalien2015-03-142-2/+2
| | | | | | | | | | | | PHPBB3-13702
* | | Merge pull request #3428 from prototech/ticket/13463Marc Alexander2015-03-111-0/+7
|\ \ \ | | | | | | | | | | | | [ticket/13463] Correctly position notification mark read icon in RTL.
| * | | [ticket/13463] Correctly position notification mark read icon in RTL.Scout4all2015-02-191-0/+7
| | | | | | | | | | | | | | | | PHPBB3-13463
* | | | [ticket/13679] Add template event overall_header_searchbox_beforen-aleha2015-03-081-0/+1
| | | | | | | | | | | | | | | | PHPBB3-13679
* | | | Merge remote-tracking branch 'cyberalien/ticket/13667' into 3.1.xCesar G2015-03-051-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/13667: [ticket/13667] Fix buttons alignment in Chrome for Windows
| * | | | [ticket/13667] Fix buttons alignment in Chrome for Windowscyberalien2015-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13667
* | | | | Merge pull request #3454 from RMcGirr83/ticket/13590Marc Alexander2015-03-056-22/+28
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/13590] Headers of remember me login keys are not centered
| * | | | [ticket/13590] Headers of remember me login keys are not centeredRMcGirr832015-03-046-22/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected a few other files as well PHPBB3-13590
* | | | | Merge pull request #3451 from RMcGirr83/ticket/13510Marc Alexander2015-02-272-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13510] Add template even viewtopic_body_pagination_after
| * | | | | [ticket/13510] Add template even viewtopic_body_pagination_afterRMcGirr832015-02-262-2/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13510
* | | | | Merge pull request #3449 from prototech/ticket/13649Joas Schilling2015-02-262-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13649] Fix incorrect subforum tooltip title when unread.
| * | | | | [ticket/13649] Fix incorrect subforum tooltip title when unread.Cesar G2015-02-252-2/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13649
* | | | | [ticket/13563] Remove PM column from subsilver2's memberlist_body.html.Cesar G2015-02-251-7/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The PM link was intentionally dropped due to excessive query requirements, thus the column is without purpose now. See PHPBB3-13229 PHPBB3-13563
* | | | Merge pull request #3425 from dragosvr92/patch-4Joas Schilling2015-02-201-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | Update colours.css
| * | | | [ticket/13639] Update colours.cssDragos-Valentin Radulescu2015-02-201-1/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rule is a left over from development. it should be removed from colours.css .icon-search-advanced { background-image: url("./images/icon_search_adv.gif");} Area21 ticket: https://area51.phpbb.com/phpBB/viewtopic.php?f=81&p=275166 PHPBB3-13639
* | | | Merge branch 'Wolfsblvt-ticket/13533' into 3.1.xJoas Schilling2015-02-202-3/+13
|\ \ \ \
| * | | | [ticket/13533] Add template core event to search resultsWolfsblvt2015-02-202-3/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-13533
* | | | | [ticket/13640] Rearrange css in a better orderDragos-Valentin Radulescu2015-02-201-6/+8
| |/ / / |/| | | | | | | | | | | PHPBB3-13640
* | | | [ticket/13628] Allow ability for extension to add entries to user's profileRMcGirr832015-02-184-0/+8
| |/ / |/| | | | | | | | PHPBB3-13628
* | | [ticket/13615] Correctly display images for gallery avatar in subsilver2kamijoutouma2015-02-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Avatar Gallery shows categories but no images in subsilver2. The ID was not specified in the template. Also, the correct parent template loop is called avatar_local_row and not avatar_local_col. PHPBB3-13615
* | | Merge pull request #3302 from rxu/ticket/13512Joas Schilling2015-02-022-0/+4
|\ \ \ | | | | | | | | | | | | [ticket/13512] Add template events before/after the post details
| * | | [ticket/13512] Add template events before/after the post detailsrxu2015-01-172-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add template events to viewtopic_body.html to allow extensions adding content before/after the post details. PHPBB3-13512
* | | | [prep-release-3.1.3] Update version to 3.1.2-RC1Joas Schilling2015-01-262-4/+4
| | | |
* | | | Merge pull request #3296 from PayBas/ticket/13431Joas Schilling2015-01-191-28/+28
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13431] Fix responsive RTL media queries for <IE11
| * | | | [ticket/13431] Fix responsive RTL media queries for <IE11PayBas2015-01-161-28/+28
| |/ / / | | | | | | | | | | | | PHPBB3-13431
* | | | [ticket/13507] Fix horizontal scrollbar for large images in postsPayBas2015-01-161-0/+3
|/ / / | | | | | | | | | PHPBB3-13507
* | | Merge pull request #3176 from Senky/ticket/13346Dhruv Goel2015-01-111-2/+2
|\ \ \ | | | | | | | | [ticket/13346] Fix indentation, spacing and missing divs
| * | | [ticket/13346] Remove unnecessary divsJakub Senko2015-01-101-4/+1
| | | | | | | | | | | | | | | | PHPBB3-13346
| * | | [ticket/13346] Fix indentation, spacing and missing divsJakub Senko2014-11-241-3/+6
| | | | | | | | | | | | | | | | PHPBB3-13346
* | | | [ticket/13437] Add template event viewtopic_body_post_author_before/afterKailey Truscott2015-01-022-0/+4
| | | | | | | | | | | | | | | | PHPBB3-13437
* | | | Merge pull request #3224 from prototech/ticket/13427Joas Schilling2014-12-272-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13427] Add several before/after template events to mcp_front.html
| * | | | [ticket/13427] Add several before/after template events to mcp_front.html.Cesar G2014-12-092-0/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-13427
* | | | | Merge pull request #3218 from rxu/ticket/13419Joas Schilling2014-12-272-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13419] Add the lowermost template event
| * | | | | [ticket/13419] Add the lowermost template eventrxu2014-12-062-0/+4
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13419
* | | | | Merge pull request #3167 from Senky/ticket/12924Joas Schilling2014-12-2710-12/+12
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [ticket/12924] Make meta tags self-closing