summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
Commit message (Collapse)AuthorAgeFilesLines
* Move less from public/ to web_src/ so that it will not be packeā€¦ (#8908)Lunny Xiao2019-11-121-250/+0
|
* Remove arrows on numeric inputs (#8516)Nicholas Smith2019-10-181-0/+10
| | | | | | * Nothing needs the arrows for input, especially 2FA * Moved into LESS
* replace lesshint with stylelint (#7305)silverwind2019-06-271-2/+0
| | | | | | | | | New CSS linter which is much more powerfull than the previous one. Configuration is default but I had to remove a few rules that were throwing too many or weird errors. More importantly, the linter will exit with code 1 on errors so now our build will fail if the CSS linter fails which should eliminate linter errors being introduced without notice.
* Add less linter via npx (#6936)Xaver Maierhofer2019-05-141-7/+15
|
* Clean less files (#6921)Xaver Maierhofer2019-05-131-80/+103
|
* Fix dropdown icon padding (#6651)zeripath2019-04-161-0/+1
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add lang specific font stacks for CJK (#6007)zeripath2019-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lang specific font stacks * Force font changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix icons Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix octicons and icons Signed-off-by: Andrew Thornton <art27@cantab.net> * Just override the semantic ui fonts only Signed-off-by: Andrew Thornton <art27@cantab.net> * Missed the headers... override them too * Missed some more semantic ui stuff * Fix PT Sans Signed-off-by: Andrew Thornton <art27@cantab.net> * More changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Squashed commit of the following: commit 7d1679e9079541359869c9e677ba7412bfcc59f3 Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 13:53:49 2019 +0100 Remove missed YaHei leftover from _home.less commit 0079121ea91860a323ed4e5cc1a9c0d490d9cefd Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 12:03:54 2019 +0100 Fix overdone fixes (inherit, :lang) commit 62c919915928ec1db4731d547e95885f91a0618d Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 02:29:10 2019 +0100 Fix elements w/ explicit lang (language chooser) commit b3117587aa2eb8570d60bed583a11ee5565418be Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 20:17:26 2019 +0100 Fix textarea also (to match body) commit 81cedf2c3012c4dd05a7680782b4a98e1b947f67 Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 19:41:39 2019 +0100 Revert css temporarily to fix conflict commit 80ff82797f3203cbeaf866f22e961334e137df89 Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 19:15:30 2019 +0100 Tweak CJK, fix Yu Gothic, more monospace inherits commit 581dceb9a869646c2c486dabb925c88c2680d70c Author: Mike L <cl.jeremy@qq.com> Date: Mon Mar 11 13:09:26 2019 +0100 Add Lato for latin extd. & cyrillic, improve CJK * update stylesheet
* Add autoprefixer to css build (#6029)silverwind2019-02-111-2/+0
| | | | | | * Add autoprefixer to css build * also use autoprefixer on theme files
* Responsive design fixes (#4508)kolaente2018-07-261-4/+39
| | | | | | | | * reset to master * build css * Fixed spacing
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-051-0/+17
|
* Responsive view (#2750)Morgan Bazalgette2017-12-301-35/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading
* Convert tabs to spaces in .less files (#3064)silverwind2017-12-021-115/+115
|
* Use monospace font in githook editor (#1958)silverwind2017-06-131-0/+6
|
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add google+ * sort signin oauth2 providers based on the name so order is always the same * update auth tip for google+ * add gitlab provider * add bitbucket provider (and some go fmt) * add twitter provider * add facebook provider * add dropbox provider * add openid connect provider incl. new format of tips section in "Add New Source" * lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow) * imports according to goimport and code style * make it possible to set custom urls to gitlab and github provider (only these could have a different host) * split up oauth2 into multiple files * small typo in comment * fix indention * fix indentation * fix new line before external import * fix layout of signin part * update "broken" dependency
* Fix missing less sources for oauth (#1288)Antoine GIRARD2017-03-171-1/+22
|
* Small UI fixes on full width form titlesJoubert RedRat2016-10-191-4/+9
|
* LESS: Use tabs for indent in all filesAdam Strzelecki2015-12-071-1/+1
| | | | This does not change any content and generated gogs.css is still the same.
* finish new auth e-mailsUnknwon2015-09-171-2/+4
|
* user gomail and new activate account email tplUnknwon2015-09-171-0/+1
| | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header
* new sign in pageUnknwon2015-09-141-0/+1
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-0/+14
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-25/+31
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-5/+7
|
* new create webhook eventUnknwon2015-08-281-0/+8
|
* complate list of gitignores and licensesUnknwon2015-08-281-1/+11
|
* new edit webhook UIUnknwon2015-08-271-21/+0
|
* new create webhook UIUnknwon2015-08-271-0/+8
|
* new webhooks list UIUnknwon2015-08-261-2/+2
|
* new repo git hooks UIUnknwon2015-08-261-0/+22
|
* new commits tableUnknwon2015-08-201-1/+5
|
* fix css stylesUnknwon2015-08-151-1/+1
|
* #1180 and #1250: migrationUnknwon2015-08-151-29/+35
|
* upgrade new issue to SUI v2Unknwon2015-08-101-1/+1
|
* fix css ruleUnknwon2015-08-081-28/+30
|
* improve fork processUnknwon2015-08-081-0/+34
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-0/+6
|
* UI: install - database settingsUnknwon2015-07-081-0/+8