phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] addressbook/templates/base/form.css, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] addressbook/templates/base/form.css, 1.1.2.1
Date: Thu, 30 Dec 2004 02:00:12 +0100

Update of /addressbook/templates/base
Added Files:
        Branch: proposed-0_9_18-branch
          form.css

date: 2004/12/30 01:00:12;  author: skwashd;  state: Exp;  lines: +34 -0

Log Message:
new layout
=====================================================================
input[type="submit"].button_style, input[type="button"].button_style {
        color: #555;
        margin-left: 1px;
        margin-right: 1px;

        background-color: #ddd;
        border:1px #888 solid;
        border-bottom-width: 0px;
        padding: 1px;
        width: 85px;
}

input[type="submit"].button_style_sel, input[type="button"].button_style_sel {
        color: #555;
        margin-left: 1px;
        margin-right: 1px;

        /*background-color: #e5e5e5;*/
        border:1px #888 solid;
        border-bottom-width: 0px;
        padding: 1px;
        width: 85px;
}

input[type="submit"]:hover.button_style, 
input[type="button"]:hover.button_style {
        background-color: #eee;
        color: #36c;
}

input[type="submit"]:active.button_style, 
input[type="button"]:active.button_style {
        background-color: #eee;
        color: #9ac;
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]