diff options
author | Philip Häusler <msquare@notrademark.de> | 2012-12-28 20:55:13 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2012-12-28 20:55:13 +0100 |
commit | 7044c07c009ccaf4a0d9f27ab24e0cddaddcbae4 (patch) | |
tree | 70eca6f5efb8d1c4f6aa5bef8747e2e27615076a /public | |
parent | da14940813fc5a37add81733412cf6eed23a3fab (diff) |
link to edit page and shift mates on myshifts page
Diffstat (limited to 'public')
-rw-r--r-- | public/css/base.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/base.css b/public/css/base.css index 6b030319..a97f31c4 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -350,6 +350,20 @@ tr:hover .hidden { background: #fff; } +.button.edit { + background: url('../pic/icons/pencil.png') 2px 2px no-repeat; + padding-left: 20px; +} + +.button.ok { + background: url('../pic/icons/tick.png') 2px 2px no-repeat; + padding-left: 20px; +} + +.button.cancel { + background: url('../pic/icons/cross.png') 2px 2px no-repeat; + padding-left: 20px; +} .form { border: 1px solid #888; |