mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
/**
|
|
* 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: app.css 43522 2013-08-26 18:25:43Z ralfbecker $
|
|
*/
|
|
|
|
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less";
|
|
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less";
|
|
|
|
#prefIndex {
|
|
}
|
|
#divGenTime {
|
|
clear: left;
|
|
}
|
|
.prefAppBox {
|
|
// border: 1px solid lightgray;
|
|
// border-radius: 3px 3px 3px 3px;
|
|
float: left;
|
|
// height: 225px;
|
|
margin: 5px;
|
|
min-height: 12em;
|
|
padding-left: 5px;
|
|
width: 225px;
|
|
.bordered(@lightgray,@lightgray,@lightgray,@lightgray );
|
|
.rounded(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;
|
|
}
|