diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-08 21:20:40 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-08 21:20:40 +0000 |
commit | 1f53608976250806d9a37f93e386f53a84aedbbc (patch) | |
tree | 23a92181ac7ca7c2b4f657bba59adcd57221b69a /template/yoga/theme/p0w0/theme.css | |
parent | a62ab78e2a7060ea1c68c5fa837d0939789786b7 (diff) |
Web Service:
- Delete high and normal in #ws_access table
- start date is kept.
w0p0 template: Minor change
git-svn-id: http://piwigo.org/svn/trunk@1791 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/p0w0/theme.css')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 7adb1346b..c282ad524 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -1,4 +1,4 @@ -/* $Id: theme.css 1677 2006-12-21 21:38:20Z rub $ */ +/* $Id$ */ /** * Color scheme (Remember #6699cc = #69c) @@ -238,14 +238,18 @@ input.submit:focus { background-color: #369; } input.submit[type="reset"], -input.submit { - background: url( images/button-bg.png ); - border: 3px double #369; - border-left-color: #cde; - border-top-color: #cde; +input.submit { + background-image: url(images/button-bg.png); + height:28px; + width: 8em; + border: 0px; font-weight: bold; color: #fff; - padding: 0.25em; + border-bottom-width: 1px; + border-right-width: 1px; + border-style: outset; + border-color: #369; + padding: auto 0.25em; } input.submit[type="reset"]:active, input.submit:active { @@ -255,5 +259,6 @@ input.submit:active { border-top-color: #9ab; } #addComment input.submit { - padding: 4px 40px; + width: 12em; + padding: auto 40px; } |