From 71bae3ebd37e20130131328923dbff2de35093b6 Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Mon, 3 Mar 2014 00:22:20 +0800 Subject: [PATCH] ui for repo/create page --- public/css/gogs.css | 21 +++++++++-- public/img/checkmark.png | Bin 0 -> 169 bytes templates/repo/create.tmpl | 73 +++++++++++++++++++++++++++---------- templates/user/signin.tmpl | 2 +- templates/user/signup.tmpl | 2 +- 5 files changed, 72 insertions(+), 26 deletions(-) create mode 100644 public/img/checkmark.png diff --git a/public/css/gogs.css b/public/css/gogs.css index 39796f6e3..08dada045 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -85,8 +85,7 @@ body { } /* gogits login card */ -#gogs-login-card { - width: 600px; +.gogs-card{ margin: auto; padding: 30px; background: #fff; @@ -95,13 +94,17 @@ body { box-sizing: border-box; } -#gogs-login-card h3 { +.gogs-card h3 { margin-top: 0; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #ccc; } +#gogs-login-card{ + width: 600px; +} + #gogs-login-card .form-control { padding: 6px 12px; box-sizing: content-box; @@ -112,7 +115,7 @@ body { line-height: 30px; } -#gogs-login-card .btn{ +.gogs-card .btn{ cursor: pointer; margin-right: 1.2em; } @@ -170,4 +173,14 @@ body { #gogs-user-act-tabs li.active a{ border-bottom-color: #ddd; +} + +/* gogits repo create */ + +#gogs-repo-create{ + width: 800px; +} + +#gogs-repo-create textarea[name=desc]{ + height: 8em; } \ No newline at end of file diff --git a/public/img/checkmark.png b/public/img/checkmark.png new file mode 100644 index 0000000000000000000000000000000000000000..ad85a91027713d18ea4a3d7b7d22dfe540e38f5f GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^q9Dw{0wkH`a%F*3fv1aONCo55gB!UV6D1ffOuq9) zz1z|ARP+WQ0ANajWoAC6u?TStD-{)H%@0Waa!szRUDT(h=l@CW*WMu~2 z;H>W5<#)(&;jznJ(#%T>CSHl+NH;EDc;)leu$p^cOg+{)rK%i`NL32{ -
-
-
- Owner: lunny -
-
- repo name: -
-
- description(optional): -
-
- -
-
- -
-
-
+
+
+

Create New Repository

+
+ +
+

Owner-name

+ +
+
+
+ +
+ + Great repository names are short and memorable. +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+
+
+
+ + Cancel +
+
+
{{template "base/footer" .}} \ No newline at end of file diff --git a/templates/user/signin.tmpl b/templates/user/signin.tmpl index c3a3131f5..856e46d97 100644 --- a/templates/user/signin.tmpl +++ b/templates/user/signin.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}}
-
+

Log in

diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl index 0bac3244a..48e50a003 100644 --- a/templates/user/signup.tmpl +++ b/templates/user/signup.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}}
- +

Sign Up