aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/4412] Shorten long profile fieldsVjacheslav Trushkin2013-04-111-0/+2
| | | | | | Shorten long profile fields using CSS PHPBB3-4412
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11166Joas Schilling2013-03-061-4/+112
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'develop' of https://github.com/phpbb/phpbb3: (799 commits) [ticket/11402] Fix undefined index in post/topic_in_queue [ticket/11400] If email is disabled, disable it for notifications [ticket/11398] Correctly call permission_set method in permission tool [ticket/11394] Relax Migration Tools [ticket/11386] Fix missing ; [ticket/10714] Get log from container in install, update and download/file [feature/avatars] Update module_auth of ucp module and fix small issues [ticket/11396] Rename insert_migration to set_migration_state [ticket/11395] Prevent acp_modules::get_modules_info from reincluding files [ticket/11393] Give more information on database updater [ticket/11386] Send list of migrations instead of using load_migrations [feature/avatars] Add migrations data file for avatars [feature/avatars] Reduce module auth of ucp avatar settings [ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/ [ticket/10714] Logs are disabled for this page call only [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working ... Conflicts: phpBB/assets/javascript/core.js
| * Merge remote-tracking branch 'remotes/VSE/ticket/11103-VSEphpbb' into ↵Nathan Guse2013-02-281-0/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/11103 # By Matt Friedman # Via Matt Friedman * remotes/VSE/ticket/11103-VSEphpbb: [ticket/11103] Remove padding from notifications for now. [ticket/11103] Add newlines to bottom of css file [ticket/11103] HTML encode double arrow character [ticket/11103] Update styling of UCP Notifications in subsilver2 [ticket/11103] Update styling of UCP Notifications in prosilver [ticket/11103] Update styling of subsilver2 notification modal [ticket/11103] Update styling of prosilver notification modal [ticket/11103] Remove title attribute from notification link
| | * [ticket/11103] Remove padding from notifications for now.Matt Friedman2013-02-271-4/+0
| | | | | | | | | | | | PHPBB3-11103
| | * [ticket/11103] Add newlines to bottom of css fileMatt Friedman2013-02-151-1/+2
| | | | | | | | | | | | PHPBB3-11103
| | * [ticket/11103] Update styling of UCP Notifications in prosilverMatt Friedman2013-02-141-0/+12
| | | | | | | | | | | | PHPBB3-11103
| | * [ticket/11103] Update styling of prosilver notification modalMatt Friedman2013-02-141-0/+4
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Add Notification Settings link in flyout menuNathan Guse2013-02-151-0/+6
| |/ | | | | | | PHPBB3-11103
| * [ticket/11103] Rounded Corners and antialiased pointerMatt Friedman2013-01-311-1/+3
| | | | | | | | PHPBB3-11103
| * [ticket/11103] CSS fixes to address text inside notifications drop down.Matt Friedman2013-01-151-5/+0
| | | | | | | | PHPBB3-11103
| * [ticket/11103] Clean up some notifications CSSMatt Friedman2013-01-151-4/+4
| | | | | | | | PHPBB3-11103
| * [ticket/11103-VSE] Updated notification AJAX stylingMatt Friedman2012-12-251-13/+33
| | | | | | | | PHPBB3-11103
| * Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-1/+8
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/schemas/mssql_schema.sql phpBB/report.php phpBB/styles/prosilver/template/ucp_prefs_personal.html phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-181-1/+1
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Fix some style code I missed in prosilverNathan Guse2012-10-161-1/+1
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Restyling notifications list for prosilverNathan Guse2012-10-161-28/+49
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Correct some CSSNathan Guse2012-10-161-1/+1
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Mark read link if notification has no URL to view itNathaniel Guse2012-10-161-0/+10
| | | | | | | | | | | | | | | | | | Other style stuff PHPBB3-11103
| * | [ticket/11103] Make sure notifications are marked read when clicking themNathan Guse2012-10-141-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How do we do this? If an item is unread, the URL to view that item will be the URL to mark it as read (index.php?mark_notification=$id). When the URL is visited it marks the item as read and redirects them to the correct URL for the item. If the item is read, the URL is directly to the item. Prettify the html output PHPBB-11103
| * | [ticket/11103] UCP Notification ListNathan Guse2012-10-131-2/+2
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Prettify the output for prosilver.Nathaniel Guse2012-09-201-0/+20
| | | | | | | | | | | | | | | | | | Create a way to mark items read from the output list. PHPBB3-11103
| * | [ticket/11103] Bug fixNathan Guse2012-09-161-1/+0
| | | | | | | | | | | | PHPBB3-11103
| * | [ticket/11103] Revert the changes to functions_display.phpNathan Guse2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | The css we need to apply to avatars can be applied through css rules. We don't need to be able to specify a class for the img. PHPBB3-11103
| * | [ticket/11103] Restyle the notification listNathan Guse2012-09-091-0/+8
| | | | | | | | | | | | | | | | | | Very rough (lots of inline CSS, very ugly) PHPBB3-11103
* | | [ticket/11166] Fix several custom confirm templates in prosilverJoas Schilling2013-03-031-2/+15
| | | | | | | | | | | | PHPBB3-11166
* | | [ticket/11166] Use provided custom templates on AJAX confirm boxJoas Schilling2012-12-181-3/+4
| |/ |/| | | | | PHPBB3-11166
* | [ticket/11018] Fix minor issues with CSS in prosilverJoas Schilling2012-10-171-2/+2
| | | | | | | | PHPBB3-11018
* | [ticket/11018] Attempt to fix li.pagination alignment issueDrae2012-10-171-0/+7
|/ | | | | | | | | This is somewhat kludgy fix for the vertical alignment issue for pagination contained within a linklist parented li element. Tested and doesn't seem to impact anything else negatively. May need further browser testing. PHPBB3-11018
* Merge remote-tracking branch 'mvinny/ticket/10998' into developAndreas Fischer2012-07-191-1/+2
|\ | | | | | | | | * mvinny/ticket/10998: [ticket/10998] Add border-radius to forum rules block - prosilver
| * [ticket/10998] Add border-radius to forum rules block - prosilverVinny2012-07-181-1/+2
| | | | | | | | PHPBB3-10998
* | [ticket/10968] Render pagination within the templateDrae2012-07-181-23/+16
|/ | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* Merge remote-tracking branch 'upstream/develop' into ticket/10734Shibu Lijack2012-04-101-2/+6
|\ | | | | | | | | Conflicts: phpBB/styles/prosilver/theme/tweaks.css
| * Merge remote-tracking branch 'sadu/ticket/10438' into developIgor Wiedler2012-04-011-0/+4
| |\ | | | | | | | | | | | | * sadu/ticket/10438: [ticket/10438] Alligning the Smileys on the same line as the text.
| | * [ticket/10438] Alligning the Smileys on the same line as the text.Hari Sankar R2012-04-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the styling of smilies to appear at the same level as text, by adding vertical-align: text-bottom css property to all smilies. Edited functions_content.php to add class="smilies" to all parsed smilies. PHPBB3-10438
| * | [ticket/10742] Fixing table widthsVjacheslav Trushkin2012-04-011-1/+1
| | | | | | | | | | | | | | | | | | Fixing table widths for members list, team page, online users list PHPBB3-10742
| * | [ticket/10740] Revert margin-left changes of previous commitIgor Wiedler2012-04-011-2/+1
| | | | | | | | | | | | PHPBB3-10740
| * | [ticket/10740] Changed styling of phpbb_alert box, to be centered.Hari Sankar R2012-04-011-2/+3
| |/ | | | | | | | | | | | | Changed the styling of the phpbb.alert() and phpbb.confirm() dialogue boxes to me more centered on a page. PHPBB3-10740
* | [ticket/10734] Removed unwanted color elementsShibu Lijack2012-04-101-11/+0
| | | | | | | | | | | | Deleted all the color elements from the common.css PHPBB-10734
* | [ticket/10734] Moved style elements and fixed minor bugsShibu Lijack2012-04-091-0/+10
| | | | | | | | | | | | | | | | | | | | Moved color related style elements to colours.css and other elements to common.css Also added an empty display for corners span. Removed unwanted space in mcp_topic Removed DS_Store PHPBB-10734
* | [ticket/10734] Fixed cp cssShibu Lijack2012-04-021-1/+1
| | | | | | | | | | | | Fixed border radius and padding of the ucp and mcp. PHPBB-10734
* | [ticket/10734] Removed all the unnecessary corner classesShibu Lijack2012-04-021-24/+0
| | | | | | | | | | | | Removed the corner span classes from all the template and theme files. PHPBB-10734
* | [ticket/10734] Fixed padding issuesShibu Lijack2012-04-021-2/+1
| | | | | | | | | | | | Fixed padding for post and panel. PHPBB-10734
* | [ticket/10734] Removed unwanted css elementsShibu Lijack2012-04-021-37/+1
| | | | | | | | | | | | Removed all the corner css elements PHPBB-10734
* | [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] Fixed common.cssShibu Lijack2012-03-311-3/+13
|/ | | | | | Fixed padding. PHPBB3-10734
* [ticket/10270] Changing close button for ajax popupsVjacheslav Trushkin2012-03-311-5/+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] 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-311-0/+6
| | | | PHPBB3-10270
* [ticket/10270] Makes page fade to dark on popup, and added $.querystring.Callum Macrae2012-03-311-1/+15
| | | | PHPBB3-10270