diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-18 23:39:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-18 23:39:25 +0000 |
commit | b2da56ead789c0cfbadbd505991794820233e832 (patch) | |
tree | 365fe5ce4b8185b1290533dd3321f05d81e944e4 | |
parent | 151dd62ca5c2a9a11e55ec08985933c541a2708a (diff) |
feature 2477: merge -r12491 from trunk; remove unnecesary css rules + simplify very inefficient overly qualified rules (pagespeed)
git-svn-id: http://piwigo.org/svn/branches/2.3@12492 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 7c2d75d97..8947dfddd 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -792,16 +792,13 @@ LEGEND { border-radius: 3px; } -#thePasswordPage form#lostPassword { +#lostPassword { padding: 1em; } -#thePasswordPage form#lostPassword p { +#lostPassword p { text-align: left; - margin: 0 0 1em 0; + margin: 1.5em 0; line-height: 1.5em; } -#thePasswordPage form#lostPassword p.bottomButtons { - margin-top:2em; -}
\ No newline at end of file |