2008-11-15 21:05:55 +01:00
|
|
|
/*
|
|
|
|
font styling
|
|
|
|
allowed attributes: font-family,font-size,color,font-weight
|
|
|
|
*/
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2016-05-02 14:31:24 +02:00
|
|
|
/*@import url("/api/templates/default/def_tutorials.css");*/
|
2015-10-28 15:03:25 +01:00
|
|
|
|
2013-11-18 20:57:38 +01:00
|
|
|
body
|
|
|
|
{
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,td,textarea
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select,input,button
|
|
|
|
{
|
|
|
|
color: #006699;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size:110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
select
|
|
|
|
{
|
|
|
|
font-size:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link,a:visited
|
|
|
|
{
|
|
|
|
cursor:pointer;
|
|
|
|
color: #006699;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover,a:active
|
|
|
|
{
|
|
|
|
cursor:pointer;
|
|
|
|
color: #ff9933;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
|
|
|
|
{
|
|
|
|
font-size:90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prefSection
|
|
|
|
{
|
|
|
|
font-weight:bold;
|
|
|
|
font-size:145%;
|
|
|
|
line-height:40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divAppboxHeader
|
|
|
|
{
|
|
|
|
line-height:28px;
|
|
|
|
font-size:125%;
|
|
|
|
font-weight:bold;
|
|
|
|
color:#666666;
|
|
|
|
}
|
|
|
|
|
2014-01-09 13:20:13 +01:00
|
|
|
.pageGenTime,#divPoweredBy
|
2013-11-18 20:57:38 +01:00
|
|
|
{
|
|
|
|
font-size: 80%;
|
|
|
|
color: #ff0000;
|
2014-01-09 13:20:13 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pageGenTime {
|
|
|
|
margin-top: 1em;
|
2016-06-14 09:50:15 +02:00
|
|
|
position: absolute;
|
|
|
|
bottom:-18px;
|
|
|
|
left:25%;
|
2014-01-09 13:20:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pageGenTime > span:after {
|
|
|
|
content: ", ";
|
|
|
|
}
|
|
|
|
|
|
|
|
.pageGenTime > span:last-child:after {
|
|
|
|
content: "";
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#divPoweredBy
|
|
|
|
{
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2011-07-06 09:19:54 +02:00
|
|
|
#sideboxdragarea {
|
2013-11-18 20:57:38 +01:00
|
|
|
z-index:100;
|
|
|
|
position:absolute;
|
|
|
|
left:0px;
|
|
|
|
top:105px;
|
2011-07-09 18:35:18 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-07-09 18:35:18 +02:00
|
|
|
#menu2handle {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding-top: 10px;
|
2011-07-09 18:35:18 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-07-09 18:35:18 +02:00
|
|
|
#menu1close {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 7px;
|
2014-01-09 13:20:13 +01:00
|
|
|
top: 7px;
|
2011-07-06 09:19:54 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
/*
|
|
|
|
other styling
|
|
|
|
*/
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
body
|
|
|
|
{
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image:url(images/body-background.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
form
|
|
|
|
{
|
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img
|
|
|
|
{
|
|
|
|
border:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
input,button,select
|
|
|
|
{
|
|
|
|
border: solid 1px #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
|
|
|
{
|
|
|
|
background-color:#b9d5e3;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #004e7d;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
|
|
|
{
|
|
|
|
background-color:#94bfd4;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #004e7d;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
|
|
|
|
{
|
|
|
|
border: inset 1px #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=submit]:disabled,input[type=button]:disabled,input[type=reset]:disabled,button:disabled,.egwbutton:disabled
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.egwbutton
|
|
|
|
{
|
|
|
|
background-color:#b9d5e3;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
margin: 1px;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #004e7d;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.egwbutton:hover
|
|
|
|
{
|
|
|
|
background-color:#94bfd4;
|
|
|
|
border: outset 1px #b9d5e3;
|
|
|
|
color: #004e7d;
|
|
|
|
}
|
|
|
|
input.egwbutton:active
|
|
|
|
{
|
|
|
|
border: inset 1px #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=image]
|
|
|
|
{
|
|
|
|
cursor: pointer;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#thesideboxcolumn
|
|
|
|
{
|
|
|
|
width: 177px;
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sideresize
|
|
|
|
{
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image:url(images/resize.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
width:13px;
|
|
|
|
height:13px;
|
|
|
|
right:1px;
|
|
|
|
top:1px;
|
|
|
|
position:absolute;
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divLoginbox
|
|
|
|
{
|
|
|
|
position:relative;
|
2015-07-01 14:44:34 +02:00
|
|
|
width: 400px;
|
2013-11-18 20:57:38 +01:00
|
|
|
border: #9c9c9c 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divSidebox
|
|
|
|
{
|
|
|
|
position:relative;
|
|
|
|
border: #9c9c9c 1px solid;
|
2014-03-19 14:24:23 +01:00
|
|
|
overflow:hidden;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.divSideboxHeader,.divLoginboxHeader
|
|
|
|
{
|
|
|
|
text-align:center;
|
|
|
|
background-color:#dddddd;
|
|
|
|
padding-top:2px;
|
|
|
|
color:#666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.divSideboxEntry, .divSideboxEntry
|
|
|
|
{
|
|
|
|
text-align:left;
|
|
|
|
background-color:#FDFDFD;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.appTitles,.appTitles
|
|
|
|
{
|
|
|
|
height:18px;
|
|
|
|
padding-top:2px;
|
|
|
|
padding-bottom:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.textSidebox
|
|
|
|
{
|
|
|
|
padding: 0;
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textSidebox
|
|
|
|
{
|
|
|
|
padding-top:3px;
|
|
|
|
padding-bottom:3px;
|
|
|
|
padding-left: 1px;
|
|
|
|
border-top: solid #aaaaaa 1px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sideboxSpace
|
|
|
|
{
|
|
|
|
height:9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.greyLine
|
|
|
|
{
|
|
|
|
margin:1px;
|
|
|
|
border-top:solid 1px #7e7e7e;
|
|
|
|
height:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#extraIcons
|
|
|
|
{
|
|
|
|
background-color:#eeeeee;
|
|
|
|
border:solid 1px #7e7e7e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extraIconsRow
|
|
|
|
{
|
|
|
|
border:solid 1px #dddddd;
|
|
|
|
padding:2px;
|
|
|
|
}
|
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
body {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
#divMain,#loginMainDiv,#popupMainDiv
|
|
|
|
{
|
|
|
|
background-color: white;
|
|
|
|
padding: 8px;
|
|
|
|
border-bottom: solid 1px #7e7e7e;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
|
|
|
/*
|
|
|
|
** Popups
|
|
|
|
*/
|
2013-11-18 20:57:38 +01:00
|
|
|
#popupMainDiv
|
|
|
|
{
|
|
|
|
margin: 8px;
|
|
|
|
border: solid 1px #7e7e7e;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divLogo
|
|
|
|
{
|
|
|
|
position:absolute;
|
|
|
|
left:30px;
|
|
|
|
top:20px;
|
|
|
|
z-index:999;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topmenu
|
|
|
|
{
|
|
|
|
background-color: #0081c1;
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image: url(images/bgtopmenu2.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
color:#006699;
|
|
|
|
/*border-top: solid 1px #7e7e7e;*/
|
|
|
|
border-bottom: solid #5793ff 1px;
|
|
|
|
height:20px;
|
|
|
|
padding-top:4px ;
|
|
|
|
line-height:16px;
|
|
|
|
}
|
|
|
|
#topmenu a
|
|
|
|
{
|
|
|
|
color:#006699;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topmenu_items
|
|
|
|
{
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
#topmenu_info
|
|
|
|
{
|
|
|
|
float:right;
|
2014-07-17 11:22:54 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topmenu_info_item {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 8px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#topmenu_info_update {
|
|
|
|
position: relative;
|
|
|
|
padding-right: 16px;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
#topmenu_info_update a img {
|
|
|
|
height: 32px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 10000;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#divUpperTabs
|
|
|
|
{
|
|
|
|
text-align:right;
|
|
|
|
height: 15px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divUpperTabs ul
|
|
|
|
{
|
|
|
|
display:inline;
|
|
|
|
margin:0;
|
|
|
|
padding:10px 10px 0 1px;
|
|
|
|
list-style:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divUpperTabs li
|
|
|
|
{
|
|
|
|
float:right;
|
|
|
|
margin:0 5px 0 0;;
|
|
|
|
padding:0 5px 0 5px;
|
|
|
|
border:solid 1px #9c9c9c;
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divAppIconBar
|
|
|
|
{
|
|
|
|
background-color:silver;
|
|
|
|
border:solid 1px #9c9c9c;
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image: url(images/background-icon-bar.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
overflow:visible;
|
|
|
|
height: 45px; /* prevents text line to show in IE7+8(Compatibilitymode) */
|
2010-02-19 15:53:24 +01:00
|
|
|
}
|
|
|
|
/* Star-Plus-HTML Hack fix for the above */
|
2013-11-18 20:57:38 +01:00
|
|
|
*:first-child+html #divAppIconBar
|
|
|
|
{
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divAppTextBar
|
|
|
|
{
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divStatusBar
|
|
|
|
{
|
|
|
|
background-color:white;
|
|
|
|
height:18px;
|
|
|
|
padding-left:3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tdSidebox
|
|
|
|
{
|
|
|
|
width:170px;
|
|
|
|
background-color:white;
|
|
|
|
overflow:visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tdAppbox
|
|
|
|
{
|
|
|
|
background-color:white;
|
|
|
|
padding-left:5px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divAppboxHeader
|
|
|
|
{
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image:url(images/appbox-header-background.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-repeat: repeat-x;
|
|
|
|
height: 25px;
|
|
|
|
border-bottom:solid 1px #c0c0c0;
|
|
|
|
text-align:center;
|
|
|
|
padding-bottom:0px;
|
|
|
|
border-top:solid 1px #9c9c9c;
|
|
|
|
border-left:solid 1px #9c9c9c;
|
|
|
|
border-right:solid 1px #9c9c9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divAppbox
|
|
|
|
{
|
|
|
|
background-color:#ffffff;
|
|
|
|
padding:5px;
|
|
|
|
border-bottom:solid 1px #9c9c9c;
|
|
|
|
border-left:solid 1px #9c9c9c;
|
|
|
|
border-right:solid 1px #9c9c9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
#divGenTime,#divPoweredBy
|
|
|
|
{
|
|
|
|
bottom:4px;
|
|
|
|
text-align:center;
|
|
|
|
width:99%;
|
|
|
|
}
|
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
/*
|
|
|
|
Printing
|
|
|
|
*/
|
2014-04-16 19:42:31 +02:00
|
|
|
@media screen { .onlyPrint { display: none !important; } }
|
|
|
|
@media print { .noPrint { display: none !important; } }
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
/*
|
|
|
|
Portal_box as used in home
|
|
|
|
*/
|
|
|
|
.portal_box {
|
2013-11-18 20:57:38 +01:00
|
|
|
border: #9c9c9c 1px solid;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
.portal_box table {
|
2013-11-18 20:57:38 +01:00
|
|
|
border: 1px solid black;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
.portal_box_header {
|
2013-11-18 20:57:38 +01:00
|
|
|
height: 15px;
|
|
|
|
padding-top: 0px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
/*
|
|
|
|
Login page
|
|
|
|
*/
|
|
|
|
#loginMainDiv {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding-top: 24px;
|
|
|
|
height: 700px; /* 95% does not work */
|
|
|
|
position: relative;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center 80px;
|
2014-07-24 19:13:46 +02:00
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
#socialMedia {
|
|
|
|
position: relative;
|
2014-07-25 09:53:30 +02:00
|
|
|
float:right;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
|
|
|
#loginScreenMessage {
|
2013-11-18 20:57:38 +01:00
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
|
|
|
#loginCdMessage {
|
2013-11-18 20:57:38 +01:00
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
color: red;
|
|
|
|
font-style: italic;
|
2015-07-01 14:44:34 +02:00
|
|
|
margin: 7px 7px 0 0;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
|
|
|
.divLoginboxHeader {
|
2013-11-18 20:57:38 +01:00
|
|
|
text-align: center;
|
|
|
|
border: #9c9c9c 1px solid; /* does NOT work */
|
|
|
|
padding: 0px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
/*
|
|
|
|
Preferences tabs
|
|
|
|
*/
|
|
|
|
.tablink {
|
2013-11-18 20:57:38 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
/* eGroupWare popup */
|
|
|
|
#egwpopup {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #d3d3d3;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
#egwpopup hr {
|
2013-11-18 20:57:38 +01:00
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #d3d3d3;
|
|
|
|
height: 1px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
#egwpopup_header {
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image: url(images/gradient22.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size:12px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #d3d3d3;
|
|
|
|
}
|
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
#egwpopup_message {
|
2013-11-18 20:57:38 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 7px;
|
|
|
|
overflow: auto;
|
2009-02-23 21:45:31 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
#egwpopup_message > table {
|
2013-11-18 20:57:38 +01:00
|
|
|
font-size: 95%;
|
2009-02-23 21:45:31 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
#egwpopup_message .link {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: pointer;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2009-02-23 21:45:31 +01:00
|
|
|
#egwpopup_footer {
|
2013-11-18 20:57:38 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 7px;
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #d3d3d3;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectbg
|
|
|
|
{
|
|
|
|
position:absolute;
|
|
|
|
z-index:10;
|
|
|
|
overflow:hidden;
|
|
|
|
width:250px;
|
|
|
|
}
|
|
|
|
.iframeforselectbox
|
|
|
|
{
|
|
|
|
display:block;
|
|
|
|
height:150px;
|
|
|
|
left:10pt;
|
|
|
|
position:absolute;
|
|
|
|
top:0pt;
|
|
|
|
width:235px;
|
|
|
|
z-index:-1;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
2008-11-15 21:05:55 +01:00
|
|
|
.bdforselection {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding:12px;
|
2008-11-15 21:05:55 +01:00
|
|
|
}
|
2010-04-28 15:42:10 +02:00
|
|
|
/* new dialog style */
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
div.prompt, table.prompt {
|
2016-05-05 15:29:41 +02:00
|
|
|
background:#fff url(images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81;
|
2013-06-06 17:02:47 +02:00
|
|
|
}
|
|
|
|
.promptheader {
|
2016-05-05 15:29:41 +02:00
|
|
|
background:url(images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none; height:24px
|
2013-06-06 17:02:47 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
/* TABLE STYLE */
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
/*
|
|
|
|
Table formatting
|
|
|
|
*/
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.th {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: black; background-color: #D3DCE3;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2014-03-19 14:24:23 +01:00
|
|
|
.dialogHeader {
|
|
|
|
border-left: 1px solid silver;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
border-right: 1px solid gray;
|
|
|
|
border-bottom: 1px solid gray;
|
|
|
|
background-color: gray;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/header_overlay.png);
|
2014-03-19 14:24:23 +01:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: repeat-x;
|
2014-04-02 21:02:49 +02:00
|
|
|
height: 46px;
|
|
|
|
vertical-align: middle;
|
2014-03-19 14:24:23 +01:00
|
|
|
}
|
|
|
|
.dialogHeader, .dialogHeader td {
|
|
|
|
font-size: 120% !important;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.dialogHeader td {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.dialogHeader1, .dialogHeader2 {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.row_on {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: black;
|
|
|
|
background-color: #F1F1F1;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.row_off {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: black;
|
|
|
|
background-color: #ffffff;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid tr.row_on {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: transparent;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid tr.row_off {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: transparent;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
.narrow_column { width: 1%; white-space: nowrap; }
|
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer table.egwGridView_grid {
|
2013-11-18 20:57:38 +01:00
|
|
|
table-layout: fixed;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid {
|
2013-11-18 20:57:38 +01:00
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer div.innerContainer.queued {
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/ajax-loader.gif);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
height: 19px;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2012-03-20 12:21:53 +01:00
|
|
|
.egwGridView_grid > tbody > tr.focused {
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/focused_hatching.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-repeat: repeat;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2012-03-20 12:21:53 +01:00
|
|
|
.egwGridView_grid > tbody > tr.selected {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: #b7c3ff !important;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-05-28 17:24:31 +02:00
|
|
|
tr.draggedOver td {
|
2013-11-18 20:57:38 +01:00
|
|
|
/*.egwGridView_grid tr.draggedOver td {*/
|
|
|
|
background-color: #ffd09c !important;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_scrollarea {
|
2013-11-18 20:57:38 +01:00
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_spacer {
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/non_loaded_bg.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: top left;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer {
|
2013-11-18 20:57:38 +01:00
|
|
|
table-layout: fixed;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 0;
|
|
|
|
/* margin: 5px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.egwGridView_outer td, .egwGridView_outer tr {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid > tbody > tr > td {
|
2013-11-18 20:57:38 +01:00
|
|
|
border-right: 1px solid silver;
|
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
|
padding: 2px 3px 2px 4px;
|
|
|
|
margin: 0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer th div.innerContainer,
|
|
|
|
.egwGridView_grid td div.innerContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2012-06-25 17:12:16 +02:00
|
|
|
.egwGridView_outer th div.innerContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
max-height: 7em;
|
|
|
|
overflow-y: auto;
|
2012-06-25 17:12:16 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid tr.fullRow {
|
2013-11-18 20:57:38 +01:00
|
|
|
font-style: italic;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid tr.row_on:hover,
|
|
|
|
.egwGridView_grid tr.row_off:hover,
|
|
|
|
.egwGridView_grid tr.row:hover {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: #f0f0ff;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid tr {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 2px 3px 2px 4px;
|
|
|
|
margin: 0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid tr.hidden {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: none;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid span.indentation {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-30 14:28:24 +02:00
|
|
|
.egwGridView_grid span.iconOverlayContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
margin: 2px 5px 2px 2px;
|
|
|
|
position: relative;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
overflow: visible;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2011-04-01 14:49:14 +02:00
|
|
|
.egwGridView_grid span.overlayContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: absolute;
|
|
|
|
right: -2px;
|
|
|
|
bottom: -2px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
text-align: right;
|
2011-04-01 14:49:14 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-01 14:49:14 +02:00
|
|
|
.egwGridView_grid span.iconContainer {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
2011-04-01 14:49:14 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-01 14:49:14 +02:00
|
|
|
.egwGridView_grid span.overlayContainer img.overlay {
|
2013-11-18 20:57:38 +01:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2011-03-30 14:28:24 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-30 14:28:24 +02:00
|
|
|
.egwGridView_grid img.icon {
|
2013-11-18 20:57:38 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid span.arrow {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-right: 2px;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid span.arrow.opened {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: pointer;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/arrows.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: -8px 0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid span.arrow.closed {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: pointer;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/arrows.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: 0 0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid span.arrow.loading {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: pointer;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/ajax-loader.gif);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: 0 0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid span.caption {
|
2013-11-18 20:57:38 +01:00
|
|
|
cursor: default;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
user-select: none;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
.egwGridView_grid tr.th > td, /*legacy*/
|
2011-03-27 18:14:08 +02:00
|
|
|
.egwGridView_outer thead th,
|
2013-11-18 20:57:38 +01:00
|
|
|
.nextmatch_header, .lettersearch {
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 2px;
|
|
|
|
border-left: 1px solid silver;
|
|
|
|
border-top: 1px solid silver;
|
|
|
|
border-right: 1px solid gray;
|
|
|
|
border-bottom: 1px solid gray;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/header_overlay.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lettersearch, .lettersearch_active {
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
width: 25px;
|
|
|
|
border: 1px solid #D3DCE3;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.lettersearch_active,.lettersearch:hover {
|
|
|
|
border: 1px solid black;
|
|
|
|
background-color: #E8F0F0;
|
2011-03-30 10:18:06 +02:00
|
|
|
}
|
|
|
|
.lettersearch_active {
|
2013-11-18 20:57:38 +01:00
|
|
|
font-weight: bold;
|
2011-03-30 09:34:17 +02:00
|
|
|
}
|
|
|
|
td.lettersearch {
|
2014-01-09 13:20:13 +01:00
|
|
|
border-color: #E0E0E0;
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image: url(images/gradient22.png);
|
2011-03-30 09:34:17 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-27 18:14:08 +02:00
|
|
|
.nextmatch_header tr {
|
2013-11-18 20:57:38 +01:00
|
|
|
background: none;
|
2011-03-27 18:14:08 +02:00
|
|
|
}
|
|
|
|
.nextmatch_header {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 0px;
|
2011-03-27 18:14:08 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
.egwGridView_grid tr.th > td:hover, /*legacy*/
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer thead th:hover {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: #F0F0F0;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
|
|
|
.egwGridView_grid tr.th > td:active, /*legacy*/
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer thead th:active {
|
2013-11-18 20:57:38 +01:00
|
|
|
background-color: #D0D0D0;
|
|
|
|
border-left: 1px solid gray;
|
|
|
|
border-top: 1px solid gray;
|
|
|
|
border-right: 1px solid silver;
|
|
|
|
border-bottom: 1px solid silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_outer thead th.optcol {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.selectcols {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 10px;
|
|
|
|
height: 9px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: middle;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/egw_action/selectcols.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2011-03-27 18:14:08 +02:00
|
|
|
.nextmatch_header .selectcols {
|
2013-11-18 20:57:38 +01:00
|
|
|
background: none;
|
|
|
|
height: auto;
|
2011-03-27 18:14:08 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-03-25 15:26:00 +01:00
|
|
|
.egwGridView_grid td.frame,
|
|
|
|
.egwGridView_outer td.frame,
|
|
|
|
.egwGridView_grid td.egwGridView_spacer {
|
2013-11-18 20:57:38 +01:00
|
|
|
padding: 0 !important;
|
|
|
|
border-right: 0 none silver !important;
|
|
|
|
border-bottom: 0 none silver !important;
|
2011-03-25 15:26:00 +01:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-01 18:38:31 +02:00
|
|
|
.egwGridView_outer span.sort {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
margin: 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2011-04-01 18:38:31 +02:00
|
|
|
.egwGridView_outer span.sort.asc {
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image: url(images/up.png);
|
2011-04-01 18:38:31 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-01 18:38:31 +02:00
|
|
|
.egwGridView_outer span.sort.desc {
|
2016-05-03 00:26:40 +02:00
|
|
|
background-image: url(images/down.png);
|
2011-04-01 18:38:31 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-05 22:23:09 +02:00
|
|
|
.egwGridView_grid input[type=checkbox],
|
|
|
|
.egwGridView_outer input[type=checkbox] {
|
2013-11-18 20:57:38 +01:00
|
|
|
border-width: 0;
|
2011-04-05 22:23:09 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-05 22:23:09 +02:00
|
|
|
.egwGridView_outer input[type=checkbox] {
|
2013-11-18 20:57:38 +01:00
|
|
|
margin-left: 2px;
|
2011-04-05 22:23:09 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-05 22:23:09 +02:00
|
|
|
.egwGridView_grid input[type=checkbox] {
|
2013-11-18 20:57:38 +01:00
|
|
|
margin: 0;
|
2011-04-05 22:23:09 +02:00
|
|
|
}
|
2013-11-18 20:57:38 +01:00
|
|
|
|
2011-04-08 21:32:17 +02:00
|
|
|
.egwLinkMoreOptions {
|
2013-11-18 20:57:38 +01:00
|
|
|
display: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border-bottom: 2px solid black;
|
|
|
|
border-left: 2px solid black;
|
|
|
|
border-right: 2px solid black;
|
2011-04-08 21:32:17 +02:00
|
|
|
}
|
2013-03-20 17:43:43 +01:00
|
|
|
/* Empty placeholder */
|
|
|
|
.egwGridView_empty {
|
2013-11-18 20:57:38 +01:00
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Styles for different egw_message-types
|
|
|
|
*/
|
2014-04-02 21:02:49 +02:00
|
|
|
.success_message, .warning_message, .error_message, .info_message, .help_message {
|
2013-11-18 20:57:38 +01:00
|
|
|
color: red;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
text-align: left;
|
|
|
|
margin-left: 5px;
|
|
|
|
padding-left: 20px;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/check.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
background-position: left;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 16px;
|
2014-04-17 09:34:59 +02:00
|
|
|
white-space: pre-wrap;
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
.warning_message {
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/dialog_warning.png);
|
2013-11-18 20:57:38 +01:00
|
|
|
}
|
|
|
|
.error_message {
|
|
|
|
font-weight: bold;
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/dialog_error.png);
|
2013-09-04 21:02:34 +02:00
|
|
|
}
|
2014-04-02 21:02:49 +02:00
|
|
|
.info_message {
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/dialog_info.png);
|
2014-04-02 21:02:49 +02:00
|
|
|
}
|
|
|
|
.help_message {
|
2016-05-05 15:29:41 +02:00
|
|
|
background-image: url(images/dialog_help.png);
|
2014-04-02 21:02:49 +02:00
|
|
|
}
|
2015-08-14 11:49:57 +02:00
|
|
|
.info_message .discard {
|
|
|
|
float:right;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2014-02-06 16:42:33 +01:00
|
|
|
/**
|
|
|
|
* Message in popup
|
|
|
|
*/
|
|
|
|
body > div#egw_message {
|
|
|
|
background-color: lightyellow;
|
|
|
|
border-radius: 10px;
|
|
|
|
right: 5px;
|
|
|
|
top: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
padding-left: 25px;
|
|
|
|
background-position-x: 5px;
|
|
|
|
border: 2px gray solid;
|
|
|
|
min-width: 100px;
|
|
|
|
z-index: 10;
|
2015-02-17 14:10:21 +01:00
|
|
|
white-space: pre-wrap;
|
2014-02-06 16:42:33 +01:00
|
|
|
}
|
2014-01-20 16:23:40 +01:00
|
|
|
|
|
|
|
/**
|
2014-01-21 12:20:11 +01:00
|
|
|
* Clientside Javascript error-log
|
2014-01-20 16:23:40 +01:00
|
|
|
*/
|
|
|
|
#topmenu_info_error {
|
|
|
|
width: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2014-01-21 10:21:46 +01:00
|
|
|
div.client_error_log {
|
|
|
|
max-height: 50ex;
|
|
|
|
}
|
|
|
|
div.client_error_log tbody {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
div.client_error_log tr.hidden td > div {
|
|
|
|
max-height: 2ex;
|
|
|
|
max-width: 40ex;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
div.client_error_log tr td.timestamp > div {
|
|
|
|
text-wrap: none;
|
|
|
|
white-space: normal;
|
|
|
|
width: 27ex;
|
|
|
|
}
|
|
|
|
div.client_error_log tr.hidden td.stack > div {
|
|
|
|
text-indent: 100%
|
|
|
|
}
|
|
|
|
div.client_error_log tr td.stack > div {
|
|
|
|
white-space: pre;
|
2014-02-05 18:26:17 +01:00
|
|
|
}
|
|
|
|
|
2014-03-21 11:34:41 +01:00
|
|
|
.dialogFooterToolbar {
|
2014-02-05 21:20:51 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
background-color:#006699;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2014-02-05 18:26:17 +01:00
|
|
|
/**
|
2014-02-05 21:20:51 +01:00
|
|
|
* admin - site configuration
|
2014-02-05 18:26:17 +01:00
|
|
|
*/
|
|
|
|
div.admin-config form > table {
|
|
|
|
width: 100%;
|
|
|
|
padding: 5px;
|
2014-02-05 21:20:51 +01:00
|
|
|
}
|
|
|
|
div.admin-config form > table tr.th td{
|
|
|
|
font-size: 110%;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
div.admin-config form > table td {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2014-02-11 17:52:45 +01:00
|
|
|
|
|
|
|
button.image_button {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|