diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-24 00:51:40 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-24 00:51:40 +0000 |
commit | 01f78a2febf84d2f502c115604f56668e869ae19 (patch) | |
tree | cce6876feef4643749ea61483782af2e572185ee /template/yoga/theme | |
parent | 45387067c243e86d5f214abb44482f75dd257161 (diff) |
- user_list submit form without selected user shows javascript alert (now working; previously had bad XPath selector)
- put #debug css rule in Sylvia/theme.css (I removed it in my prev commit from default-layout)
git-svn-id: http://piwigo.org/svn/trunk@2578 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 8d70d9ecc..61cad49bc 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -74,4 +74,6 @@ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .content UL.thumbnails SPAN.wrap2:hover { color: #666; background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } A, INPUT.rateButton { color: #f70; outline: none; border: none;} -A:hover, A:active { color: #f33; border: 0; outline: none; }
\ No newline at end of file +A:hover, A:active { color: #f33; border: 0; outline: none; } + +#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |