diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-14 22:32:38 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-14 22:32:38 +0200 |
commit | 35fc4c09c196f02462468963c20211caec79fd33 (patch) | |
tree | b71b95d7ba7294919b63bb2a38f480349809ae06 /module/web/static/css/default | |
parent | color info button changed to yellow (diff) | |
download | pyload-35fc4c09c196f02462468963c20211caec79fd33.tar.xz |
aligned button
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/settings.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 0b80569fe..a65ff9776 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -12,5 +12,12 @@ .page-header {
margin: 0;
+
+ .btn {
+ float: right;
+ margin-top: 5px;
+ }
+
}
+
}
\ No newline at end of file |