aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12292] Fix syntax error in admin.cssMatt Friedman2014-03-221-1/+1
| | | | PHPBB3-12292
* [ticket/12292] Improve style details pageMatt Friedman2014-03-201-2/+2
| | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12292 Gave style details page a proper heading and back button. Also removed a few obsolete code leftovers in the style and CSS. PHPBB3-12292
* Merge remote-tracking branch 'vsephpbb/ticket/12029' into developJoas Schilling2014-03-131-6/+0
|\ | | | | | | | | * vsephpbb/ticket/12029: [ticket/12029] Remove ellipsis and wrap long sidebar items in ACP
| * [ticket/12029] Remove ellipsis and wrap long sidebar items in ACPMatt Friedman2014-03-131-6/+0
| | | | | | | | PHPBB3-12029
* | [ticket/12073] Increase size of samp and code tags in ACPMatt Friedman2014-03-131-0/+4
|/ | | | PHPBB3-12073
* [ticket/12126] left:0 and right: 0; admin.css --> width: autoCrizzo2014-03-021-1/+1
| | | | PHPBB3-12126
* [ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"Crizzo2014-03-021-1/+1
| | | | PHPBB3-12126
* Merge pull request #2037 from prototech/ticket/12080Nathan Guse2014-02-201-0/+16
|\ | | | | [ticket/12080] Fix color palettes when responsive.
| * [ticket/12080] Stop responsive ACP sig textarea from dropping to second line.Cesar G2014-02-161-0/+8
| | | | | | | | PHPBB3-12080
| * [ticket/12080] Reduce the palette options in all locations when responsive.Cesar G2014-02-161-0/+8
| | | | | | | | PHPBB3-12080
* | [ticket/12003] ACP broken when error thrownZoddo2014-02-171-1/+0
|/ | | | | | Fix display of ACP when error is outputted before <html> tag. PHPBB3-12003
* [ticket/12125] Specify nth-child selectors separately - IE8 does not like themCesar G2014-01-241-2/+10
| | | | PHPBB3-12125
* [ticket/12011] Align ACP tabs to the right and separate ACP content from menu.Cesar G2014-01-171-2/+2
| | | | PHPBB3-12011
* Merge pull request #1913 from prototech/ticket/12055Nathan Guse2013-12-301-2/+8
|\ | | | | [ticket/12055] Alternate table row background colors using nth-child rule.
| * [ticket/12055] Alternate table row background colors using nth-child rule.Cesar G2013-12-041-2/+8
| | | | | | | | PHPBB3-12055
* | Merge remote-tracking branch 'cyberalien/ticket/11979' into developJoas Schilling2013-12-061-0/+3
|\ \ | |/ |/| | | | | | | * cyberalien/ticket/11979: [ticket/11979] Fix errors in dropdown [ticket/11979] Add ability to create dropdown menu to prosilver
| * [ticket/11979] Fix errors in dropdownVjacheslav Trushkin2013-11-201-0/+3
| | | | | | | | PHPBB3-11979
* | [ticket/12040] Prevent AJAX background animation flicker in ACPCesar G2013-11-261-0/+2
| | | | | | | | PHPBB3-12040
* | [ticket/11984] Fix stray </ul> and active tab hover in ACPVjacheslav Trushkin2013-11-191-10/+8
| | | | | | | | PHPBB3-11984
* | [ticket/11984] Prevent AJAX background animation flicker in ACPVjacheslav Trushkin2013-11-191-0/+2
|/ | | | PHPBB3-11984
* [ticket/11472] Update the ACP user signature page.Cesar G2013-11-121-0/+9
| | | | PHPBB3-11472
* Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-041-0/+5
|\ | | | | [ticket/11935] Fix invalid HTML and Errors
| * [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-291-155/+765
| |\ | | | | | | | | | PHPBB3-11935
| * | [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-191-0/+5
| | | | | | | | | | | | PHPBB3-11935
* | | Merge remote-tracking branch 'prototech/ticket/11928' into developDhruv2013-11-041-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11928: [ticket/11928] Javascript requires camel case. [ticket/11928] Rename loadingAlert to loading_indicator. [ticket/11928] Make sure the indicator is on top of other elements. [ticket/11928] Replace AJAX loading popup with animation.
| * | | [ticket/11928] Make sure the indicator is on top of other elements.Cesar G2013-10-291-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11928
| * | | [ticket/11928] Replace AJAX loading popup with animation.Cesar G2013-10-291-0/+14
| | |/ | |/| | | | | | | PHPBB3-11928
* | | [ticket/11977] Use CSS instead of JS to disable up/down iconsVjacheslav Trushkin2013-11-021-0/+8
|/ / | | | | | | PHPBB3-11977
* | [ticket/11982] Fix z-index for AJAX popup backgroundVjacheslav Trushkin2013-10-281-0/+1
| | | | | | | | PHPBB3-11982
* | [ticket/11957] Responsive ACP groups tableVjacheslav Trushkin2013-10-271-10/+8
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive ACP permissionsVjacheslav Trushkin2013-10-261-0/+70
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Fix position of main block for tab-less pagesVjacheslav Trushkin2013-10-261-0/+4
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive ACP tabsVjacheslav Trushkin2013-10-261-15/+213
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Add z-index to menuVjacheslav Trushkin2013-10-261-0/+2
| | | | | | | | | | | | Add z-index to menu to prevent content block from overlapping menu PHPBB3-11957
* | [ticket/11957] Wrap content in double divVjacheslav Trushkin2013-10-261-3/+15
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Misc responsive changesVjacheslav Trushkin2013-10-261-0/+19
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive styles listVjacheslav Trushkin2013-10-261-0/+15
| | | | | | | | PHPBB3-11957
* | [ticket/11957] More responsive forms adjustmentsVjacheslav Trushkin2013-10-261-1/+11
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive forums listVjacheslav Trushkin2013-10-261-0/+43
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Change avatars gallery from table to listVjacheslav Trushkin2013-10-261-0/+29
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive formsVjacheslav Trushkin2013-10-261-0/+60
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive jQuery popupsVjacheslav Trushkin2013-10-261-2/+19
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Remove IE6 hacksVjacheslav Trushkin2013-10-261-23/+0
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive ACP tablesVjacheslav Trushkin2013-10-261-0/+98
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Use fixed width for sidebarVjacheslav Trushkin2013-10-261-8/+22
| | | | | | | | | | | | Use fixed width for sidebar and few minor fixes for other items PHPBB3-11957
* | [ticket/11957] Adjustments to ACP layout, menu and some elementsVjacheslav Trushkin2013-10-261-3/+48
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Enhance responsive nav with JSVjacheslav Trushkin2013-10-261-4/+18
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Responsive layout and menuVjacheslav Trushkin2013-10-261-5/+97
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Remove menu toggleVjacheslav Trushkin2013-10-261-30/+0
| | | | | | | | PHPBB3-11957
* | [ticket/11957] Replace corner images with CSS3 cornersVjacheslav Trushkin2013-10-261-87/+9
|/ | | | PHPBB3-11957