aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'ticket/11811' into ticket/develop-2/11811Vjacheslav Trushkin2013-09-141-0/+10
|\ | | | | | | | | | | | | | | | | * ticket/11811: [ticket/11811] Remove outline on :focus Conflicts: phpBB/adm/style/admin.css phpBB/styles/prosilver/theme/forms.css
| * [ticket/11811] Remove outline on :focusVjacheslav Trushkin2013-09-131-0/+10
| | | | | | | | PHPBB3-11811
* | [ticket/11166] Add ajaxify support to normal ACP confirm_box()Joas Schilling2013-03-031-3/+18
| | | | | | | | | | | | Currently no custom template from the ACP uses AJAX support. PHPBB3-11166
* | [ticket/11067] Copy prosilver CSS to adm, so the pagination looks the sameJoas Schilling2012-10-171-28/+52
| | | | | | | | | | PHPBB3-11067 PHPBB3-11018
* | [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-0/+10
| | | | | | | | | | | | | | | | | | Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-011-3/+3
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10773] ACP logo with registered trademark symbol
| * [ticket/10773] ACP logo with registered trademark symbolPatrick Webster2012-06-301-3/+3
| | | | | | | | PHPBB3-10773
* | Merge PR #734 branch 'shibulijack/ticket/10688' into developOleg Pudeyev2012-04-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * shibulijack/ticket/10688: [ticket/10688] Update install.html for 3.1 and current practices. [ticket/10688] Update readme for 3.1 and current practices. [ticket/10688] Changed version 3.0 to 3.1 [ticket/10688] Updated version to 3.1 [ticket/10688] Changed 3.0 to 3.1 in docs Conflicts: phpBB/docs/INSTALL.html phpBB/docs/README.html
| * | [ticket/10688] Changed version 3.0 to 3.1Shibu Lijack2012-04-111-1/+1
| | | | | | | | | | | | | | | | | | Replaced phpBB 3.0 to 3.1 in the stylesheets PHPBB-10688
* | | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-311-0/+54
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (175 commits) [feature/ajax] Remove strange non-breaking spaces from approve button [feature/ajax] Add entirely unrelated but nice newlines [feature/ajax] Unify phpbb_json_response instantiation [feature/ajax] Fix acp_styles activate_deactivate ajax callback name [feature/ajax] Send correct activate/deactivate JSON response in acp_profile [ticket/10270] Alter background colors for posts [feature/ajax] Remove not working module enable/disable ajax code [feature/ajax] Replace static call to phpbb_request with OO [feature/ajax] Remove quick-reply AJAX handling until we have something good [ticket/10270] Changing close button for ajax popups [ticket/10270] Disabling links in disappearing content [ticket/10291] Fixed an AJAX bug on quick reply form submit. [ticket/10273] Fixed accepting / denying posts AJAX. [ticket/10272] Removed code that was prevent event propogation in AJAX. [ticket/10291] Fixed a bug in the quick reply AJAX. [feature/ajax] Handle acp_modules error cases with JSON response [feature/ajax] Fix filter check, quick mod tools data-attribute [feature/ajax] Use the error handler [feature/ajax] Generic error handling with a phpbb.alert box [feature/ajax] Change filter semantics, some minor adjustments ... Conflicts: phpBB/adm/style/acp_styles.html phpBB/includes/acp/acp_styles.php
| * | | [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-311-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270
| * | | [feature/ajax] Do not hard-code sorting images of acp_forums orderingIgor Wiedler2012-03-311-0/+4
| | | | | | | | | | | | | | | | PHPBB3-10270
| * | | [ticket/10270] Fixed JavaScript alerts in the ACP.Callum Macrae2012-03-311-2/+8
| | | | | | | | | | | | | | | | PHPBB3-10270
| * | | [ticket/10270] Added jQuery popup CSS to the ACP.Callum Macrae2012-03-311-0/+34
| |/ / | | | | | | | | | | | | | | | | | | It was missing previously, meaning that it displayed wrong and in the footer. PHPBB3-10270
* | | [feature/merging-style-components] Admin.css additions for acp_stylesVjacheslav Trushkin2012-03-141-0/+17
|/ / | | | | | | | | | | Adding background colors for row iterations and font color for disabled rows to admin control panel css. PHPBB3-10632
* | [ticket/10645] Missing CSS for checkboxesVjacheslav Trushkin2012-02-131-2/+2
|/ | | | | | Missing CSS for checkboxes, invalid cursor for radio input PHPBB3-10645
* [ticket/10315] Add top/bottom margin to the options in ACP to avoid overlappingJoas Schilling2011-09-211-5/+3
| | | | PHPBB3-10315
* [ticket/9104] Safari does not display box headers correctly in the ACP.Joas Schilling2010-08-191-5/+1
| | | | PHPBB3-9104
* Revert revisions r10176 and r9647 - Bug #45975, #51505Meik Sievertsen2009-09-301-2/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10200 89ea8834-ac86-4346-8a33-228a782c2dd0
* regression in r9647 (wrong fix for bug #45975) - Bug #51505 (Patch by HardStyle)Meik Sievertsen2009-09-221-20/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10176 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly display list items in forum description in prosilver and ↵Meik Sievertsen2009-08-311-0/+11
| | | | | | administration. (Bug #48055 - Patch by leviatan21) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10077 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #45975Gabriel Vazquez2009-06-211-0/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9647 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, trim down the config check significantly for 3.0.3 until we properly ↵Meik Sievertsen2008-11-091-0/+4
| | | | | | discussed this git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9055 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not cut out permission reset options in IE7 - #13965Meik Sievertsen2008-10-061-3/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8975 89ea8834-ac86-4346-8a33-228a782c2dd0
* new overview/support body with the help of marshalrusty and the suppor ↵Meik Sievertsen2007-11-141-0/+4
| | | | | | team/teams. git-svn-id: file:///svn/phpbb/trunk@8234 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes. :PMeik Sievertsen2007-09-181-2/+1
| | | | | | | - language authors may review their email template files... git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleaning up a little (yucc, gross)Henry Sudhof2007-08-031-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8002 89ea8834-ac86-4346-8a33-228a782c2dd0
* again, a lot of bug fixesMeik Sievertsen2007-07-191-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
* a bunch of fixesMeik Sievertsen2007-07-141-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7884 89ea8834-ac86-4346-8a33-228a782c2dd0
* some more fixesMeik Sievertsen2007-07-121-0/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@7875 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes. :)Meik Sievertsen2007-07-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7836 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing some very very nasty opera bugs by changing the clearing method we use.Meik Sievertsen2007-06-291-4/+3
| | | | | | | - also properly apply preg_quote to some strings. git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
* support RTL for menu switchMeik Sievertsen2007-06-111-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7752 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11273 (wrong definition - min-width: 0 not correctly applied)Meik Sievertsen2007-06-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7710 89ea8834-ac86-4346-8a33-228a782c2dd0
* hopefully not too late in the game. Checked in new jabber class (the class ↵Meik Sievertsen2007-05-261-1/+1
| | | | | | | | | done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine... - other fixes git-svn-id: file:///svn/phpbb/trunk@7687 89ea8834-ac86-4346-8a33-228a782c2dd0
* oh my god - what did he do? Adding attachment display to post/topic review, ↵Meik Sievertsen2007-05-191-9/+14
| | | | | | queue, reports, post details, mcp topic view... fixing other tiny things along the line. git-svn-id: file:///svn/phpbb/trunk@7642 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, a different approach due to IE... also tried to fix legend display for IE7.Meik Sievertsen2007-05-141-4/+6
| | | | | | | - this is not tested with IE6, Opera, etc - if you notice problems... ;) git-svn-id: file:///svn/phpbb/trunk@7573 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ok, the move cursor really looks strange while having small images ↵Meik Sievertsen2007-05-141-2/+1
| | | | | | | | | (without thumbnailing) attached. The con here is that users may only notice the "view complete image" feature by accidently clicking on a large image. - also try to not capitalize (uppercase is only giving problems sometimes; but able to be solved by translators, capitalize just does not work for some languages) git-svn-id: file:///svn/phpbb/trunk@7568 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-061-44/+9
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bleh.Jonathan Stanley2007-05-041-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7462 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10461Jonathan Stanley2007-05-041-1/+3
| | | | | | | Fingers crossed. git-svn-id: file:///svn/phpbb/trunk@7461 89ea8834-ac86-4346-8a33-228a782c2dd0
* added class for disabled options in ACPMeik Sievertsen2007-05-041-0/+4
| | | | | | | | | | | | | | E_USER_ERROR now using language keys if available [related to #10445] UCP/MCP title tags [#10441] Check $start parameter in viewforum [#10435] Check for postable forum for moving user posts within users ACP [#10433] Show error if admin tries to put forums beneath linked forums [related to #10433] Correctly catch attachments while moving posts [#10431] language change in install.html [#10425] Updated AUTHORS file git-svn-id: file:///svn/phpbb/trunk@7456 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, ↵Meik Sievertsen2007-04-221-2/+4
| | | | | | | | | | | | | | | | | | #9831, #9830, #9815, #9665, #9624 prosilver adjustments for important announcements in ucp - #9995 MCP fixes for user notes/warnings - #9981 Preserving imageset values on save/edit find a member link for Mass PM's - #9925 syndicate window.onload events where necessary - #9878 Duplicate topics in forums with announcements - #9840 Email template for forced re-activation - #9808 Topic pagination adjustment - #9763 Changed compose message layout in UCP - #9706, #9702 Fixed inline attachment font size (hopefully) git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backout last change... seems Opera 9.x wants to round non-integer pixels ↵Jonathan Stanley2007-04-071-1/+1
| | | | | | down. Don't want to be getting into esoteric CSS browser filtering rules when not needed. git-svn-id: file:///svn/phpbb/trunk@7299 89ea8834-ac86-4346-8a33-228a782c2dd0
* 0.1px is perfectly valid... stops the 1px-worth of scrollbar "jump" in Gecko ↵Jonathan Stanley2007-04-071-1/+1
| | | | | | browsers :D git-svn-id: file:///svn/phpbb/trunk@7298 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8776Jonathan Stanley2007-04-071-13/+7
| | | | | | | | | Numerous minimal test-cases and re-ordering of markup to attempt to get the same effect (way to spend 6 hours... thanks Internet Explorer @_@), it seems IE will randomly destroy the ability of <span>'s with "display: block" to have negative margin when they are children of blocks which have padding. Have removed said padding from the offending parent and change the left-corner image to one that is _5000px_ wide (should cover QHDTV resolutions? :P), which creates the "double-border" effect top and bottom via a kind of a "sliding doors" way. IE7 works now, though there's some weird footer "flicker" when the menu is hovered (IE6 just does this al the while @_@). Better than nothing for now. Alternatively, nuke every PC which has IE installed. @_@ git-svn-id: file:///svn/phpbb/trunk@7292 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8669Dominik Dröscher2007-04-061-0/+2
| | | | | | | | | | | | | | | | #8745 #8762 #5417 #9525 #9568 #9574 #9577 #9640 #9641 #9644 git-svn-id: file:///svn/phpbb/trunk@7291 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backing out previous change, trying to stick to the design as subBlue ↵Jonathan Stanley2007-04-051-6/+3
| | | | | | originally envisaged. :D git-svn-id: file:///svn/phpbb/trunk@7284 89ea8834-ac86-4346-8a33-228a782c2dd0
* test different colour for these fields?Meik Sievertsen2007-04-021-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7265 89ea8834-ac86-4346-8a33-228a782c2dd0
* some changes/bugfixesMeik Sievertsen2007-03-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7241 89ea8834-ac86-4346-8a33-228a782c2dd0