forked from extern/egroupware
76 lines
1.4 KiB
CSS
76 lines
1.4 KiB
CSS
/**
|
|
* EGroupware - CSS Styles used by admin app
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package admin
|
|
* @version $Id$
|
|
*/
|
|
#divGenTime {
|
|
clear: left;
|
|
}
|
|
.prefAppBox {
|
|
float: left;
|
|
margin: 5px;
|
|
min-height: 12em;
|
|
padding-left: 5px;
|
|
width: 225px;
|
|
border-top: solid 1px #e4e7ea;
|
|
border-left: solid 1px #e4e7ea;
|
|
border-right: solid 1px #e4e7ea;
|
|
border-bottom: solid 1px #e4e7ea;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
.prefAppBox h3 {
|
|
height: 32px;
|
|
padding-left: 50px;
|
|
padding-top: 10px;
|
|
background-repeat: no-repeat;
|
|
background-position: left;
|
|
background-size: 32px;
|
|
opacity: 0.5;
|
|
margin: 0;
|
|
color: #000000;
|
|
}
|
|
.prefAppBox ul {
|
|
margin: 0;
|
|
padding-left: 20px;
|
|
padding-top: 0;
|
|
}
|
|
/**
|
|
* Seems not to be merged from app.css
|
|
*/
|
|
.admin_tree table,
|
|
.admin_tree tr,
|
|
.admin_tree td {
|
|
border: none;
|
|
}
|
|
div#divAppbox {
|
|
padding: 0;
|
|
}
|
|
body {
|
|
background-image: none;
|
|
background-color: white;
|
|
}
|
|
/* otherwise it is transparent */
|
|
#admin_iframe {
|
|
background-color: white;
|
|
}
|
|
tr.adminAccountInactive .adminStatus {
|
|
color: red;
|
|
}
|
|
.adminOverflowEllipsis {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
img.admin_aclApp {
|
|
width: 16px;
|
|
}
|