aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [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 #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.xTristan Darricau2017-04-191-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13735] Fix input type number for Firefox in prosilver
| * | | | | [ticket/15173] Fix message area resizing lagLouis77772017-04-141-5/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resizing the posting editor's text area lags, because there is an all-inclusive CSS transition. This fix excludes the height property from having a noticeable transition. PHPBB3-15173
| * | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-0/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14844] Add CSS classes for strong and italics text to BBCodes
| * \ \ \ \ Merge pull request #4738 from rxu/ticket/15124Marc Alexander2017-03-191-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15124] Hide navbar icon titles in repsonsive view
| | * | | | | [ticket/15124] Hide navbar icon titles in repsonsive viewrxu2017-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15124
| * | | | | | Merge pull request #4695 from marc1706/ticket/15083Marc Alexander2017-03-191-0/+9
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | [ticket/15083] Fix invalid emoji sizing in ACP & print view
| | * | | | | [ticket/15083] Add stylelint definitionsMarc Alexander2017-02-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15083
| | * | | | | [ticket/15083] Fix invalid emoji sizing in ACP & print viewMarc Alexander2017-02-111-0/+7
| | | |_|/ / | | |/| | | | | | | | | | | | | | | PHPBB3-15083
| * | | | | Merge pull request #4696 from marc1706/ticket/14979Marc Alexander2017-03-081-0/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14979] Do not display underline for unread icon
| | * | | | | [ticket/14979] Use hanakin's CSS versionMarc Alexander2017-02-191-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14979
| | * | | | | [ticket/14979] Add text-decoration settings for lastpost links as wellMarc Alexander2017-02-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14979
| | * | | | | [ticket/14979] Do not display underline for unread iconMarc Alexander2017-02-111-0/+4
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14979
| * | | | | Merge pull request #4714 from vinny/ticket/14732Marc Alexander2017-03-081-7/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14732] Remove PHP Code syntax highlighting references
| | * | | | | [ticket/14732] Remove PHP Code syntax highlighting referencesVinny2017-02-281-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14732
| * | | | | | Merge pull request #4629 from hubaishan/ticket/14975Marc Alexander2017-02-221-4/+15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14975] Correct RTL style css
| | * | | | | | [ticket/14975] Changes requested by hanakinSaeed Hubaishan2017-02-221-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14975] Changes requested by hanakin [PHPBB3-14975]
| | * | | | | | [ticket/14975] add missing .rtlSaeed Hubaishan2017-01-301-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14975] add missing .rtl and resolve conflict [PHPBB3-14975]
| | * | | | | | [ticket/14975] Correct RTL style csshubaishan2017-01-101-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display_options.html corrected to move (display and sorting option) to right jumpbox.html corrected to change arrow direction to left in RTL pagination.html corrected to change arrows direction on RTL bidi.css more edittions to correct remain style mistakes PHPBB3-14975
| * | | | | | | [ticket/15058] Force browser to redownload stylesheetsDavid Colón2017-02-101-12/+12
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-02-051-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15059] Preserve code line breaks and scroll overflow
| * | | | | | | [ticket/15062] Update to Rhea version the CSS filesVinny2017-02-011-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15062
| * | | | | | [ticket/15037] Optimize what can behanakin2017-01-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | [ticket/15037] Update topic icons to retinahanakin2017-01-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | [ticket/15037] Update imageset to retinahanakin2017-01-2337-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | [ticket/15023] Fix for lintinghanakin2017-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15023
| * | | | | | [ticket/15023] Remove all prev RWD and add newhanakin2017-01-161-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15023
| * | | | | | [ticket/15023] undo previous changeshanakin2017-01-162-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15023
| * | | | | | Merge pull request #4630 from hubaishan/ticket/14984Tristan Darricau2017-01-151-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14984] Correct wrong arrow direction in PM inbox * hubaishan/ticket/14984: [ticket/14984] Correct wrong arrow direction in PM inbox
| | * | | | | | [ticket/14984] Correct wrong arrow direction in PM inboxhubaishan2017-01-101-0/+4
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icons.css change is needed for RTL, becouse inherit float is right PHPBB3-14984
| * | | | | | [ticket/14772] Add rtl definition for .topic-poster and small marginMarc Alexander2017-01-062-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14772
| * | | | | | [ticket/14772] Use float to prevent pagination overwriting topic timeMarc Alexander2017-01-061-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14772
| * | | | | | [ticket/14914] Made emoji scale in size with textJoshyPHP2016-12-271-0/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14914
| * | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #4575 from Crizz0/ticket/14909Marc Alexander2016-12-181-3/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14909] Increases CSS specifity of .header-image to avoid unde…
| | * | | | | [ticket/14909] Increases CSS specifity of .header-image to avoid underlineChristian Schnegelberger2016-12-101-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14909
| * | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles
| * | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-021-1/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-122-4/+21
| |\ \ \ \ \ \ \
| * | | | | | | | [ticket/14588] fix header search rtlMichael Miday2016-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14588#add-comment PHPBB3-14588
| * | | | | | | | [ticket/14447] Remove trailing white spaces in ProsilverMatt Friedman2016-02-026-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14447