summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
Commit message (Collapse)AuthorAgeFilesLines
* add commit compare functionalityChristopher Brickley2014-09-011-0/+7
|
* Removed trailing white spacesTristan Storch2014-08-301-2/+2
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Merge pull request #336 from adelq/responsive-layouts无闻2014-07-281-3/+3
|\ | | | | Avoid using fixed width in CSS for layouts
| * Avoid using fixed width in CSS for layoutsAdel Qalieh2014-07-271-3/+3
| |
* | Style finesse for “Attachments:” list in issuesAndrew Patton2014-07-251-9/+12
| | | | | | | | | | | | Make `#attached-list` attachment labels wrap, make spacing more consistent, add hover stats to `.attachment-remove` icon, adjust padding of labels to compensate for `.attachment-remove` icon
* | Fix IE bug and show errors.Justin Nuß2014-07-251-0/+7
| |
* | Add file upload for attachmentsJustin Nuß2014-07-241-0/+17
| |
* | Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-241-0/+25
| |
* | Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-241-5/+20
|/
* add organization team-single pagefuxiaohei2014-07-071-14/+66
|
* Finish Teams pageUnknown2014-06-291-454/+123
|
* add organization team-create pagefuxiaohei2014-06-271-1/+1
|
* add organization team-create pagefuxiaohei2014-06-271-1/+1
|
* select owner when creating repositoryfuxiaohei2014-06-251-2/+5
|
* add organization dashboard pagefuxiaohei2014-06-231-0/+8
|
* add organization create pagefuxiaohei2014-06-231-1/+1
|
* add organization teams pagefuxiaohei2014-06-221-1/+35
|
* add organization memebers pagefuxiaohei2014-06-221-0/+66
|
* add dashboard context switch buttonfuxiaohei2014-06-221-0/+41
|
* Add tar.gz download button and other mirror updatesUnknown2014-06-081-1/+1
|
* organisation main page uiFuXiaoHei2014-06-071-1/+93
|
* issue ui updateFuXiaoHei2014-05-261-1/+23
|
* finish issue edit content previewFuXiaoHei2014-05-211-1/+1
|
* fix firefox zclip bugFuXiaoHei2014-05-211-0/+8
|
* add issue label attach-detach uiFuXiaoHei2014-05-191-3/+45
|
* add label edit and manage uiFuXiaoHei2014-05-191-1/+7
|
* issue label ui designFuXiaoHei2014-05-161-0/+45
|
* add milestone in new-issue pageFuXiaoHei2014-05-141-2/+8
|
* add milestone issue view uiFuXiaoHei2014-05-141-6/+37
|
* assignee ui in issue viewFuXiaoHei2014-05-091-0/+14
|
* assignee ui in issue viewFuXiaoHei2014-05-081-5/+15
|
* issue assignee uiFuXiaoHei2014-05-081-0/+22
|
* add milestone list pageFuXiaoHei2014-05-071-2/+34
|
* add webhooks page uiFuXiaoHei2014-05-021-13/+29
|
* CollaboratorUnknown2014-05-011-0/+1
|
* fix profile uiFuXiaoHei2014-05-011-3/+10
|
* add collaboration page uiFuXiaoHei2014-05-011-1/+62
|
* fix repo-new ui, fix top-nav search-bar uiFuXiaoHei2014-04-141-0/+2
|
* social login button uiFuXiaoHei2014-04-121-4/+30
|
* fix logo ui, add following ui in user-profile pageFuXiaoHei2014-04-121-0/+17
|
* add search form in top navbarFuXiaoHei2014-04-111-4/+23
|
* add pager in commit-page, finish commit search formFuXiaoHei2014-04-111-4/+8
|
* fixzhsso2014-04-101-0/+1426
|
* mistakeszhsso2014-04-101-1426/+0
|
* new-repo dropdown in top navbarFuXiaoHei2014-04-101-6/+17
|
* repo-import page uiFuXiaoHei2014-04-091-0/+12
|
* change new-repo button to dropdown menu in dashboard pageFuXiaoHei2014-04-091-1/+27
|
* release-new page uiFuXiaoHei2014-04-061-0/+70
|
* release list page uiFuXiaoHei2014-04-041-4/+68
|
* Improve issue mail contentUnknown2014-04-021-2/+2
|