diff options
author | Simon Rettberg | 2014-10-09 16:01:11 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-10-09 16:01:11 +0200 |
commit | e1dc0d3c99217504de2ac8467156274786efc0bd (patch) | |
tree | 130d7fed1fff8aaaffe5942cf2a3d6bb1dad03c8 /style | |
parent | Minor fixes and improvements (diff) | |
download | slx-admin-e1dc0d3c99217504de2ac8467156274786efc0bd.tar.gz slx-admin-e1dc0d3c99217504de2ac8467156274786efc0bd.tar.xz slx-admin-e1dc0d3c99217504de2ac8467156274786efc0bd.zip |
Big load of changes
- Added callback functionality for taskmanager tasks. You can launch
a task and define a callback function to be run when the task finished.
This requires activating the cronjob
- Added cron functionality: Add cronjob that calls the cron api every 5
minutes to use it. (See cron.inc.php)
- Added eventlog
- Added missing translations
- Merged main-menu-login and main-menu-logout
Diffstat (limited to 'style')
-rw-r--r-- | style/bg.png | bin | 0 -> 31176 bytes | |||
-rw-r--r-- | style/default.css | 10 |
2 files changed, 7 insertions, 3 deletions
diff --git a/style/bg.png b/style/bg.png Binary files differnew file mode 100644 index 00000000..2289cd01 --- /dev/null +++ b/style/bg.png diff --git a/style/default.css b/style/default.css index 0f1c8e3e..acbddcd6 100644 --- a/style/default.css +++ b/style/default.css @@ -1,6 +1,10 @@ body { - padding-top: 70px; - padding-bottom: 10px; + padding-top: 70px; + padding-bottom: 10px; +} + +.panel-heading, .panel-footer, .jumbotron, pre, .input-group-addon { + background-image: url('bg.png'); } .form-signin { @@ -136,5 +140,5 @@ body { } .slx-text-red { - color: red; + color: #ff0; } |