diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-28 18:56:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-28 18:56:09 +0000 |
commit | dfea79ee5500254de94a73d6292dd893f9616869 (patch) | |
tree | 9e3862fdf12b229782cb813b3e025498956fb385 /themes/default/theme.css | |
parent | faf97e2d6ba5b80ef5bf45753ac89d641abd9086 (diff) |
- css sprites work for ie6
- simplify/remove css
git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 8939d747d..6bfcc4daa 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -79,12 +79,12 @@ padding: 0; } -#menubar #menuTagCloud { +#menuTagCloud { text-align: center; margin: 5px 0; } -#menubar #menuTagCloud SPAN { +#menuTagCloud SPAN { white-space: nowrap; margin-right: 5px; } @@ -372,15 +372,15 @@ TD.calDayHead { margin-left: 10px; } -TABLE.infoTable .label { +.infoTable .label { font-weight: bold; text-align: right; padding-right: 0.5em; } -TABLE.infoTable TD.value UL { +.infoTable UL { margin: 0; - padding: 0 0 0 1.5em; + padding: 0 0 0 1em; list-style-type: square; } @@ -585,13 +585,6 @@ FIELDSET { } /* button tools */ -.actions { - text-indent: 0; - list-style: none; -} -.actions LI { - display: inline; -} .actions A, .actions IMG { border: none; } @@ -722,14 +715,12 @@ INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] { background-color: #d3d3d3; /* lightgrey */ } -INPUT.text, INPUT.password, INPUT.button, -INPUT.submit, INPUT.reset, INPUT.file, SELECT, TEXTAREA { color: #000; background-color: #d3d3d3; /* lightgrey */ } -INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus { +INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #f5f5f5; /* whitesmoke */ } @@ -738,10 +729,6 @@ INPUT[type="radio"], INPUT[type="checkbox"] { border: none; /* <= Opera needs this */ } -INPUT.radio, INPUT.checkbox { - border: none; /* <= IE6 needs this */ -} - .errors { /* Errors display */ color: red; |