diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-11 17:32:14 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-11 17:32:14 +0200 |
commit | 7a318c21d0c4765d343e3c359f92123480327ae2 (patch) | |
tree | 881c5c956742a1614663e462e6390024b96b90da /pyload/web/app/styles/default | |
parent | fixed replace rule (diff) | |
download | pyload-7a318c21d0c4765d343e3c359f92123480327ae2.tar.xz |
another try to fix broken accounts
Diffstat (limited to 'pyload/web/app/styles/default')
-rw-r--r-- | pyload/web/app/styles/default/accounts.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyload/web/app/styles/default/accounts.less b/pyload/web/app/styles/default/accounts.less index c388015b6..e0c7342c1 100644 --- a/pyload/web/app/styles/default/accounts.less +++ b/pyload/web/app/styles/default/accounts.less @@ -1,5 +1,12 @@ @import "common"; +.account-list { + img { + width: 26px; + height: 26px; + } +} + .logo-select { width: 20px; height: 20px; |