Crizzo
f7f80a424f
[ticket/12680] Adds alternative text to contact icon in viewtopic.php
...
PHPBB3-12680
2014-06-09 23:08:21 +02:00
Cesar G
5310838163
[ticket/12614] Make the post buttons always visible.
...
PHPBB3-12614
2014-05-29 08:45:22 -07:00
Cesar G
aad195aaa8
[ticket/12155] Get rid of line-height value causing alignment issues in FF.
...
PHPBB3-12155
2014-05-27 07:17:48 -07:00
Cesar G
4d60583412
[ticket/12155] Get rid of the <span> where possible and fix buttons in Safari.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
7c3af55918
[ticket/12155] Combine the post and topic/PM button icons into a single sprite
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
70f9d4a54a
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
523c374e16
[ticket/12155] Remove star hack from padding-right property of .button.
...
This was in place for IE7 due to the use of :after for inserting the button
icon. IE7 does not support :after, so the hack removed the extra padding that
made room for the icon. We no longer use :after for the icon, so this is no
longer an issue... not to mention that IE7 is no longer supported.
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
7f2c3866ed
[ticket/12155] Fix tabbing and put one selector per line if string is too long
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
74afe4acea
[ticket/12155] Make opacity transition faster and fix background image paths.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
c521fc2a4e
[ticket/12155] Fade out the buttons when leaving the post.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
cba58fe4e9
[ticket/12155] Display the buttons only when hovering the post.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
3106306a4d
[ticket/12155] Make the buttons bigger on touch devices.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
84fd965272
[ticket/12155] Clean up icons.
...
PHPBB3-12155
2014-05-27 07:17:46 -07:00
Cesar G
d3b9c87b42
[ticket/12155] Use the new .button class as the basis for the post buttons.
...
PHPBB3-12155
2014-05-27 07:17:46 -07:00
Cesar G
00ff33c9b4
[ticket/12155] Move existing button style to a more generic class.
...
PHPBB3-12155
2014-05-27 07:17:46 -07:00
neufke
aeb7803017
[ticket/12155] CSS-ing of the mini post buttons
...
Created a css version of the mini post buttons with the use of language vars
and no fixed width of height.
PHPBB3-12155
2014-05-27 07:17:46 -07:00
Nils Adermann
b187031082
Merge remote-tracking branch 'github-prototech/ticket/12265' into develop-ascraeus
...
* github-prototech/ticket/12265:
[ticket/12265] Actually use $u_pm.
[ticket/12265] Ensure that dropdown is always at the very left of the container
[ticket/12265] Define a loop for contact icons.
[ticket/12265] Break the icons that aren't in loop in case extensions add more
[ticket/12265] Fix modulo logic.
[ticket/12265] Adjust alignment of AIM and Jabber icons.
[ticket/12265] Ensure that there's only 4 icons per row in IE & Opera.
[ticket/12265] Add contact icon and remove border from last row & cells.
[ticket/12265] Fix issue with dropdown being restricted by the width of parent
[ticket/12265] Remove ugly logic.
[ticket/12265] Simplify contact icon design and move to dropdown.
Conflicts:
phpBB/viewtopic.php
2014-05-02 18:29:50 +02:00
Cesar G
89532ebbbe
[ticket/12265] Adjust alignment of AIM and Jabber icons.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
b9f9c33199
[ticket/12265] Ensure that there's only 4 icons per row in IE & Opera.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
11dd010f84
[ticket/12265] Add contact icon and remove border from last row & cells.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
df8832455d
[ticket/12265] Remove ugly logic.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
Cesar G
eae37267a5
[ticket/12265] Simplify contact icon design and move to dropdown.
...
PHPBB3-12265
2014-04-15 08:56:34 -07:00
PayBas
0e842d9958
[ticket/12389] Move print topic & email topic icons to topic tools
...
PHPBB3-12389
2014-04-11 19:41:40 +02:00
Joas Schilling
8eb15de406
[ticket/12168] Move padding-top to ul.linklist li
...
PHPBB3-12168
2014-03-11 11:26:13 +01:00
Joas Schilling
f2059f52f3
[ticket/12236] Move AOL Instant Messanger field to custom profile field
...
PHPBB3-12236
2014-03-05 22:13:22 +01:00
Joas Schilling
2e5106aae1
[ticket/12237] Convert yahoo messanger to custom profile field
...
PHPBB3-12237
2014-03-05 21:38:57 +01:00
Joas Schilling
83a7e632b9
[ticket/12235] Convert WLM to custom profile field
...
PHPBB3-12235
2014-03-04 10:19:08 +01:00
Joas Schilling
5b1fbfb2f2
[ticket/12187] Remove user_website functionality
...
PHPBB3-12187
2014-03-03 20:01:19 +01:00
Joas Schilling
76409388af
[ticket/12234] Replace ICQ with custom profile field
...
PHPBB3-12234
2014-02-28 15:24:35 +01:00
Cesar G
4b0410a9d9
[ticket/11241] Add dropdown control button.
...
PHPBB3-11241
2013-12-06 00:44:48 -08:00
Cesar G
069cd4a195
[ticket/12010] Make the navbar icons clickable.
...
PHPBB3-12010
2013-11-08 18:41:59 -08:00
Vjacheslav Trushkin
3b1260fd28
[ticket/11956] One more dropdown fix
...
PHPBB3-11956
2013-10-24 19:59:31 +03:00
Vjacheslav Trushkin
1795f1d54b
[ticket/11956] More resposive dropdown fixes
...
PHPBB3-11956
2013-10-24 19:57:19 +03:00
Vjacheslav Trushkin
bf964d9570
[ticket/11956] Make notification, pm and forum index icons clickable
...
PHPBB3-11956
2013-10-24 18:36:18 +03:00
Vjacheslav Trushkin
76bfd138c9
[ticket/11956] Fix postprofile popup
...
PHPBB3-11956
2013-10-24 18:36:17 +03:00
Vjacheslav Trushkin
076198da7b
[ticket/11552] Adjustments for responsive post buttons
...
PHPBB3-11552
2013-10-20 11:54:51 +03:00
Vjacheslav Trushkin
87194d6000
[ticket/11552] Better responsive post buttons
...
PHPBB3-11552
2013-10-20 11:50:47 +03:00
Matt Friedman
8608204097
[ticket/11921] Improve appearance of PM notifications in linklist
...
PHPBB3-11921
2013-10-15 10:29:15 -07:00
Matt Friedman
9363986f43
[ticket/11921] Improve appearance of Notifications in linklist
...
PHPBB3-11921
2013-10-15 10:27:00 -07:00
Vjacheslav Trushkin
3139867e6d
[ticket/11345] Add Droid Sans as fallback font
...
PHPBB3-11345
2013-07-14 21:19:21 +02:00
Vjacheslav Trushkin
d4b1e2f4f6
[ticket/11345] Change font for buttons
...
Change font to Open Sans
PHPBB3-11345
2013-07-14 21:19:20 +02:00
Vjacheslav Trushkin
600d3bd1f6
[ticket/11553] Move bulletin points to pseudo class
...
Move bulletin points for .linklist lists to pseudo class
Group pseudo classes for .linklist.bulletin and .icon-notification
PHPBB3-11553
2013-07-11 11:11:38 -04:00
Vjacheslav Trushkin
9954657712
[ticket/11558] Adjustments for notification link
...
PHPBB3-11558
2013-05-20 10:13:03 +03:00
Vjacheslav Trushkin
ac122cbb4e
[ticket/11558] Fix styling for notifications link
...
PHPBB3-11558
2013-05-19 20:16:45 +03:00
Andreas Fischer
336187151a
[ticket/11201] Revert WLM dropping because it is still used in China.
...
Windows Live Messenger is still in use in china which accounts for ~20% of world
population. Revert WLM dropping which has been merged under the assumption that
WLM data and features are completely useless.
This commit reverts commits
- 460470229d
- 9affd6f7e7
which have been merged by d59431691c
.
PHPBB3-11201
2013-02-04 01:31:43 +01:00
Nathan Guse
0e414f4880
Merge remote-tracking branch 'remotes/cyberalien/ticket/11329' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11329:
[ticket/11329] Moving colors to colours.css
2013-01-22 10:39:48 -06:00
Vjacheslav Trushkin
95c9095a1c
[ticket/11329] Moving colors to colours.css
...
Moving color values from buttons.css to colours.css
PHPBB3-11329
2013-01-21 12:34:28 +02:00
Nathan Guse
6b895e0a02
Merge remote-tracking branch 'remotes/cyberalien/ticket/10431' into develop
...
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/10431:
[ticket/10431] Remove .left class from reply-all
[ticket/10431] Remove reply-all custom css
[ticket/10431] Adjustments for large buttons
[ticket/10431] Changed fonts for Linux
[ticket/10431] Adjustments for IE7
[ticket/10431] Different font for iOS
[ticket/10431] CSS3 buttons
2013-01-15 19:02:04 -06:00
Vjacheslav Trushkin
63b037b4bd
[ticket/10431] Adjustments for large buttons
...
Changing CSS for large buttons to display better on Mac browsers.
Fixing tabs.
PHPBB3-10431
2013-01-15 23:12:44 +02:00
Joas Schilling
9affd6f7e7
[ticket/11201] Remove MSN/WLM fields
...
WLM will be shutdown in March 2013. Skype is the new replacement. But as Skype
uses a different login ID and service, the values in this field are useless.
So we can safely remove the field and the links/functions we create.
PHPBB3-11201
2013-01-11 14:32:44 +01:00