aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10734] Used pseudo class for clearingShibu Lijack2012-04-021-0/+6
| | | | | | | Instead of using a separate class for clearing, pseudo :after class is added. PHPBB3-10734
* [ticket/10734] Removed unwanted CSS hacksShibu Lijack2012-03-311-32/+0
| | | | | | | Removed -webkit and -moz as suggested by cyberalien. Removed unused style elements. PHPBB-10734
* [ticket/10734] Removed unnecessary imagesShibu Lijack2012-03-315-0/+0
| | | | | | Deleted the corner_left and corner_right images. PHPBB-10734
* [ticket/10734] Fixed common.cssShibu Lijack2012-03-311-3/+13
| | | | | | Fixed padding. PHPBB3-10734
* [ticket/10734] CSS tweaksShibu Lijack2012-03-311-4/+29
| | | | | | | | Modified colours.css Removed the corner images. Added border radius. PHPBB3-10734
* [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-313-5/+26
| | | | | | 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] Renamed the CSS class "jalert" to "phpbb_alert".Callum Macrae2012-03-311-3/+3
| | | | PHPBB3-10270
* [ticket/10270] Added close buttons to phpbb.alert and phpbb.confirm.Callum Macrae2012-03-312-0/+6
| | | | PHPBB3-10270
* [ticket/10270] Makes page fade to dark on popup, and added $.querystring.Callum Macrae2012-03-311-1/+15
| | | | PHPBB3-10270
* [ticket/10273] AJAXified approve / disapprove posts (in viewtopic).Callum Macrae2012-03-311-0/+4
| | | | | | | | This commit AJAXifies the moderator approval functionality, and adds it to viewtopic instead of the MCP. This commit has involved some language changes, which may affect fallbacks. PHPBB3-10273
* [ticket/10270] Added JavaScript popups and basic AJAX functionality to PHP.Callum Macrae2012-03-311-1/+29
| | | | | | | | This commit adds the phpbb object (JavaScript), and alert and confirm box methods. It also adds the first basic AJAX functionality, to deleting posts in viewtopic. PHPBB3-10270
* Merge remote-tracking branch ↵David King2012-03-306-363/+78
|\ | | | | | | 'cyberalien/feature/prosilver-cleanup/duplicate-colors' into develop
| * Merge branch 'develop' into feature/prosilver-cleanup/duplicate-colorsVjacheslav Trushkin2012-03-247-33/+79
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (117 commits) [task/travis] Refactor php version check for dbunit install [task/travis] Exclude functional and slow tests [ticket/10719] Revert "Skip functional tests on PHP 5.2" [task/travis-develop2] Update version from 5.3 to 5.3.2 [task/travis] Dropping support for 5.2 in develop branch [task/travis] Some more small travis fixes [task/travis] Rename travis phpunit config files [task/travis] Fixing some travis issues [ticket/10684] Adjust function and parameter name, minor changes. [task/travis] Add automated testing to readme [task/travis] Removing development information [task/travis] Adding Travis Continuous Intergration Support [ticket/10704] minor typo in a comment [ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html [ticket/10691] Fixed the speed of creating search index [task/php54-ascraeus] Bring p_master#module_auth into PHP 5 era. [task/php54] Disable E_STRICT in Olympus when running on PHP 5.4. [task/php54] Refactor error_reporting call slightly. [ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue [ticket/10689] Fix "First character"-option in "Find a member"-search ... Conflicts: phpBB/styles/prosilver/theme/cp.css
| * | [feature/prosilver-cleanup/duplicate-colors] Removing duplicate colorsVjacheslav Trushkin2012-02-166-365/+80
| | | | | | | | | | | | | | | | | | Removing color values from files other than colours.css PHPBB3-10619
* | | Merge remote-tracking branch ↵David King2012-03-304-84/+20
|\ \ \ | | | | | | | | | | | | 'cyberalien/feature/prosilver-cleanup/remove-tweaks2' into develop
| * | | [feature/prosilver-cleanup/remove-tweaks2] Updating tweaksVjacheslav Trushkin2012-03-081-79/+13
| | | | | | | | | | | | | | | | | | | | | | | | Removing unnecessary tweaks, changing IE7 tweaks to modern code PHPBB3-10622
| * | | [feature/prosilver-cleanup/remove-tweaks2] Copying common tweaksVjacheslav Trushkin2012-03-081-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Copying commonly used code from tweaks.css to common.css PHPBB3-10622
| * | | [feature/prosilver-cleanup/remove-tweaks2] Removing tweaks from formsVjacheslav Trushkin2012-03-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Removing IE6 tweaks from forms.css PHPBB3-10622
| * | | [feature/prosilver-cleanup/remove-tweaks2] Tweaks.css only for IEVjacheslav Trushkin2012-03-081-1/+0
| | |/ | |/| | | | | | | | | | | | | Removing tweaks.css from stylesheet.css, including it for IE8 or older via conditional statements PHPBB3-10622
* | | Merge remote-tracking branch ↵Oleg Pudeyev2012-03-241-4/+77
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 'cyberalien/feature/prosilver-cleanup/css-reset-v2' into develop * cyberalien/feature/prosilver-cleanup/css-reset-v2: [feature/prosilver-cleanup/css-reset-v2] CSS reset
| * | [feature/prosilver-cleanup/css-reset-v2] CSS resetVjacheslav Trushkin2012-02-051-4/+77
| |/ | | | | | | | | | | Adding proper CSS reset to prosilver PHPBB3-10617
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-02-282-5/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9220] Remove margin on table.table1 so it's centered in the blue box. Conflicts: phpBB/styles/prosilver/template/memberlist_leaders.html
| * \ Merge remote-tracking branch 'nickvergessen/ticket/9220' into develop-olympusAndreas Fischer2012-02-282-5/+13
| |\ \ | | | | | | | | | | | | | | | | * nickvergessen/ticket/9220: [ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
| | * | [ticket/9220] Remove margin on table.table1 so it's centered in the blue box.Joas Schilling2012-02-272-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem here was, that we use width: 100% in combination with the negative margin. This causes the element to be just moved to the side, so it's not centered anymore. width: auto would fix this, but it causes strange behaviour on IE and looks even more ugly. So I decided to just remove the margin at all. The border is now 1px thicker for all sides. PHPBB3-9220
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-02-261-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10453] Fixing spacing
| * | | [ticket/10453] Fixing spacingVjacheslav Trushkin2012-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixing spacing PHPBB3-10453
* | | | Merge branch 'develop-olympus' into developVjacheslav Trushkin2012-02-243-27/+20
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10453] PM viewmessage page is misplacing the online icon [ticket/10453] PM viewmessage page is misplacing the online icon
| * | | Merge branch 'ticket/raimon/10453' into develop-olympusVjacheslav Trushkin2012-02-243-27/+20
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | * ticket/raimon/10453: [ticket/10453] PM viewmessage page is misplacing the online icon [ticket/10453] PM viewmessage page is misplacing the online icon
| | * | [ticket/10453] PM viewmessage page is misplacing the online iconRaimon2011-11-142-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the position: absolute value, and made it so that if the buttons are bigger the text move with it, also added support for bidi.css (text right to left). PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
| | * | [ticket/10453] PM viewmessage page is misplacing the online iconRaimon2011-11-132-30/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
* | | | Merge remote-tracking branch 'cyberalien/ticket/10378' into developIgor Wiedler2012-02-171-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/10378: [ticket/10378] Missing entries from imageset to css conversion [ticket/10378] Imageset to css convertor typo
| * | | | [ticket/10378] Missing entries from imageset to css conversionVjacheslav Trushkin2012-01-201-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding missing entries from imageset to css conversion to prosilver/theme/en/stylesheet.css PHPBB3-10378
* | | | | Merge branch 'develop' into ticket/10380Igor Wiedler2012-02-1711-42/+22
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (325 commits) [ticket/10641] Update MCP template with new plurality forms [ticket/10637] Leftovers from implementation of extensions in convertor [ticket/10637] Leftovers from implementation of extensions in develop tools [ticket/10637] Leftovers from implementation of extensions in mcp_post [ticket/10637] Leftovers from implementation of extensions in mcp_main [ticket/10637] Leftovers from implementation of extensions [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic). [ticket/10606] Fix incorrect hidden fields array name in page_header(). [ticket/10633] Stop leaking filename of attachments when thumbnail is requested [ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators(). [ticket/10634] Specify module type when viewing profile [ticket/10634] Changing p_master::is_full_class [ticket/10569] Invalid string comparison in prosilver [ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop [ticket/10512] Call startup.php from tests/bootstrap.php [ticket/10535] Delete no longer needed email confirm language entries. [ticket/9914] Add backup warning to updater. [ticket/10616] Add template inheritance to exported template [ticket/10616] Ignore template inheritance that points to self [ticket/10616] Add template inheritance to default styles ...
| * | | | [ticket/9916] Updating header license and removing Version $Id$Unknown2012-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-9916
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-161-17/+3
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632 [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408 [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485 Conflicts: phpBB/styles/prosilver/template/forumlist_body.html phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/viewforum_body.html
| | * | | [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-6632Joas Schilling2011-12-081-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "[ticket/6632] Better viewing of topics for wide screen displays" This reverts commit bb733b0204aef71c40290a9c8db8ad0a7e3e3d0a. PHPBB3-6632 PHPBB3-10504
| | * | | [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10408Joas Schilling2011-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "[ticket/10408] Layout of topics/attachments list is broken in UCP and MCP" This reverts commit 88aacd0f2cffdf75af71d749c6ea602ed3912651. PHPBB3-6632 PHPBB3-10408 PHPBB3-10504
| | * | | [ticket/10504] Revert the changes for widescreen optimisation PHPBB3-10485Joas Schilling2011-12-081-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632" This reverts commit c67633577f276727e1d15106a87517b97c8a4d1a. PHPBB3-6632 PHPBB3-10485 PHPBB3-10504
| | * | | [ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632Joas Schilling2011-11-211-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the previous fix and fix it the way we did it in PHPBB3-10360 for 3.1 PHPBB3-6632 PHPBB3-10485
| | * | | [develop-olympus] Bumping version numbers to final for 3.0.10 releases.Andreas Fischer2011-11-201-1/+1
| | | | |
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-1410-24/+17
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com. [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com. [ticket/10254] Remove subsilver2 as default style on theme. [ticket/10254] Remove style names from themes and fix some informations on it.
| | * | | Merge remote-tracking branch 'bantu/ticket/10254' into develop-olympusAndreas Fischer2011-11-1410-23/+16
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10254: [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com. [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com. [ticket/10254] Remove subsilver2 as default style on theme. [ticket/10254] Remove style names from themes and fix some informations on it.
| | | * | [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.cssAndreas Fischer2011-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10254
| | | * | [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com.maelsoucaze2011-11-141-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-10254
| | | * | [ticket/10254] Remove style names from themes and fix some informations on it.maelsoucaze2011-11-1410-21/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-10254
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-011-0/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/7932] Fix font size in select boxes
| | * | | Merge remote-tracking branch 'nickvergessen/ticket/7932' into develop-olympusAndreas Fischer2011-11-011-0/+1
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | * nickvergessen/ticket/7932: [ticket/7932] Fix font size in select boxes
| | | * | [ticket/7932] Fix font size in select boxesJoas Schilling2011-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-7932
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | * develop-olympus: [ticket/10408] Layout of topics/attachments list is broken in UCP and MCP