aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/forms.css
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12539] Live member search improvementsmrgoldy2019-09-091-1/+1
| | | | PHPBB3-12539
* Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-1/+1
|\ | | | | | | | | * 3.1.x: [ticket/13735] Fix input type number for Firefox in prosilver
| * [ticket/13735] Fix input type number for Firefox in prosilverjaviexin2017-04-171-1/+1
| | | | | | | | PHPBB3-13735
* | [ticket/15173] Fix message area resizing lagLouis77772017-04-141-5/+5
| | | | | | | | | | | | | | | | Resizing the posting editor's text area lags, because there is an all-inclusive CSS transition. This fix excludes the height property from having a noticeable transition. PHPBB3-15173
* | [ticket/12649] Change sort & display options in footers to dropdown menuRMcGirr832015-11-031-0/+18
| | | | | | | | PHPBB3-12649
* | [ticket/14193]Fix posting buttonsMichael Miday2015-10-031-22/+6
| | | | | | | | PHPBB3-14193
* | [ticket/12769] Fix some froom button inconsistencyMichael Miday2015-09-171-3/+1
| |
* | [ticket/12769] Completely refactor btns and pagingMichael Miday2015-09-171-3/+2
| |
* | [ticket/12769] Fix responsive featuresMichael Miday2015-09-171-17/+10
| |
* | [ticket/14139] Swap ids for classes in css filesMichael Miday2015-09-141-8/+8
| |
* | [ticket/12821] Update all gradientsMichael Miday2015-09-011-1/+0
|/
* [ticket/12542] Do not use browser specific css for outlineMarc Alexander2015-05-231-8/+0
| | | | | | | Also, the CSS selector for the drag'n'drop was simplified to only use the class. PHPBB3-12542
* [ticket/12542] Use extended CSS for all browsersMarc Alexander2015-04-291-1/+13
| | | | PHPBB3-12542
* [ticket/12542] Add initial drag-n-drop animationMarc Alexander2015-04-281-0/+3
| | | | PHPBB3-12542
* Merge remote-tracking branch 'hanakin/ticket/12889' into develop-ascraeusCesar G2014-09-231-0/+4
|\ | | | | | | | | * hanakin/ticket/12889: [ticket/12889] Fix multiple select lists
| * [ticket/12889] Fix multiple select listshanakin2014-09-231-0/+4
| | | | | | | | PHPBB3-12889
* | [ticket/13097] Add missing unit typehanakin2014-09-231-1/+1
|/ | | | PHPBB3-13097
* [ticket/12598] Remove right borderhanakin2014-09-181-2/+2
| | | | PHPBB3-12598
* [ticket/12598] Remove border from .search-headerhanakin2014-09-181-0/+23
| | | | PHPBB3-12598
* [ticket/12598] Remove hover border-color and use hover iconPayBas2014-09-181-8/+1
| | | | PHPBB3-12598
* [ticket/12598] Improve search box stylingPayBas2014-09-181-4/+41
| | | | PHPBB3-12598
* Merge remote-tracking branch 'PayBas/ticket/12813' into develop-ascraeusCesar G2014-07-071-0/+4
|\ | | | | | | | | | | | | | | * PayBas/ticket/12813: [ticket/12813] Move inline-CSS to css file [ticket/12813] Use -moz-only fix instead of generic padding [ticket/12813] Reorder .row pagination so it aligns better [ticket/12813] Fix page-jump title lang and use input type=number
| * [ticket/12813] Use -moz-only fix instead of generic paddingPayBas2014-07-061-1/+1
| | | | | | | | PHPBB3-12813
| * [ticket/12813] Fix page-jump title lang and use input type=numberPayBas2014-07-051-0/+4
| | | | | | | | PHPBB3-12813
* | [ticket/12823] Remove all trailing whitespacehanakin2014-07-061-3/+3
|/ | | | PHPBB3-12823
* [ticket/12013] Remove obsolete jumpbox and quickmod CSS.Cesar G2014-07-041-18/+0
| | | | PHPBB3-12013
* [ticket/10737] Use dropdown for search results container.Cesar G2014-04-231-1/+1
| | | | PHPBB3-10737
* [ticket/11978] Fix width of topic search text fieldOliver Schramm2014-04-151-1/+1
| | | | PHPBB3-11978
* [ticket/11111] Prosilver posting textarea may only be resized verticallyMatt Friedman2014-03-131-0/+1
| | | | | | | | The resize element displays a mechanism for allowing the user to resize the element. Setting this to vertical means it may only be resized vertically. PHPBB3-11111
* [ticket/10810] Update all palettes.Cesar G2013-11-131-5/+0
| | | | PHPBB3-10810
* [ticket/11030] Fix cursor for checkboxesVjacheslav Trushkin2013-10-301-1/+1
| | | | PHPBB3-11030
* [ticket/11030] Fixing cursor appearing in file upload browse button.erangamapa2013-10-301-2/+4
| | | | | | | Removed unnecessary cursor CSS properties added for form inputs in both acp and prosilver styles. Added cursor:pointer property only for buttons. PHPBB3-11030
* [ticket/11956] Fix responsive jumpboxVjacheslav Trushkin2013-10-241-1/+5
| | | | PHPBB3-11956
* [ticket/10948] Separate color swatch cells.Cesar G2013-10-171-0/+5
| | | | PHPBB3-10948
* 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/11010] Change input type to search for search formsVjacheslav Trushkin2013-05-201-0/+9
| | | | | | | | | | | | | | | | Change input type to search for search forms Replace search placeholder JS with placeholder attribute Add style for search placeholder PHPBB3-11010
* | [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-181-0/+5
| | | | | | | | PHPBB3-9558
* | Merge remote-tracking branch ↵David King2012-03-301-40/+8
|\ \ | | | | | | | | | 'cyberalien/feature/prosilver-cleanup/duplicate-colors' into develop
| * | [feature/prosilver-cleanup/duplicate-colors] Removing duplicate colorsVjacheslav Trushkin2012-02-161-40/+8
| |/ | | | | | | | | | | Removing color values from files other than colours.css PHPBB3-10619
* | [feature/prosilver-cleanup/remove-tweaks2] Removing tweaks from formsVjacheslav Trushkin2012-03-081-4/+0
|/ | | | | | Removing IE6 tweaks from forms.css PHPBB3-10622
* Merge remote-tracking branch 'bantu/ticket/10254' into develop-olympusAndreas Fischer2011-11-141-1/+1
|\ | | | | | | | | | | | | | | | | * 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] Remove style names from themes and fix some informations on it.maelsoucaze2011-11-141-1/+1
| | | | | | | | PHPBB3-10254
* | [ticket/7932] Fix font size in select boxesJoas Schilling2011-10-291-0/+1
|/ | | | PHPBB3-7932
* [ticket/10233] IE Emulation fix breaks PM posting layoutRaimon2011-06-261-1/+1
| | | | | | | | | The minimum and maximum width of 100% make the textarea dynamically adjust. However the smilies next to the textarea will float out of their containing div when the default width pre-min/max is specified as a too high value. PHPBB3-10233
* [ticket/9878] Remove IE7 emulation from prosilver/subSilver2Adam Reyher2011-06-091-1/+4
| | | | | | | | With these changes, prosilver and subSilver2 no longer need to force IE7 emulation when browsing with IE8 due to the well-known textarea scrolling bug. PHPBB3-9878
* [ticket/9587] Replace '0px' with '0'.Andreas Fischer2010-06-171-1/+1
| | | | | | This has been introduced by merge of c7a25c58b893fc72ffb3746374ece9de1d388531, which was not supposed to be merged. 1b2a65333b5be1f6086bbd1d438e061041bd2b75 was supposed to be merged instead. PHPBB3-9587
* [ticket/9587] Prosilver overrides reCaptcha class.Joas Schilling2010-05-241-0/+5
| | | | PHPBB3-9587
* Fix Bug #55895 - Missing CSS background parameter, thanks Planet Styles.Andreas Fischer2009-12-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10386 89ea8834-ac86-4346-8a33-228a782c2dd0
* some bugfixesMeik Sievertsen2007-10-121-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8168 89ea8834-ac86-4346-8a33-228a782c2dd0