From 1f53608976250806d9a37f93e386f53a84aedbbc Mon Sep 17 00:00:00 2001 From: vdigital Date: Thu, 8 Feb 2007 21:20:40 +0000 Subject: 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 --- template/yoga/theme/p0w0/images/button-bg.png | Bin 175 -> 291 bytes template/yoga/theme/p0w0/theme.css | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/theme/p0w0/images/button-bg.png b/template/yoga/theme/p0w0/images/button-bg.png index 2ba52828b..05765f69f 100644 Binary files a/template/yoga/theme/p0w0/images/button-bg.png and b/template/yoga/theme/p0w0/images/button-bg.png differ 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; } -- cgit v1.2.3