Michael Miday
ba1eda7d95
[ticket/15647] fix post font-size and line-height
...
PHPBB3-15647
2018-04-18 18:34:20 -04:00
Michael Miday
025d40a63d
[ticket/15565] remove improper font-sizes
...
PHPBB3-15565
2018-02-21 19:24:51 +01:00
Marc Alexander
2b7c498f40
Merge branch '3.2.x'
2017-12-17 16:13:10 +01:00
Michael Miday
20ab0e16f0
[ticket/15470] Add font-size
...
PHPBB3-15470
2017-11-28 09:20:27 -05:00
Marc Alexander
9448cb07c6
Merge pull request #5005 from hanakin/ticket/15404
...
[ticket/15404] autoprefix browser compatibility
2017-11-04 14:46:30 +01:00
Marc Alexander
2312af57c6
[ticket/15387] Fix CSS for master branch
...
PHPBB3-15387
2017-11-01 19:08:17 +01:00
Marc Alexander
1926f1a3a8
Merge pull request #5010 from hanakin/ticket/15414
...
[ticket/15414] Remove useless redundant css properties
2017-11-01 16:03:31 +01:00
Marc Alexander
51b8974312
Merge branch '3.2.x'
2017-11-01 13:21:37 +01:00
Marc Alexander
96cb62fe6d
Merge pull request #5026 from marc1706/ticket/15387
...
[ticket/15387] Make vertical bars full height on board index forum rows
2017-11-01 13:21:33 +01:00
Sophist
ab83b25857
[ticket/15387] Make vertical bars full height - fix MCP
...
Fix issue where changes were half applied to MCP creating c. 990px of
whitespace.
PHPBB3-15387
2017-11-01 11:03:00 +01:00
Sophist
e5860288be
[ticket/15387] Make vertical bars full height - fix 1
...
Fix issue with 2px gap at the bottom of the bars.
PHPBB3-15387
2017-11-01 11:00:49 +01:00
Sophist
44a0a9e3e0
[ticket/15387] Make vertical bars full height on forum topic rows - consistency
...
Make extra size consistent with immediately following css i.e. use 999px
not 99999px as v. large to exceed possible box size.
PHPBB3-15387
2017-11-01 11:00:33 +01:00
Sophist
a6b994d95e
[ticket/15387] Make vertical bars full height on board index forum rows
...
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
2017-11-01 11:00:06 +01:00
Michael Miday
f9e21a81dc
[ticket/15414] Inline with float
...
PHPBB3-15414
2017-10-17 23:31:58 -04:00
Michael Miday
83079a89c7
[ticket/15404] autoprefix browser compatability
...
PHPBB3-15404
2017-10-16 12:42:46 -04:00
hanakin
a408180c4a
[ticket/14976] fix errors
...
PHPBB3-14976
2017-10-11 14:51:16 -04:00
hanakin
f7baa94d44
[ticket/14976] Fix content.css
...
PHPBB3-14976
2017-10-11 14:50:32 -04:00
hanakin
4ddc9a89fe
[ticket/14976] more fixes in content.css
...
PHPBB3-14976
2017-10-11 14:50:32 -04:00
hanakin
725805e7ed
[ticket/14976] Some more em conversions
...
PHPBB3-14976
2017-10-11 14:48:33 -04:00
Marc Alexander
5fb7029692
Merge branch '3.2.x'
2017-10-11 19:06:52 +02:00
Michael Miday
e213b8264d
[ticket/15391] image-rendering no longer needed
...
PHPBB3-15391
2017-10-11 10:11:10 -04:00
Máté Bartus
905c5e3706
Merge branch '3.2.x'
2017-09-15 10:05:19 +02:00
Michael Miday
78c9d07a7b
[ticket/15271] align forum and topic row columns
...
PHPBB3-15271
2017-09-11 13:00:56 -04:00
Máté Bartus
2c56beee33
Merge pull request #4890 from hanakin/ticket/15308
...
[ticket/15308] Remove !important from pagination css class
2017-09-07 15:07:26 +02:00
Tristan Darricau
4bed192958
Merge pull request #4921 from hanakin/ticket/15343
...
[ticket/15343] Fix forum row inner list
* github.com:phpbb/phpbb:
[ticket/15343] make blocks
[ticket/15343] Fix forum row inner list
2017-09-07 14:58:26 +02:00
Michael Miday
30fa0c9474
[ticket/15344] update stylelint and fix issues
...
PHPBB3-15344
2017-09-02 15:44:47 -04:00
Michael Miday
40b2e3c1d4
[ticket/15343] make blocks
...
PHPBB3-15343
2017-09-01 06:30:44 -04:00
Michael Miday
95e5f9cfe0
[ticket/15343] Fix forum row inner list
...
PHPBB3-15343
2017-08-30 17:41:33 -04:00
Michael Miday
cff4e1e7fb
[ticket/15308] Unqualify selectors
...
PHPBB3-15308
2017-08-30 17:12:19 -04:00
Tristan Darricau
85cecd8764
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15292] Reduce bluriness for forum and topic icons
2017-08-06 12:01:05 +02:00
Marc Alexander
523a1e7b7c
[ticket/15292] Reduce bluriness for forum and topic icons
...
PHPBB3-15292
2017-07-23 21:29:10 +02:00
Marc Alexander
ee95103ced
Merge branch '3.2.x'
2017-05-21 16:42:17 +02:00
Marc Alexander
37e30ad83e
Merge pull request #4822 from Louis7777/ticket/15212
...
[ticket/15212] Fix code box double horizontal scrollbars
2017-05-21 16:38:21 +02:00
Louis7777
0c79cdcb31
[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
2017-05-04 20:04:11 +03:00
Louis7777
cc40d64e24
[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
2017-05-03 04:04:27 +03:00
Louis7777
3e971bd1f8
[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
2017-05-03 04:00:33 +03:00
Louis7777
234a6f1256
Update content.css
2017-05-03 03:30:16 +03:00
Louis7777
fd423d5a7a
[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
2017-05-03 02:58:05 +03:00
Marc Alexander
5f09e0ec0a
[ticket/15213] Fix stylelint failures
...
PHPBB3-15213
2017-05-02 13:55:36 -04:00
Marc Alexander
e60306d1e1
Merge pull request #4801 from hanakin/ticket/15156
...
[ticket/15156] Simplify user online notification
2017-04-27 17:04:18 -04:00
Marc Alexander
bd1206d45f
Merge branch '3.2.x'
2017-04-27 09:36:14 -04:00
hanakin
e678880492
[ticket/15156] Remove online styles
...
PHPBB3-15156
2017-04-19 14:10:34 -04:00
hanakin
ec71279a77
[ticket/15115] Fix errors
...
PHPBB3-15115
2017-03-24 20:01:09 -04:00
nomind60s
f62419e158
[ticket/15086] Remove properties that are no longer used
...
PHPBB3-15086
2017-03-24 05:39:30 -06:00
nomind60s
6da3b5e93d
[ticket/15086] Rework specification of properties to simplify
...
Once more rework the property specifications to maintain backwards compatability
and keep changes as small as possible. Thanks hanakin for the assistance.
PHPBB3-15086
2017-03-13 09:04:02 -06:00
nomind60s
b56be33e5b
[ticket/15086] Refactoring and moving to icons.css
...
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
2017-03-10 11:42:50 -07:00
nomind60s
6bbb7581c2
[ticket/15086] Merge cite and uncited definitions
...
Per hanakin's suggested changes, merged the cite and uncited definitions.
Handle the uncited case in RTL languages.
PHPBB3-15086
2017-03-07 20:50:51 -07:00
nomind60s
4113fba04d
[ticket/15086] Handle the uncited case properly
...
The blockquote uncited CSS needs the Font Awesome icon added as well
PHPBB3-15086
2017-02-24 06:26:42 -07:00
nomind60s
92fefcfe6f
[ticket/15086] corrections from vinny's review
...
Changed instances of 0px; to 0; and add missing element
PHPBB3-15086
2017-02-23 22:33:43 -07:00
Marc Alexander
54d60dc8b1
[ticket/14970] Fix issues noted by stylelint
...
PHPBB3-14970
2017-02-23 22:27:42 +01:00