[Rt-devel] [bug] css for buttons in Admin/Groups/Members.html

Emmanuel Lacour elacour at easter-eggs.com
Mon Dec 10 12:25:28 EST 2007


I tried to fix it but was not able to do it. On Firefox at least, on
this page, the to buttons (reset, modify members) don't use the CSS,
they uses traditionnal grey look :(


With the WebDev firefox extentsion, for those buttons I get:

.submit .button    (ligne 54)
{
    font-size: 0.9em;
}



and with a working button:

form input.field, form input, form textarea    (ligne 23)
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(0, 102, 153);
    border-right-color: rgb(0, 102, 153);
    border-bottom-color: rgb(0, 102, 153);
    border-left-color: rgb(0, 102, 153);
    padding-top: 3px;
    padding-right-value: 3px;
    padding-bottom: 3px;
    padding-left-value: 3px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
}

form input.button    (ligne 1)
{
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-top-style: double;
    border-right-style: double;
    border-bottom-style: double;
    border-left-style: double;
    border-right-color: rgb(0, 102, 153);
    border-bottom-color: rgb(0, 102, 153);
    border-top-color: rgb(0, 136, 204);
    border-left-color: rgb(0, 136, 204);
    padding-top: 0.25em;
    padding-right-value: 0.25em;
    padding-bottom: 0.25em;
    padding-left-value: 0.25em;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    background-color: white;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    font-weight: bold;
    font-size: 1em;
    margin-top: 0.5em;
    margin-right-value: 0.5em;
    margin-bottom: 0pt;
    margin-left-value: 0.5em;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
}

.submit .button    (ligne 54)
{
    font-size: 0.9em;
}


-- 
Emmanuel Lacour


More information about the Rt-devel mailing list