aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
Commit message (Collapse)AuthorAge
...
* fix #1829 and fix #890Unknwon2015-12-04
|
* minor JS and UI fixUnknwon2015-12-03
|
* Merge pull request #2094 from nanoant/patch/less-pronounced-sha-labelsUnknwon2015-12-03
|\ | | | | UI: Use more subtle grey SHA1 labels
| * UI: More subtle strips on commits listAdam Strzelecki2015-12-03
| | | | | | | | | | | | With grey SHA1 labels, we should consider having also more subtle strips on commits list. As current strips blend too much with grey SHA1 labels and top bar, making hard to distinguish headers from content.
* | UI: Remove CSS rule making last-commit SHA boldAdam Strzelecki2015-12-03
|/ | | | This removes remains from old design, that was not cleaned by previous #2068 PR.
* fix #2087Unknwon2015-12-03
|
* more UI minor fixesUnknwon2015-12-02
|
* Merge pull request #2088 from nanoant/patch/further-layout-fixesUnknwon2015-12-02
|\ | | | | Further layout fixes
| * CSS: Octicons 16px fix outside of _octicons.lessAdam Strzelecki2015-12-03
| | | | | | | | | | | | Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863.
* | minor CSS fixUnknwon2015-12-02
| |
* | minor CSS fix for #2068Unknwon2015-12-02
|/
* UI: Display last-commit header without 2nd columnAdam Strzelecki2015-12-03
| | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag.
* UI: Keep repo URL action right of ref combo & pathAdam Strzelecki2015-12-02
| | | | | | | Just use secondary menu instead custom ".head.meta", which simplifies code. Also do not display repo URL action when we are in subdirectory or viewing a file.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* Commits & files UI: SUI fixed single line tableAdam Strzelecki2015-12-02
| | | | | | | | Instead using own ellipsis, uses Semantic UI fixed single line table which effectively applies ellipsis to all overflowing table cells. NOTE: File list cannot use colspan="2" for 1st "Last commit" elements, otherwise layout breaks with fixed table.
* CSS: Reduce .sha.label font size to 13pxAdam Strzelecki2015-12-02
|
* CSS: .repository .sha.label -> .ui .sha.labelAdam Strzelecki2015-12-02
| | | | | This is because SHA1 label is used in many other places, not only inside .repository container.
* CSS: Ensure Octicons are used with 16px font sizeAdam Strzelecki2015-12-02
| | | | | | Semantic UI .icon 1em font-size has priority over .octicon 16px, resulting octicons rendered at 14px font-size, which is not okay since Octicons are meant to be shown sizes that are multiples of 16px.
* finish wikiUnknwon2015-11-30
|
* wiki: finish newUnknwon2015-11-27
|
* Wiki: UI for page newUnknwon2015-11-25
|
* fix #650Unknwon2015-11-22
|
* fix minor dashboard CSS issueUnknwon2015-11-19
|
* UI: long organization name in create repository owner listUnknwon2015-11-18
|
* fix #1990Unknwon2015-11-18
|
* minor css fixUnknwon2015-11-17
|
* fix #1448Unknwon2015-11-17
|
* fix CSS widthUnknwon2015-11-16
|
* fix CSSUnknwon2015-11-16
|
* new watchers, stars and forks UIUnknwon2015-11-16
|
* fix #1960Unknwon2015-11-16
|
* UI fixUnknwon2015-11-16
|
* fix #1958Unknwon2015-11-15
|
* fix markdown paddingUnknwon2015-11-15
|
* new repo uiUnknwon2015-11-14
| | | | | | - copy link button: #1396, #1168, #1668, - synxtax highlight: #1712, #1549, #1315, #670 - z-index: #1942
* new dashboard uiUnknwon2015-11-13
|
* #1459 Dashboard issues lacks sortingUnknwon2015-11-04
|
* #1078 not show bin when rename a fileUnknwon2015-11-03
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
|
* fix quick guide styleUnknwon2015-10-07
|
* new quick start pageUnknwon2015-10-02
|
* add commit compare functionalityChristopher Brickley2014-09-01
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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-28
|\ | | | | Avoid using fixed width in CSS for layouts
| * Avoid using fixed width in CSS for layoutsAdel Qalieh2014-07-27
| |
* | Style finesse for “Attachments:” list in issuesAndrew Patton2014-07-25
| | | | | | | | | | | | 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-25
| |
* | Add file upload for attachmentsJustin Nuß2014-07-24
| |
* | Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-24
| |
* | Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-24
|/