diff options
Diffstat (limited to 'pyload/web/app/styles/default/accounts.less')
-rw-r--r-- | pyload/web/app/styles/default/accounts.less | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/pyload/web/app/styles/default/accounts.less b/pyload/web/app/styles/default/accounts.less new file mode 100644 index 000000000..efc8b5518 --- /dev/null +++ b/pyload/web/app/styles/default/accounts.less @@ -0,0 +1,43 @@ +@import "common"; + +.account-list { + + .account-type { + background-size: 32px 32px; + background-repeat: no-repeat; + background-position: left; + padding-left: 40px; + font-weight: bold; + } + + .account-name { + padding-top: 8px; + } + +} + +.form-account { + + // Bit wider control labels / same as config page + .control-label { + width: 180px; + } + .controls { + margin-left: 200px; + } + .form-actions { + padding-left: 200px; + } + +} + +.logo-select { + width: 20px; + height: 20px; +} + +.vertical-header { + .rotate(-90deg); + font-weight: bold; + text-transform: uppercase; +}
\ No newline at end of file |