diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-01 20:30:39 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-01 20:30:39 +0000 |
commit | c296ca98df7745b5a7ca5bf9cd5612972f5d8e81 (patch) | |
tree | 6b5fdff15550024c947e4392da28242e1cb0dc57 /themes/default/theme.css | |
parent | 6877d368cf6a5bad4f6d5c65744e91612007d2c3 (diff) |
- fix quick connect right margin (recent css simplification impact)
- index.php wrong nav bar generation under some plugin cases
- css sprites in the quick connect are simpler and more compact
git-svn-id: http://piwigo.org/svn/trunk@8432 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 6bfcc4daa..2de359b4f 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -64,13 +64,9 @@ } /* quickconnect form */ -#quickconnect { - margin: 5px; - padding: 0; -} #quickconnect FIELDSET { - margin: 0; + margin: 0 5px 0 0; padding: 0; /*IE6 requires padding 0*/ } |