diff options
author | skyblue <ssx205@gmail.com> | 2014-04-06 23:12:29 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-06 23:12:29 +0800 |
commit | 5e534bf2a56a2f4e36d039699ba60946f993574b (patch) | |
tree | 17fd6a6dde814567538fe1a84126f83303df3904 /public/css/gogs.css | |
parent | a04918e36d49e1d066c6f661a73eebf706a97237 (diff) | |
parent | d3a987eded8bf2d0afc35dce32238e59da8080a8 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index a6d6b4cc..da2a7fd1 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1304,4 +1304,74 @@ html, body { #release .release-item .info .avatar { vertical-align: middle; +} + +#release-new-form { + margin-top: 24px; +} + +#release-new-form .target-at { + margin: 0 1em; +} + +#release-new-form .target-text { + color: #888; +} + +#release-new-target-branch-list { + padding-top: 0; + padding-bottom: 0; + min-width: 200px; +} + +#release-new-target-branch-list ul { + margin-bottom: 0; +} + +#release-new-target-branch-list li { + padding: 8px 20px; +} + +#release-new-target-branch-list li a { + margin-left: 0; + background-color: transparent; + padding: 0; +} + +#release-new-target-branch-list li a:hover { + background-image: none; +} + +#release-new-target-branch-list li:hover { + background-color: #0093c4; +} + +#release-new-target-branch-list li:hover a { + color: #FFF; +} + +#release-new-title { + width: 50%; +} + +#release-new-content-div { + margin-top: 16px; + padding-left: 0; +} + +#release-new-content-div .md-help { + margin-top: 6px; +} + +#release-textarea .form-group { + display: block; +} + +#release-new-content { + width: 100%; + margin: 16px 0; +} + +#release-preview{ + margin: 6px 0; }
\ No newline at end of file |