tab->2 space for css

Cette révision appartient à :
Anthony Lieuallen 2011-06-28 01:08:18 +00:00
Parent 3c90aa6510
révision 8c29085a1f
2 fichiers modifiés avec 18 ajouts et 18 suppressions

Voir le fichier

@ -1,34 +1,34 @@
body.resurrect div#errorPageContainer { body.resurrect div#errorPageContainer {
padding-right: 22em; padding-right: 22em;
max-width: 41em; max-width: 41em;
min-height: 20em; min-height: 20em;
} }
fieldset#resurrect { fieldset#resurrect {
display: none; display: none;
} }
body.resurrect fieldset#resurrect { body.resurrect fieldset#resurrect {
display: block; display: block;
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
background-color: white; background-color: white;
width: 14em; width: 14em;
padding: 1em; padding: 1em;
margin: 1em; margin: 1em;
margin-right: 1.5em; margin-right: 1.5em;
-moz-border-radius: 10px; -moz-border-radius: 10px;
} }
body.resurrect fieldset#resurrect legend img { body.resurrect fieldset#resurrect legend img {
vertical-align: middle; vertical-align: middle;
padding-right: 0.25em; padding-right: 0.25em;
} }
body.resurrect fieldset#resurrect button { body.resurrect fieldset#resurrect button {
width: 14em; width: 14em;
} }

Voir le fichier

@ -1,3 +1,3 @@
#resurrect button { #resurrect button {
width: 14em; width: 14em;
} }