diff options
author | 2013-12-06 18:15:24 +0100 | |
---|---|---|
committer | 2013-12-06 18:15:24 +0100 | |
commit | 1f4c6cd6e4b712263b40de4ce1fcebe716019b4f (patch) | |
tree | d25db580032edff61a58b3be426b4681e23addf8 /pyload/web/app/styles | |
parent | fixed jshint (diff) | |
download | pyload-1f4c6cd6e4b712263b40de4ce1fcebe716019b4f.tar.xz |
package edit dialog
Diffstat (limited to 'pyload/web/app/styles')
-rw-r--r-- | pyload/web/app/styles/default/dashboard.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/styles/default/dashboard.less b/pyload/web/app/styles/default/dashboard.less index 1e9f21fec..4978f358a 100644 --- a/pyload/web/app/styles/default/dashboard.less +++ b/pyload/web/app/styles/default/dashboard.less @@ -109,7 +109,7 @@ .package-indicator { position: absolute; top: 0; - right: 0; + right: 5px; float: right; color: @blue; text-shadow: @yellowDark 1px 1px; |