aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/7488] Display no forums message if user can't see forums of categoryMarc Alexander2017-09-081-0/+6
| | | | PHPBB3-7488
* Merge pull request #4920 from hanakin/ticket/15262Tristan Darricau2017-09-071-1/+1
|\ | | | | | | | | | | | | [ticket/15262] Update button font-weight * github.com:phpbb/phpbb: [ticket/15262] Update the font-weight of buttons
| * [ticket/15262] Update the font-weight of buttonsMichael Miday2017-08-301-1/+1
| | | | | | | | PHPBB3-15262
* | Merge pull request #4919 from sdschulze/ticket/15309Tristan Darricau2017-09-074-13/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15309] Fix pagination overlap in prosilver via "left-box" * github.com:phpbb/phpbb: [ticket/15309] Add margin to pagination [ticket/15309] Right-align responsive pagination for consistency [ticket/15309] Fix pagination overlap
| * | [ticket/15309] Add margin to paginationSoeren D. Schulze2017-08-311-0/+2
| | | | | | | | | | | | | | | | | | Set margin-top and margin-bottom of pagination to 3px PHPBB3-15309
| * | [ticket/15309] Right-align responsive pagination for consistencySoeren D. Schulze2017-08-281-9/+0
| | | | | | | | | | | | | | | | | | Left-aligning pagination is no longer needed after fix PHPBB3-15309
| * | [ticket/15309] Fix pagination overlapSoeren D. Schulze2017-08-283-4/+3
| |/ | | | | | | | | | | Mark the contents of the column as "left-box", enabling proper alignment PHPBB3-15309
* | Merge pull request #4905 from rxu/ticket/15324Máté Bartus2017-09-071-0/+2
|\ \ | | | | | | [ticket/15324] Add more core and template events
| * | [ticket/15324] Add more core and template eventsrxu2017-08-161-0/+2
| |/ | | | | | | PHPBB3-15324
* | Merge pull request #4914 from kasimi/ticket/15334Máté Bartus2017-09-071-0/+1
|\ \ | | | | | | [ticket/15334] Add template event viewtopic_topic_title_before
| * | [ticket/15334] Add template event viewtopic_topic_title_beforekasimi2017-08-211-0/+1
| |/ | | | | | | PHPBB3-15334
* | [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-241-1/+1
|/ | | | PHPBB3-15328
* Merge pull request #4884 from hubaishan/ticket/15297Marc Alexander2017-08-131-0/+6
|\ | | | | | | [ticket/15297] Fix current date broken lines
| * [ticket/15297] revert changes to responsive.css change to bidi.csshubaishan2017-07-302-2/+8
| | | | | | | | | | | | | | revert changes to responsive.css adding the class to bidi.css PHPBB3-15297
| * Revert "[ticket/15297] revert changes to responsive.css and fix by editing ↵hubaishan2017-07-302-540/+580
| | | | | | | | | | | | bidi.css" This reverts commit 5d0a41b814272a3abaf6b439797e7d4cb7e3d38c.
| * [ticket/15297] revert changes to responsive.css and fix by editing bidi.csshubaishan2017-07-302-580/+540
| | | | | | | | | | | | | | Revert changes to responsive.css Adding class to bidi.css PHPBB3-15297
| * [ticket/15297] Fix current date broken lineshubaishan2017-07-301-2/+2
| | | | | | | | | | | | | | Because browsers give priority to style in bidi.css so I sign (!important) to the style in responsive.css PHPBB3-15297
* | [ticket/15292] Reduce bluriness for forum and topic iconsMarc Alexander2017-07-231-0/+1
| | | | | | | | PHPBB3-15292
* | [prep-release-3.2.1] Update version numbers for 3.2.1-RC1Marc Alexander2017-06-251-2/+2
| |
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-051-2/+2
|\ \
| * \ Merge pull request #4818 from rxu/ticket/15205Marc Alexander2017-06-052-2/+2
| |\ \ | | | | | | | | | | | | [ticket/15205] Add template events prepending/appending subforum link
| | * | [ticket/15205] Add template events prepending/appending subforum linkrxu2017-05-012-2/+2
| | | | | | | | | | | | | | | | PHPBB3-15205
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-053-6/+9
|\ \ \ \ | |/ / /
| * | | Merge pull request #4782 from nomind60s/ticket/14498Marc Alexander2017-06-053-6/+9
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14498] Don't display 'Who is online' members when permission is No
| | * | | [ticket/14498] Don't display 'Who is online' members when permission is Nonomind60s2017-03-293-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user permission 'Can view profiles, memberlist and online list' is set to No (or Never) the user should not be able to see which members are online in the following places, index page, view topic and view forum. Before this change, guests and bots would see the list of members who are online, which doesn't match with the user permission and could create privacy issues where guests or bots could track when a member was online. PHPBB3-14498
* | | | | Merge pull request #4822 from Louis7777/ticket/15212Marc Alexander2017-05-211-5/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15212] Fix code box double horizontal scrollbars
| * | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
| * | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
| * | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
| * | | | | Update content.cssLouis77772017-05-031-1/+1
| | | | | |
| * | | | | [ticket/15212] Fix code box double horizontal scrollbarsLouis77772017-05-031-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212
* | | | | | Merge pull request #4834 from senky/ticket/15056Marc Alexander2017-05-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15056] Update subforum icons with Mark forums read
| * | | | | | [ticket/15056] Update subforum icons with Mark forums readJakub Senko2017-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15056
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-211-0/+2
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | [ticket/15020] Add Event for mcp_topic_postrow_post_subjectDaniel Mota2017-05-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 2 events: mcp_topic_postrow_post_subject_before mcp_topic_postrow_post_subject_after PHPBB3-15020
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-05-211-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | [ticket/14996] Add Event for search_results_topic_title_afterDaniel Mota2017-05-211-0/+1
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-14996
* | | | | Merge pull request #4710 from nomind60s/ticket/15086Marc Alexander2017-04-274-12/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15086] Replace quote.gif with Font Awesome icon
| * | | | | [ticket/15086] Remove properties that are no longer usednomind60s2017-03-242-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15086
| * | | | | [ticket/15086] Rework specification of properties to simplifynomind60s2017-03-133-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once more rework the property specifications to maintain backwards compatability and keep changes as small as possible. Thanks hanakin for the assistance. PHPBB3-15086
| * | | | | [ticket/15086] Move RTL Font Awesome icon to icons.cssnomind60s2017-03-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per github discussion, move the RTL Font Awesome coding from bidi.css to icons.css. PHPBB3-15086
| * | | | | [ticket/15086] Refactoring and moving to icons.cssnomind60s2017-03-103-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per hanakin's github suggestions some refactoring and moved icons into icons.css for conistency. The RTL icons remain in bidi.css to keep all the RTL content in a consistant location. A number of places where setting something to zero have been removed. PHPBB3-15086
| * | | | | [ticket/15086] Merge cite and uncited definitionsnomind60s2017-03-072-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per hanakin's suggested changes, merged the cite and uncited definitions. Handle the uncited case in RTL languages. PHPBB3-15086
| * | | | | [ticket/15086] Handle the uncited case properlynomind60s2017-02-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The blockquote uncited CSS needs the Font Awesome icon added as well PHPBB3-15086
| * | | | | [ticket/15086] corrections from vinny's reviewnomind60s2017-02-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed instances of 0px; to 0; and add missing element PHPBB3-15086
| * | | | | [ticket/15086] Replace quote.gif with Font Awesome iconnomind60s2017-02-233-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the Font Awesome icon for a quote rather than the quote.gif file. I believe I've handled the RTL case as well. PHPBB3-15086
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-261-0/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #4672 from senky/ticket/13603Marc Alexander2017-04-262-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13603] Add index_body_stat_blocks_after event
| | * | | | | [ticket/13603] Add index_body_stat_blocks_after eventJakub Senko2017-01-232-0/+4
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | PHPBB3-13603
| * | | | | Merge pull request #4780 from marc1706/ticket/8116Tristan Darricau2017-04-211-1/+29
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8116] Add pagination for IP tables and post info * github.com:phpbb/phpbb: [ticket/8116] Add missing new line [ticket/8116] Correctly get other users who posted under IP [ticket/8116] Improve code and add tests for helper functions [ticket/8116] Add pagination for IP tables on post info