diff options
author | crackcomm <crackcomm@gmail.com> | 2014-04-01 05:21:59 +0200 |
---|---|---|
committer | crackcomm <crackcomm@gmail.com> | 2014-04-01 05:21:59 +0200 |
commit | 868d921f7bb30a3bd5c690b484722fc35c0d8211 (patch) | |
tree | 26faeb01e72782bc19f0cca1be1f26d1c7d10cd6 /public | |
parent | 1240041b4d17b757fc308e42f88e093c21b372bb (diff) | |
download | gitea-868d921f7bb30a3bd5c690b484722fc35c0d8211.tar.gz gitea-868d921f7bb30a3bd5c690b484722fc35c0d8211.zip |
Description list instead of div's in admin Dashboard & Configuration.
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 965c90962c..4071220466 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1231,3 +1231,13 @@ html, body { #footer a { color: #000; } + +/* admin dashboard/configuration */ + +.dl-horizontal > dt { + width: 320px; +} + +.dl-horizontal > dd { + margin-left: 340px; +} |