| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
[ticket/15673] Fix Duplicated links in QuickLinks and main nav bar
* github.com:/phpbb/phpbb:
[ticket/15673] Fix Duplicated links in QuickLinks and main nav bar
|
| |
| |
| |
| |
| |
| | |
Add required class to common.css
PHPBB3-15673
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/15611] Fix misaligned text in responsive user profile
* github.com:/phpbb/phpbb:
[ticket/15611] Fix misaligned text in responsive user profile
|
| |/
| |
| |
| |
| |
| |
| | |
Corrects misaligned header text when viewing a user profile in prosilver
mobile layout by force clearing the columns.
PHPBB3-15611
|
| |
| |
| |
| | |
PHPBB3-15676
|
|/
|
|
| |
PHPBB3-15676
|
|
|
|
| |
PHPBB3-15470
|
|\
| |
| |
| | |
[ticket/15195] Fix code block in rtl print version
|
| |
| |
| |
| | |
PHPBB3-15195
|
| |
| |
| |
| | |
PHPBB3-15195
|
|\ \
| |/
|/|
| | |
[ticket/15387] Make vertical bars full height on board index forum rows
|
| |
| |
| |
| |
| |
| |
| | |
Fix issue where changes were half applied to MCP creating c. 990px of
whitespace.
PHPBB3-15387
|
| |
| |
| |
| |
| |
| | |
Fix issue with 2px gap at the bottom of the bars.
PHPBB3-15387
|
| |
| |
| |
| |
| |
| |
| | |
Make extra size consistent with immediately following css i.e. use 999px
not 99999px as v. large to exceed possible box size.
PHPBB3-15387
|
| |
| |
| |
| |
| |
| |
| |
| | |
Make vertical left border bars for height for Topics and Posts columns
in board index forum rows when these columns have less height than e.g.
the Last Post column.
PHPBB3-15387
|
| |
| |
| |
| | |
PHPBB3-15391
|
| |
| |
| |
| | |
PHPBB3-15361
|
| |
| |
| |
| | |
PHPBB3-15361
|
|/
|
|
| |
PHPBB3-15361
|
|\
| |
| |
| | |
[ticket/13214] Contact us page textarea looks narrow in responsive mode
|
| |
| |
| |
| | |
PHPBB3-13214
|
|/
|
|
| |
PHPBB3-15271
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/15262] Update button font-weight
* github.com:phpbb/phpbb:
[ticket/15262] Update the font-weight of buttons
|
| |
| |
| |
| | |
PHPBB3-15262
|
| |
| |
| |
| |
| |
| | |
Set margin-top and margin-bottom of pagination to 3px
PHPBB3-15309
|
| |
| |
| |
| |
| |
| | |
Left-aligning pagination is no longer needed after fix
PHPBB3-15309
|
|/
|
|
|
|
| |
Mark the contents of the column as "left-box", enabling proper alignment
PHPBB3-15309
|
|\
| |
| |
| | |
[ticket/15297] Fix current date broken lines
|
| |
| |
| |
| |
| |
| |
| | |
revert changes to responsive.css
adding the class to bidi.css
PHPBB3-15297
|
| |
| |
| |
| |
| |
| | |
bidi.css"
This reverts commit 5d0a41b814272a3abaf6b439797e7d4cb7e3d38c.
|
| |
| |
| |
| |
| |
| |
| | |
Revert changes to responsive.css
Adding class to bidi.css
PHPBB3-15297
|
| |
| |
| |
| |
| |
| |
| | |
Because browsers give priority to style in bidi.css
so I sign (!important) to the style in responsive.css
PHPBB3-15297
|
| |
| |
| |
| | |
PHPBB3-15292
|
|\ \
| | |
| | |
| | | |
[ticket/15212] Fix code box double horizontal scrollbars
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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/15086] Replace quote.gif with Font Awesome icon
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15086
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Once more rework the property specifications to maintain backwards compatability
and keep changes as small as possible. Thanks hanakin for the assistance.
PHPBB3-15086
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Per github discussion, move the RTL Font Awesome coding from bidi.css
to icons.css.
PHPBB3-15086
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Per hanakin's suggested changes, merged the cite and uncited definitions.
Handle the uncited case in RTL languages.
PHPBB3-15086
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The blockquote uncited CSS needs the Font Awesome icon added as well
PHPBB3-15086
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed instances of 0px; to 0; and add missing element
PHPBB3-15086
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/13735] Fix input type number for Firefox in prosilver
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13735] Fix input type number for Firefox in prosilver
* github.com:phpbb/phpbb:
[ticket/13735] Fix input type number for Firefox in prosilver
|