diff options
author | silverwind <me@silverwind.io> | 2017-12-02 20:48:43 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-12-02 21:48:43 +0200 |
commit | d44aa831f32b0be3efde6138d77fbb8f59cda30e (patch) | |
tree | 421352586cc955197e6ed0d0c94640e503a6ce7c /public/less/_admin.less | |
parent | f9db60e3bdc34508b0267e4e74e8a8f8e36989c1 (diff) | |
download | gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.tar.gz gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.zip |
Convert tabs to spaces in .less files (#3064)
Diffstat (limited to 'public/less/_admin.less')
-rw-r--r-- | public/less/_admin.less | 110 |
1 files changed, 55 insertions, 55 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index 92efc3825f..713d07beea 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -1,66 +1,66 @@ .admin { - padding-top: 15px; - padding-bottom: @footer-margin * 2; + padding-top: 15px; + padding-bottom: @footer-margin * 2; - .table.segment { - padding: 0; - font-size: 13px; + .table.segment { + padding: 0; + font-size: 13px; - &:not(.striped) { - padding-top: 5px; + &:not(.striped) { + padding-top: 5px; - thead { - th:last-child { - padding-right: 5px !important; - } - } - } + thead { + th:last-child { + padding-right: 5px !important; + } + } + } - th { - padding-top: 5px; - padding-bottom: 5px; - } + th { + padding-top: 5px; + padding-bottom: 5px; + } - &:not(.select) { - th, td { - &:first-of-type { - padding-left: 15px !important; - } - } - } - } - .ui.header, - .ui.segment { - box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); - } + &:not(.select) { + th, td { + &:first-of-type { + padding-left: 15px !important; + } + } + } + } + .ui.header, + .ui.segment { + box-shadow: 0 1px 2px 0 rgba(34,36,38,.15); + } - &.user { - .email { - max-width: 200px; - } - } + &.user { + .email { + max-width: 200px; + } + } - dl.admin-dl-horizontal { - padding: 20px; - margin: 0; + dl.admin-dl-horizontal { + padding: 20px; + margin: 0; - dd { - margin-left: 275px; - } - dt { - font-weight: bolder; - float: left; - width: 285px; - clear: left; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - } + dd { + margin-left: 275px; + } + dt { + font-weight: bolder; + float: left; + width: 285px; + clear: left; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + } - &.config { - #test-mail-btn { - margin-left: 5px; - } - } + &.config { + #test-mail-btn { + margin-left: 5px; + } + } } |