diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-09-06 20:45:06 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-09-06 20:45:06 +0200 |
commit | e665d1701ff588ad6d25ebad0876eca0ca72eafd (patch) | |
tree | 2a6419162ee7164e2050eeb7c0463a335d9f9792 /public | |
parent | 28b50acb88292392be2913be9df3e975829bb1dc (diff) |
create multiple shifts
Diffstat (limited to 'public')
-rw-r--r-- | public/css/base.css | 32 | ||||
-rw-r--r-- | public/index.php | 4 | ||||
-rw-r--r-- | public/pic/engelsystem_logo.png | bin | 8736 -> 8177 bytes |
3 files changed, 36 insertions, 0 deletions
diff --git a/public/css/base.css b/public/css/base.css index 2849f244..e93d2a9b 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -108,6 +108,15 @@ table { border-collapse: collapse; } +fieldset hr { + background-color: #f0f0f0; + border: none; + color: #f0f0f0; + height: 1px; + margin: 0; + padding: 0; +} + fieldset table { margin: 4px; } @@ -115,6 +124,7 @@ fieldset table { fieldset p { clear: both; margin: 4px; + min-height: 23px; } fieldset p label { @@ -123,6 +133,11 @@ fieldset p label { width: 200px; } +fieldset p label input { + float: right; + margin: 2px 10px 0 0; +} + th { background: #f0f0f0; } @@ -226,3 +241,20 @@ tr:hover .hidden { .done { text-decoration: line-through; } + +.spinner a { + background: #f0f0f0; + border: 1px solid #888; + padding: 1px 5px; + text-decoration: none; +} + +.spinner input { + border: 1px solid #888; + border-left: none; + border-right: none; + padding: 3px 3px 1px 3px; + margin: 0; + text-align: right; + width: 42px; +} diff --git a/public/index.php b/public/index.php index 7f24ee42..22a139ef 100644 --- a/public/index.php +++ b/public/index.php @@ -122,6 +122,10 @@ if (in_array($p, $privileges)) { require_once ('includes/pages/admin_import.php'); $content = admin_import(); } + elseif ($p == "admin_shifts") { + require_once ('includes/pages/admin_shifts.php'); + $content = admin_shifts(); + } elseif ($p == "admin_log") { require_once ('includes/pages/admin_log.php'); $content = admin_log(); diff --git a/public/pic/engelsystem_logo.png b/public/pic/engelsystem_logo.png Binary files differindex b017302e..6713dfcd 100644 --- a/public/pic/engelsystem_logo.png +++ b/public/pic/engelsystem_logo.png |