phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hr/css base.css,1.1


From: skwashd
Subject: [Phpgroupware-cvs] hr/css base.css,1.1
Date: Tue, 15 Nov 2005 15:09:00 +0100

Update of hr/css

Added Files:
     Branch: MAIN
            base.css 

Log Message:
new version of hr - now it is actually useful

====================================================
Index: base.css
/*
 * HR Cascasing StyleSheet
 * Written by Dave Hall
 * Copyright (c) 2005 Free Software Foundaiton, Inc
 */

#hr_accts_and_groups
{
        float: left;
        height: 100%;
        margin-right: 25px;
        text-align: left;
        width: 220px;
}

#hr_view_selector
{
        margin: 0px;
        padding: 0px;
}

#hr_view_selector li
{
        background-color: #eee;
        display: block;
        float: left;
        font-weight: bold;
        list-style: none;
        text-align: center;
        width: 110px;
}

#hr_view_selector li.tab_active
{
        background-color: #999;
        color: #fff;
}

#hr_user, #hr_group
{
        text-align: left;
}

#hr_user h1, #hr_group h2
{
        text-align: center;
}

#hr_user img, #hr_group img
{
        border: 1px solid #000;
        margin: 10px;
}

#hr_group li
{
        font-weight: bold;
        list-style: none;
        margin: 0px;
        padding: 3px;
        text-align: left;
        width: 300px;
}

#hr_list ul
{
        border: 2px solid #999;
        clear: both;
        height: 600px;
        list-style: none;
        margin: 0px;
        margin-top: 20px;
        overflow: auto;
        padding: 3px;
        width: 220px;
}

#hr_list li
{
        width: 205px;
}

#hr_list ul.tab_active
{
        display: block;
}

#hr_list ul.tab_inactive
{
        display: none;
}

#hr_can_edit
{
}

#hr_edit_user input, #hr_edit_user label
{
        float: left;
        margin-bottom: 15px;
        width: 400px;
}

#hr_edit_user label
{
        font-weight: bold;
        margin-right: 10px;
        text-align: right;
        width: 200px;
}

#hr_edit_user textarea
{
        float: left;
        height: 200px;
        width: 600px;
}

#hr_edit_user br
{
        clear: both;
}






reply via email to

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