|
|
cc10e6 |
/*
|
|
|
cc10e6 |
* Webenv -> Forms
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* This CSS is free software; you can redistribute it and/or modify it
|
|
|
cc10e6 |
* under the terms of the GNU General Public License as published by
|
|
|
cc10e6 |
* the Free Software Foundation; either version 2 of the License, or
|
|
|
cc10e6 |
* (at your option) any later version.
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* This CSS is distributed in the hope that it will be useful, but
|
|
|
cc10e6 |
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
cc10e6 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
cc10e6 |
* General Public License for more details.
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* You should have received a copy of the GNU General Public License
|
|
|
cc10e6 |
* along with this program; if not, write to the Free Software
|
|
|
cc10e6 |
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
cc10e6 |
*
|
|
|
cc10e6 |
* ----------------------------------------------------------------------
|
|
|
cc10e6 |
* $Id$
|
|
|
cc10e6 |
* ----------------------------------------------------------------------
|
|
|
cc10e6 |
*/
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.row1 {
|
|
|
cc10e6 |
clear: both;
|
|
|
cc10e6 |
background: #F8F8F8;
|
|
|
cc10e6 |
padding: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.row2 {
|
|
|
cc10e6 |
clear: both;
|
|
|
cc10e6 |
background: #FFFFFF;
|
|
|
cc10e6 |
padding: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.row3 {
|
|
|
cc10e6 |
clear: both;
|
|
|
cc10e6 |
border-top: 1px solid #CCC;
|
|
|
cc10e6 |
padding: 10px;
|
|
|
cc10e6 |
margin-top: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body fieldset div.row1 span.descrip,
|
|
|
cc10e6 |
div#page-body fieldset div.row2 span.descrip {
|
|
|
cc10e6 |
float: left;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body fieldset div.field {
|
|
|
cc10e6 |
display: block;
|
|
|
cc10e6 |
margin-left: 30%;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body fieldset div.field div.column {
|
|
|
cc10e6 |
float: left;
|
|
|
cc10e6 |
margin-right: 1em;
|
|
|
cc10e6 |
padding-right: 1em;
|
|
|
cc10e6 |
border-right: 1px dotted #AAA;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body fieldset div.row3 div.descrip {
|
|
|
cc10e6 |
display: block;
|
|
|
cc10e6 |
font-size: small;
|
|
|
cc10e6 |
color: #AAA;
|
|
|
cc10e6 |
font-style: italic;
|
|
|
cc10e6 |
width: 70%
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body fieldset span.submit {
|
|
|
cc10e6 |
float: right;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* */
|
|
|
cc10e6 |
|
|
|
0d7db5 |
div#page-body form div {
|
|
|
cc10e6 |
padding-bottom: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
0d7db5 |
div#page-body form div span {
|
|
|
cc10e6 |
display: inline;
|
|
|
cc10e6 |
margin: 0;
|
|
|
cc10e6 |
padding-right: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
0d7db5 |
div#page-body div span.results {
|
|
|
cc10e6 |
padding-left: 10px;
|
|
|
0d7db5 |
border-left: 1px dotted #AAA;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* */
|
|
|
cc10e6 |
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* */
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list {
|
|
|
cc10e6 |
display: block;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul {
|
|
|
cc10e6 |
margin: 0;
|
|
|
cc10e6 |
padding: 0;
|
|
|
cc10e6 |
list-style: none;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul li {
|
|
|
cc10e6 |
padding: 0.5em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul li.row1 {
|
|
|
cc10e6 |
background: #F8F8F8;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul li span.col0 {
|
|
|
cc10e6 |
display: block;
|
|
|
cc10e6 |
float:left;
|
|
|
cc10e6 |
text-align: center;
|
|
|
cc10e6 |
padding-right: 0.5em;
|
|
|
cc10e6 |
margin-right: 0.5em;
|
|
|
cc10e6 |
border-right: 1px solid #FFF;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul li span.col1 {
|
|
|
cc10e6 |
width: 250px;
|
|
|
cc10e6 |
display: block;
|
|
|
cc10e6 |
float:left;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul li span.col2 {
|
|
|
cc10e6 |
border-left: 1px solid #FFF;
|
|
|
cc10e6 |
padding-left: 0.5em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div.records-list ul li.title {
|
|
|
cc10e6 |
font-weight: bold;
|
|
|
cc10e6 |
background: #eee;
|
|
|
cc10e6 |
border-bottom: 1px #AAA solid;
|
|
|
cc10e6 |
}
|