phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/css base.css,1.1
Date: Wed, 25 May 2005 03:19:00 +0200

Update of news_admin/css

Added Files:
     Branch: MAIN
            base.css 

Log Message:
New CSS version, also supports WYSIWYG editor, still has some kinks to be 
ironed out

====================================================
Index: base.css
.errors
{
        color: #f00;
        text-align: center;
}

#news_form br
{
        clear: left;
}

#news_form fieldset
{
        margin: 0px auto;
        padding: 10px;
        width: 700px;
}

#news_form legend
{
        font-weight: bold;
}

#news_form label, #news_form input, #news_form select, #news_form textarea
{
        display: block;
        width: 600px;
        float: left;
        margin-bottom: 10px;
}

#news_form input[type=hidden]
{
        display: none;
}

#news_form iframe, #news_form textarea#news_content
{
        display: block;
        margin-left: 95px;
        width: 600px;
        height: 250px;
}

#news_form label
{
        font-weight: bold;
        text-align: right;
        width: 75px;
        padding-right: 20px;
}

#news_form div.buttons
{
        width: 180px;
        margin-left: 247px;
}

#news_form div.buttons input
{
        margin-right: 10px;
        width: 75px;
}

#date_ranges select, #date_ranges input
{
        width: 100px;
}

#date_ranges img
{
        display: block;
        float: left;
        margin-right: 5px;
}

#app_menu_bar
{
        background-color: #999;
        color: #fff;
        height: 26px;
        padding: 3px;
}

#app_menu_bar ul
{
        display: block;
        height: 20px;
        list-style: none;
        margin: 0px;
}

#app_menu_bar li
{
        clear: none;
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: center;
        width: 200px;
}

h1
{
        text-align: center;
}

.news_item .summary
{
        font-style: italic;
}

.news_item
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 10px 30px;
}

.news_item .info
{
        font-size: smaller;
        margin: 0px;
        padding: 0px;
}






reply via email to

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