aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs/dashboard.less
Commit message (Collapse)AuthorAge
* fix #650Unknwon2015-11-22
|
* minor fix on #1469Unknwon2015-08-12
|
* Fix "Plus" icon size in dashboard (part 2)David Martel2015-03-26
|
* Fix the little default in the navbar of the dashboardAntoine GIRARD2015-03-19
|
* some ui details fixfuxiaohei2014-10-18
|
* Fix #515Unknwon2014-09-30
|
* UI: Confirmation boxUnknwon2014-09-29
|
* template and ui fixfuxiaohei2014-09-27
|
* UI fixUnknwon2014-09-23
|
* improve ui detailsfuxiaohei2014-09-23
|
* Fix mirror UI style and work on #475Unknwon2014-09-16
|
* 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.
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Finish new collaboration pageUnknwon2014-08-07
|
* Add missing less filesUnknwon2014-08-05