aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'PayBas/ticket/12437' into develop-ascraeusCesar G2014-04-255-14/+8
|\ | | | | | | | | * PayBas/ticket/12437: [ticket/12437] Clean up redundant "clear" elements & "corners"
| * [ticket/12437] Clean up redundant "clear" elements & "corners"PayBas2014-04-245-14/+8
| | | | | | | | PHPBB3-12437
* | Merge remote-tracking branch 'PayBas/ticket/12389' into develop-ascraeusCesar G2014-04-258-40/+17
|\ \ | |/ |/| | | | | | | | | | | | | * PayBas/ticket/12389: [ticket/12389] Change "PM" to "Message" [ticket/12389] Moved PM tools to UCP template [ticket/12389] Replace email and print icons. [ticket/12389] Change language of email friend [ticket/12389] Move print topic & email topic icons to topic tools
| * [ticket/12389] Moved PM tools to UCP templatePayBas2014-04-202-3/+12
| | | | | | | | PHPBB3-12389
| * [ticket/12389] Replace email and print icons.Cesar G2014-04-202-0/+0
| | | | | | | | PHPBB3-12389
| * [ticket/12389] Move print topic & email topic icons to topic toolsPayBas2014-04-116-40/+8
| | | | | | | | PHPBB3-12389
* | [ticket/12130] Fix issue with li:first-child in <ul> having a bullet in IE8.Cesar G2014-04-201-2/+2
| | | | | | | | PHPBB3-12130
* | Merge remote-tracking branch 'PayBas/ticket/12347' into develop-ascraeusCesar G2014-04-203-4/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12347: [ticket/12347] Remove unknown/unnecessary hack [ticket/12347] IE8 compatible CSS selector [ticket/12347] Changed from :after to :before [ticket/12347] Changed to the new navbar templates
| * | [ticket/12347] Remove unknown/unnecessary hackPayBas2014-04-201-1/+0
| | | | | | | | | | | | PHPBB3-12347
| * | [ticket/12347] IE8 compatible CSS selectorPayBas2014-04-202-2/+3
| | | | | | | | | | | | PHPBB3-12347
| * | [ticket/12347] Changed from :after to :beforePayBas2014-04-141-2/+2
| | | | | | | | | | | | PHPBB3-12347
| * | [ticket/12347] Changed to the new navbar templatesPayBas2014-04-113-4/+18
| |/ | | | | | | PHPBB3-12347
* | Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeusCesar G2014-04-203-2/+4
|\ \ | | | | | | | | | | | | | | | | | | * PayBas/ticket/12363: [ticket/12363] Fix typo [ticket/12363] changed _winner_ to _most-votes_ [ticket/12363] Mark winning (most votes) results bar
| * | [ticket/12363] Fix typoPayBas2014-04-071-2/+2
| | | | | | | | | | | | PHPBB3-12363
| * | [ticket/12363] changed _winner_ to _most-votes_PayBas2014-04-063-4/+4
| | | | | | | | | | | | PHPBB3-12363
| * | [ticket/12363] Mark winning (most votes) results barPayBas2014-04-063-2/+4
| | | | | | | | | | | | PHPBB3-12363
* | | Merge remote-tracking branch 'VSEphpbb/ticket/12419' into develop-ascraeusCesar G2014-04-181-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12419: [ticket/12419] Also shrink the size of "See All" in footer a little bit [ticket/12419] Improve font size in notifications drop-down
| * | | [ticket/12419] Also shrink the size of "See All" in footer a little bitMatt Friedman2014-04-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12419
| * | | [ticket/12419] Improve font size in notifications drop-downMatt Friedman2014-04-181-0/+1
| | |/ | |/| | | | | | | PHPBB3-12419
* | | [ticket/11978] Fix width of topic search text fieldOliver Schramm2014-04-151-1/+1
| | | | | | | | | | | | PHPBB3-11978
* | | Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-144-36/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * marc/ticket/12372: [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplay [ticket/12372] Use admin.js $(document).ready for hiding questionnaire details [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay() [ticket/12372] Move dE() function core.js [ticket/12372] Unify definition of function dE() across all files [ticket/12372] Use jQuery in javascript dE() function
| * | | [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-073-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12372
| * | | [ticket/12372] Move dE() function core.jsMarc Alexander2014-04-072-42/+0
| | | | | | | | | | | | | | | | PHPBB3-12372
| * | | [ticket/12372] Unify definition of function dE() across all filesMarc Alexander2014-04-071-8/+15
| | | | | | | | | | | | | | | | PHPBB3-12372
| * | | [ticket/12372] Use jQuery in javascript dE() functionMarc Alexander2014-04-071-7/+11
| | |/ | |/| | | | | | | PHPBB3-12372
* | | Merge remote-tracking branch 'VarunAgw/ticket/12351' into develop-ascraeusCesar G2014-04-112-4/+4
|\ \ \ | |_|/ |/| | | | | | | | * VarunAgw/ticket/12351: [ticket/12351] Add loading indicator to links that are missing it.
| * | [ticket/12351] Add loading indicator to links that are missing it.Varun Agrawal2014-04-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | When you click on the link, the turning circle is missing, so you don't know whether it is actually doing something or not, until the response is served. PHPBB3-12351
* | | Merge remote-tracking branch 'vsephpbb/ticket/12283' into develop-ascraeusJoas Schilling2014-04-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * vsephpbb/ticket/12283: [ticket/12283] Remove obsolete online class from posting review page
| * | | [ticket/12283] Remove obsolete online class from posting review pageMatt Friedman2014-04-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12283
* | | | Merge remote-tracking branch 'paybas/ticket/12377' into develop-ascraeusJoas Schilling2014-04-115-115/+116
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12377: [ticket/12377] Forgot to change the INCLUDEs [ticket/12377] Renamed template files to navbar_xxx [ticket/12377] Moved notifications to new template [ticket/12377] Forgot empty line at the end [ticket/12377] Move navbar(s) to new template file
| * | | | [ticket/12377] Forgot to change the INCLUDEsPayBas2014-04-102-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12377
| * | | | [ticket/12377] Renamed template files to navbar_xxxPayBas2014-04-102-0/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12377
| * | | | [ticket/12377] Moved notifications to new templatePayBas2014-04-103-107/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And also reset all starting indentation to 0 PHPBB3-12377
| * | | | [ticket/12377] Forgot empty line at the endPayBas2014-04-102-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12377
| * | | | [ticket/12377] Move navbar(s) to new template filePayBas2014-04-104-115/+115
| | | | | | | | | | | | | | | | | | | | PHPBB3-12377
* | | | | [ticket/12355] Topic Tools not fully updated when subscribing/bookmarkingVarun Agrawal2014-04-111-2/+2
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Topic Tools menu appears at the top of a topic page and again at the bottom of a topic page. When you use the Topic Tools menu to Bookmark or Subscribe to a Topic, the menu item you chose is updated to reflect that, by switching to say Unsubscribe topic or Remove from Bookmarks. However, this change is not mirrored in the other Topic Tools menu at the other location on the page. Both Topic Tools menus should be updated during the AJAX event, so that they always show the same options to the user. It is solved by creating a data-update-all attribute which contains all the class/ID that will update when topic tool is clicked PHPBB3-12355
* | | | Merge remote-tracking branch 'vsephpbb/ticket/11098' into develop-ascraeusJoas Schilling2014-04-103-50/+47
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/11098: [ticket/11098] Fix error reporting on the autologin key pages [ticket/11098] Update subsilver2 to also include mark/unmark all buttons [ticket/11098] HTML Validity fix to Notifications in UCP [ticket/11098] Add mark/unmark all options to remember me keys
| * | | | [ticket/11098] Fix error reporting on the autologin key pagesMatt Friedman2014-04-092-13/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11098
| * | | | [ticket/11098] Update subsilver2 to also include mark/unmark all buttonsMatt Friedman2014-04-091-5/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-11098
| * | | | [ticket/11098] HTML Validity fix to Notifications in UCPMatt Friedman2014-04-091-5/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11098
| * | | | [ticket/11098] Add mark/unmark all options to remember me keysMatt Friedman2014-04-091-34/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-11098
* | | | | [ticket/12379] Remove duplicate labels in attachment uploader when responsive.Cesar G2014-04-091-4/+0
|/ / / / | | | | | | | | | | | | PHPBB3-12379
* | | | Merge remote-tracking branch 'VSEphpbb/ticket/12365' into develop-ascraeusCesar G2014-04-091-2/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * VSEphpbb/ticket/12365: [ticket/12365] Do not crop image attachments at 350px
| * | | [ticket/12365] Do not crop image attachments at 350pxMatt Friedman2014-04-061-2/+0
| |/ / | | | | | | | | | PHPBB3-12365
* | | Merge remote-tracking branch 'paybas/ticket/12369' into develop-ascraeusJoas Schilling2014-04-084-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12369: [ticket/12369] White-space cleanup [ticket/12369] Removed template vars initial state [ticket/12369] Added ACP vars [ticket/12369] Add template var {BODY_CLASS} to HTML body
| * | | [ticket/12369] Add template var {BODY_CLASS} to HTML bodyPayBas2014-04-074-4/+4
| | |/ | |/| | | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12369 PHPBB3-12369
* | | Merge remote-tracking branch 'vsephpbb/ticket/12083' into develop-ascraeusJoas Schilling2014-04-081-2/+3
|\ \ \ | |/ / |/| | | | | | | | * vsephpbb/ticket/12083: [ticket/12083] Fix Select All in CODE bbcode with only one char
| * | [ticket/12083] Fix Select All in CODE bbcode with only one charMatt Friedman2014-04-051-2/+3
| |/ | | | | | | PHPBB3-12083
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-04-061-3/+3
|\ \ | |/ |/| | | | | | | | | | | * develop-olympus: [ticket/12359] Remove inline width styling on UCP birthday fields Conflicts: phpBB/styles/prosilver/template/ucp_profile_profile_info.html
| * [ticket/12359] Remove inline width styling on UCP birthday fieldsMatt Friedman2014-04-051-3/+3
| | | | | | | | PHPBB3-12359