diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-03 00:22:20 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-03 00:22:20 +0800 |
commit | 71bae3ebd37e20130131328923dbff2de35093b6 (patch) | |
tree | 4b8abaac78712c94e877bab582b1e8045e36c7fd /public | |
parent | c5132b87a604506e2af0ad0322c9ccd76fe05987 (diff) | |
download | gitea-71bae3ebd37e20130131328923dbff2de35093b6.tar.gz gitea-71bae3ebd37e20130131328923dbff2de35093b6.zip |
ui for repo/create page
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 21 | ||||
-rw-r--r-- | public/img/checkmark.png | bin | 0 -> 169 bytes |
2 files changed, 17 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 39796f6e39..08dada0457 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 Binary files differnew file mode 100644 index 0000000000..ad85a91027 --- /dev/null +++ b/public/img/checkmark.png |