mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
fix for bug #275: tree of projects is only one line high in IE, plus removing the margin arround the mainDiv and saving some space around the navbar
This commit is contained in:
parent
06b826b611
commit
1b10333979
@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{page_generation_time}
|
{page_generation_time}
|
||||||
<div id="divPoweredBy"><br/><span>{powered_by}</span></div>
|
<div id="divPoweredBy">{powered_by}</div>
|
||||||
<!-- enable wz_tooltips -->
|
<!-- enable wz_tooltips -->
|
||||||
{activate_tooltips}
|
{activate_tooltips}
|
||||||
</body>
|
</body>
|
||||||
|
@ -94,7 +94,6 @@ input,button,select
|
|||||||
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
||||||
|
|
||||||
{
|
{
|
||||||
/* color:white;*/
|
|
||||||
background-color:#c5c5c5;
|
background-color:#c5c5c5;
|
||||||
border: outset 1px #dcdad5;
|
border: outset 1px #dcdad5;
|
||||||
background-color:#b9d5e3;
|
background-color:#b9d5e3;
|
||||||
@ -103,7 +102,6 @@ input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #004e7d;
|
color: #004e7d;
|
||||||
/* cursor: hand; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
||||||
@ -130,7 +128,6 @@ input.egwbutton
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #004e7d;
|
color: #004e7d;
|
||||||
/* cursor: hand; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.egwbutton:hover
|
input.egwbutton:hover
|
||||||
@ -149,7 +146,6 @@ input.egwbutton:active
|
|||||||
input[type=image]
|
input[type=image]
|
||||||
{
|
{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
/* cursor: hand; */
|
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -194,7 +190,6 @@ input[type=image]
|
|||||||
a.divSideboxEntry, .divSideboxEntry
|
a.divSideboxEntry, .divSideboxEntry
|
||||||
{
|
{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
height:16px;
|
|
||||||
background-color:#FDFDFD;
|
background-color:#FDFDFD;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -212,9 +207,8 @@ a.textSidebox
|
|||||||
|
|
||||||
.textSidebox
|
.textSidebox
|
||||||
{
|
{
|
||||||
height:18px;
|
padding-top:3px;
|
||||||
padding-top:2px;
|
padding-bottom:3px;
|
||||||
padding-bottom:2px;
|
|
||||||
border-top: solid #aaaaaa 1px;
|
border-top: solid #aaaaaa 1px;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
@ -253,19 +247,27 @@ body {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divMain,#loginMainDiv
|
#divMain,#loginMainDiv,#popupMainDiv
|
||||||
{
|
{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
border-bottom: solid 1px #7e7e7e;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
** Popups
|
||||||
|
*/
|
||||||
|
#popupMainDiv
|
||||||
|
{
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
border: solid 1px #7e7e7e;
|
border: solid 1px #7e7e7e;
|
||||||
}
|
padding-bottom: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
#divLogo
|
#divLogo
|
||||||
{
|
{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:30px;
|
left:30px;
|
||||||
top:15px;
|
top:6px;
|
||||||
z-index:999;
|
z-index:999;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -274,7 +276,7 @@ body {
|
|||||||
background-color: #0081c1;
|
background-color: #0081c1;
|
||||||
background-image: url(../images/bgtopmenu2.png);
|
background-image: url(../images/bgtopmenu2.png);
|
||||||
color:#006699;
|
color:#006699;
|
||||||
border-top: solid 2px #7e7e7e;
|
/*border-top: solid 1px #7e7e7e;*/
|
||||||
border-bottom: solid #5793ff 1px;
|
border-bottom: solid #5793ff 1px;
|
||||||
height:20px;
|
height:20px;
|
||||||
padding-top:4px ;
|
padding-top:4px ;
|
||||||
@ -337,7 +339,6 @@ body {
|
|||||||
background-color:white;
|
background-color:white;
|
||||||
height:18px;
|
height:18px;
|
||||||
padding-left:3px;
|
padding-left:3px;
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tdSidebox
|
#tdSidebox
|
||||||
@ -358,7 +359,8 @@ body {
|
|||||||
{
|
{
|
||||||
background-image:url(../images/appbox-header-background.png);
|
background-image:url(../images/appbox-header-background.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
height:36px;
|
height: 25px;
|
||||||
|
border-bottom:solid 1px #c0c0c0;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding-bottom:0px;
|
padding-bottom:0px;
|
||||||
border-top:solid 1px #9c9c9c;
|
border-top:solid 1px #9c9c9c;
|
||||||
|
@ -34,7 +34,9 @@ table {
|
|||||||
|
|
||||||
/* nextmatch/list rows */
|
/* nextmatch/list rows */
|
||||||
tr.row_on,tr.row_off{
|
tr.row_on,tr.row_off{
|
||||||
border-bottom: thin black dashed;
|
border-bottom: thin gray dotted;
|
||||||
|
padding-top: 0px; margin-top:0px;
|
||||||
|
padding-bottom: 0px; margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* nextmatch/list headers */
|
/* nextmatch/list headers */
|
||||||
|
@ -156,24 +156,23 @@ input[type=image]
|
|||||||
|
|
||||||
#thesideboxcolumn
|
#thesideboxcolumn
|
||||||
{
|
{
|
||||||
width: 203px;
|
width: 203px;
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sideresize
|
#sideresize
|
||||||
{
|
{
|
||||||
background-image:url(../images/resize-bm.png);
|
background-image:url(../images/resize-bm.png);
|
||||||
width:16px;
|
width:16px;
|
||||||
height:100px;
|
height:100px;
|
||||||
right:-18px;
|
right:-18px;
|
||||||
top:0px;
|
top:0px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tdSidebox
|
#tdSidebox
|
||||||
{
|
{
|
||||||
/*width:204px;*/
|
|
||||||
overflow:visible;
|
overflow:visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -186,25 +185,20 @@ input[type=image]
|
|||||||
|
|
||||||
.divSidebox
|
.divSidebox
|
||||||
{
|
{
|
||||||
/*width: 188px;*/
|
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 0px solid #9f9f9f;
|
border: 0px solid #9f9f9f;
|
||||||
/*background-image: url(../images/bmback2.jpg);*/
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
|
.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
|
||||||
{
|
{
|
||||||
font-size:90%;
|
font-size:90%;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.textSideboxStar
|
.textSideboxStar
|
||||||
{
|
{
|
||||||
width: 20px;
|
width: 20px;
|
||||||
font-size:90%;
|
font-size:90%;
|
||||||
/*background-image: url(../images/rowoff-bm.png);*/
|
|
||||||
/*background-color: white:*/
|
|
||||||
border-top:1px solid #e1e1e1;
|
border-top:1px solid #e1e1e1;
|
||||||
border-right: 1px solid #e1e1e1;
|
border-right: 1px solid #e1e1e1;
|
||||||
border-left: 0px solid #9f9f9f;
|
border-left: 0px solid #9f9f9f;
|
||||||
@ -213,14 +207,13 @@ input[type=image]
|
|||||||
.divSideboxHeader,.divLoginboxHeader
|
.divSideboxHeader,.divLoginboxHeader
|
||||||
{
|
{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
/*background-image:url(../images/menuTitle-bm.png);*/
|
|
||||||
color: #666666;
|
color: #666666;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
border-top: 0px solid #9f9f9f;
|
border-top: 0px solid #9f9f9f;
|
||||||
border-left: 0px solid #9f9f9f;
|
border-left: 0px solid #9f9f9f;
|
||||||
@ -229,46 +222,46 @@ input[type=image]
|
|||||||
|
|
||||||
.menuHeadLt
|
.menuHeadLt
|
||||||
{
|
{
|
||||||
background-image:url(../images/menuTitleLt-bm.png);
|
background-image:url(../images/menuTitleLt-bm.png);
|
||||||
padding:0px;
|
padding:0px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height:23px;
|
height:23px;
|
||||||
}
|
}
|
||||||
.menuHeadMid
|
.menuHeadMid
|
||||||
{
|
{
|
||||||
background-image:url(../images/menuTitleMid-bm.png);
|
background-image:url(../images/menuTitleMid-bm.png);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height:23px;
|
line-height:23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuHeadRt
|
.menuHeadRt
|
||||||
{
|
{
|
||||||
background-image:url(../images/menuTitleRt-bm.png);
|
background-image:url(../images/menuTitleRt-bm.png);
|
||||||
width:24px;
|
width:24px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuBotLt
|
.menuBotLt
|
||||||
{
|
{
|
||||||
background-image:url(../images/menuBotLt-bm.png);
|
background-image:url(../images/menuBotLt-bm.png);
|
||||||
padding:0px;
|
padding:0px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height:18px;
|
height:18px;
|
||||||
}
|
}
|
||||||
.menuBotMid
|
.menuBotMid
|
||||||
{
|
{
|
||||||
background-image:url(../images/menuBotMid-bm.png);
|
background-image:url(../images/menuBotMid-bm.png);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height:18px;
|
line-height:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuBotRt
|
.menuBotRt
|
||||||
{
|
{
|
||||||
background-image:url(../images/menuBotRt-bm.png);
|
background-image:url(../images/menuBotRt-bm.png);
|
||||||
width:20px;
|
width:20px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -276,8 +269,6 @@ a.divSideboxEntry, .divSideboxEntry
|
|||||||
{
|
{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
height:18px;
|
height:18px;
|
||||||
/*background-image:url(../images/bmback2.jpg);*/
|
|
||||||
/*background-color:#ffffff;*/
|
|
||||||
border-left: 0px solid #9f9f9f;
|
border-left: 0px solid #9f9f9f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -301,9 +292,6 @@ a.textSidebox
|
|||||||
|
|
||||||
.textSideboxHover
|
.textSideboxHover
|
||||||
{
|
{
|
||||||
/*background-image: url(../images/arrow-rt-grey.png);*/
|
|
||||||
/*background-repeat: no-repeat;*/
|
|
||||||
/*background-position: top right;*/
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #e1e1e1;
|
||||||
@ -336,9 +324,9 @@ a.textSidebox
|
|||||||
|
|
||||||
.sideboxDrop
|
.sideboxDrop
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
border-bottom: 0px solid white;
|
border-bottom: 0px solid white;
|
||||||
border-left: 1px solid #9f9f9f;
|
border-left: 1px solid #9f9f9f;
|
||||||
border-right: 1px solid #9f9f9f;
|
border-right: 1px solid #9f9f9f;
|
||||||
@ -352,7 +340,6 @@ position: relative;
|
|||||||
.sideboxSpace
|
.sideboxSpace
|
||||||
{
|
{
|
||||||
height:29px;
|
height:29px;
|
||||||
/*background-image: url(../images/botspacer.png);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -380,9 +367,9 @@ position: relative;
|
|||||||
|
|
||||||
.menuOneBoxTwo
|
.menuOneBoxTwo
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -406,11 +393,11 @@ position: relative;
|
|||||||
|
|
||||||
.extraIconsHeader
|
.extraIconsHeader
|
||||||
{
|
{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-image:url(../images/menuTitle-bm.png);
|
background-image:url(../images/menuTitle-bm.png);
|
||||||
color:#e1e1e1;
|
color:#e1e1e1;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -424,23 +411,21 @@ position: relative;
|
|||||||
|
|
||||||
.extraIconsRow
|
.extraIconsRow
|
||||||
{
|
{
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #e1e1e1;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
padding:1px;
|
padding:1px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
/*background-image:url(../images/bmback2.jpg);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.extraIconsRow:hover
|
.extraIconsRow:hover
|
||||||
{
|
{
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #e1e1e1;
|
||||||
padding:1px;
|
padding:1px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
background-color: #e1e1e1;
|
background-color: #e1e1e1;
|
||||||
/*background-image:url(../images/bmback.jpg);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -451,13 +436,17 @@ body {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divMain
|
#divMain,#popupMainDiv
|
||||||
{
|
{
|
||||||
background-image:url(../images/bmback.jpg);
|
background-image:url(../images/bmback.jpg);
|
||||||
background-color: #646464;
|
background-color: #646464;
|
||||||
padding:9px;
|
padding:9px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border-bottom: 2px solid white;
|
}
|
||||||
|
|
||||||
|
#popupMainDiv
|
||||||
|
{
|
||||||
|
margin: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divLogo
|
#divLogo
|
||||||
@ -470,27 +459,27 @@ body {
|
|||||||
|
|
||||||
#topmenu
|
#topmenu
|
||||||
{
|
{
|
||||||
background-color: #0081c1;
|
background-color: #0081c1;
|
||||||
background-image: url(../images/hilitetest-bm.png);
|
background-image: url(../images/hilitetest-bm.png);
|
||||||
color:#006699;
|
color:#006699;
|
||||||
border-top: 1px solid #9f9f9f;
|
border-top: 1px solid #9f9f9f;
|
||||||
border-bottom: 1px solid #9f9f9f;
|
border-bottom: 1px solid #9f9f9f;
|
||||||
height:24px;
|
height:24px;
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
#topmenu a
|
#topmenu a
|
||||||
{
|
{
|
||||||
color:#006699;
|
color:#006699;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topmenu_items
|
#topmenu_items
|
||||||
{
|
{
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
#topmenu_info
|
#topmenu_info
|
||||||
{
|
{
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divUpperTabs
|
#divUpperTabs
|
||||||
@ -543,8 +532,8 @@ body {
|
|||||||
|
|
||||||
.iconBackFirstCell
|
.iconBackFirstCell
|
||||||
{
|
{
|
||||||
background-image: url(../images/firstcell-bm.png);
|
background-image: url(../images/firstcell-bm.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height:60px;
|
height:60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -560,7 +549,6 @@ body {
|
|||||||
|
|
||||||
.iconBack
|
.iconBack
|
||||||
{
|
{
|
||||||
/*background-image: url(../images/iconbar-bm.png);*/
|
|
||||||
border-right: 0px solid #bfbfbf;
|
border-right: 0px solid #bfbfbf;
|
||||||
border-top: 1px solid #9f9f9f;
|
border-top: 1px solid #9f9f9f;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
@ -584,7 +572,6 @@ body {
|
|||||||
|
|
||||||
#divAppTextBar
|
#divAppTextBar
|
||||||
{
|
{
|
||||||
/*background-color:white;*/
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -631,23 +618,20 @@ body {
|
|||||||
|
|
||||||
.appBoxHeadLt
|
.appBoxHeadLt
|
||||||
{
|
{
|
||||||
background-image:url(../images/abhlt.png);
|
background-image:url(../images/abhlt.png);
|
||||||
/*background-image:url(../images/menuTitleLt-bm.png);*/
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height:24px;
|
height:24px;
|
||||||
}
|
}
|
||||||
.appBoxHeadMid
|
.appBoxHeadMid
|
||||||
{
|
{
|
||||||
background-image:url(../images/abhmid.png);
|
background-image:url(../images/abhmid.png);
|
||||||
/*background-image:url(../images/menuTitleMid-bm.png);*/
|
|
||||||
padding:0px;
|
padding:0px;
|
||||||
line-height:24px;
|
line-height:24px;
|
||||||
}
|
}
|
||||||
.appBoxHeadRt
|
.appBoxHeadRt
|
||||||
{
|
{
|
||||||
background-image:url(../images/abhrt.png);
|
background-image:url(../images/abhrt.png);
|
||||||
/*background-image:url(../images/menuTitleRt-bm.png);*/
|
|
||||||
width:24px;
|
width:24px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
@ -690,13 +674,13 @@ body {
|
|||||||
background-image: url(../images/hilitetest-bm.png);
|
background-image: url(../images/hilitetest-bm.png);
|
||||||
}
|
}
|
||||||
.row_on {
|
.row_on {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #F1F1F1;
|
background-color: #F1F1F1;
|
||||||
background-image: url(../images/rowon-bm.png);
|
background-image: url(../images/rowon-bm.png);
|
||||||
}
|
}
|
||||||
.row_off {
|
.row_off {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: url(../images/rowoff-bm.png);
|
background-image: url(../images/rowoff-bm.png);
|
||||||
}
|
}
|
||||||
.narrow_column { width: 1%; white-space: nowrap; }
|
.narrow_column { width: 1%; white-space: nowrap; }
|
||||||
@ -711,16 +695,16 @@ body {
|
|||||||
Portal_box as used in home
|
Portal_box as used in home
|
||||||
*/
|
*/
|
||||||
.portal_box {
|
.portal_box {
|
||||||
border: #9c9c9c 1px solid;
|
border: #9c9c9c 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_box table {
|
.portal_box table {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_box_header {
|
.portal_box_header {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -728,8 +712,8 @@ body {
|
|||||||
*/
|
*/
|
||||||
.tablink
|
.tablink
|
||||||
{
|
{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,8 +60,8 @@ a:hover,a:active
|
|||||||
body
|
body
|
||||||
{
|
{
|
||||||
background-color:#9f9f9f;
|
background-color:#9f9f9f;
|
||||||
padding:9px;
|
padding: 0px;
|
||||||
margin:9px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form
|
form
|
||||||
@ -155,19 +155,19 @@ input[type=image]
|
|||||||
|
|
||||||
#thesideboxcolumn
|
#thesideboxcolumn
|
||||||
{
|
{
|
||||||
width: 177px;
|
width: 177px;
|
||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sideresize
|
#sideresize
|
||||||
{
|
{
|
||||||
background-image:url(../images/resize.png);
|
background-image:url(../images/resize.png);
|
||||||
width:10px;
|
width:10px;
|
||||||
height:100px;
|
height:100px;
|
||||||
right:-12px;
|
right:-12px;
|
||||||
top:0px;
|
top:0px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divLoginbox
|
.divLoginbox
|
||||||
@ -202,28 +202,28 @@ input[type=image]
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
background-image:url(../images/menuTitle.png);
|
background-image:url(../images/menuTitle.png);
|
||||||
color:#17202b;
|
color:#17202b;
|
||||||
height: 18px;
|
/*height: 18px;*/
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuHeadLt
|
.menuHeadLt
|
||||||
{
|
{
|
||||||
padding:0px;
|
padding:0px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height:18px;
|
height:18px;
|
||||||
}
|
}
|
||||||
.menuHeadMid
|
.menuHeadMid
|
||||||
{
|
{
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
.menuHeadRt
|
.menuHeadRt
|
||||||
{
|
{
|
||||||
width:24px;
|
width:24px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -247,7 +247,6 @@ a.textSidebox
|
|||||||
|
|
||||||
.textSidebox
|
.textSidebox
|
||||||
{
|
{
|
||||||
height:18px;
|
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
border-top: solid #9f9f9f 1px;
|
border-top: solid #9f9f9f 1px;
|
||||||
}
|
}
|
||||||
@ -278,17 +277,17 @@ a.textSidebox
|
|||||||
{
|
{
|
||||||
background-image: url(../images/divmain-background.jpg);
|
background-image: url(../images/divmain-background.jpg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color:white;
|
background-color:white;
|
||||||
border: #17202b 1px solid;
|
border: #17202b 1px solid;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
width: 203px;
|
width: 203px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sideboxDrop
|
.sideboxDrop
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textSidebox:first-letter
|
.textSidebox:first-letter
|
||||||
@ -343,11 +342,11 @@ position: relative;
|
|||||||
|
|
||||||
.extraIconsHeader
|
.extraIconsHeader
|
||||||
{
|
{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-image:url(../images/menuTitle.png);
|
background-image:url(../images/menuTitle.png);
|
||||||
color:#17202b;
|
color:#17202b;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -370,10 +369,10 @@ position: relative;
|
|||||||
|
|
||||||
.extraIconsRow:hover
|
.extraIconsRow:hover
|
||||||
{
|
{
|
||||||
border-top:solid 1px #9f9f9f;
|
border-top:solid 1px #9f9f9f;
|
||||||
padding:1px;
|
padding:1px;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
background-color: #ede6d8;
|
background-color: #ede6d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -385,12 +384,13 @@ body {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divMain
|
#divMain,#popupMainDiv
|
||||||
{
|
{
|
||||||
background-image:url(../images/divmain-background.jpg);
|
background-image:url(../images/divmain-background.jpg);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-color:white;
|
background-color:white;
|
||||||
padding:9px;
|
padding:9px;
|
||||||
|
padding-top: 0px; /* CHANGED RALF */
|
||||||
border:solid 1px #17202b;
|
border:solid 1px #17202b;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -398,36 +398,42 @@ body {
|
|||||||
{
|
{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:27px;
|
left:27px;
|
||||||
top:28px;
|
top:20px;
|
||||||
z-index:999;
|
z-index:999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#popupMainDiv
|
||||||
|
{
|
||||||
|
padding:9px;
|
||||||
|
margin: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
#topmenu
|
#topmenu
|
||||||
{
|
{
|
||||||
background-color: #0081c1;
|
background-color: #0081c1;
|
||||||
background-image: url(../images/hilitetest.png);
|
background-image: url(../images/hilitetest.png);
|
||||||
color:#006699;
|
color:#006699;
|
||||||
border-top: solid 1px #17202b;
|
border-top: solid 1px #17202b;
|
||||||
border-right: 1px solid #17202b;
|
border-right: 1px solid #17202b;
|
||||||
border-left: 1px solid #17202b;
|
border-left: 1px solid #17202b;
|
||||||
border-bottom: solid #5793ff 0px;
|
border-bottom: solid #5793ff 0px;
|
||||||
height:24px;
|
height:24px;
|
||||||
padding-top:4px ;
|
padding-top:4px ;
|
||||||
|
|
||||||
}
|
}
|
||||||
#topmenu a
|
#topmenu a
|
||||||
{
|
{
|
||||||
color:#006699;
|
color:#006699;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topmenu_items
|
#topmenu_items
|
||||||
{
|
{
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topmenu_info
|
#topmenu_info
|
||||||
{
|
{
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -468,7 +474,7 @@ body {
|
|||||||
|
|
||||||
.iconBackFirstCell
|
.iconBackFirstCell
|
||||||
{
|
{
|
||||||
background-image: url(../images/firstcell.png);
|
background-image: url(../images/firstcell.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 58px;
|
height: 58px;
|
||||||
}
|
}
|
||||||
@ -500,7 +506,6 @@ body {
|
|||||||
|
|
||||||
#divAppTextBar
|
#divAppTextBar
|
||||||
{
|
{
|
||||||
/*background-color:white;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -512,7 +517,6 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top:0px;
|
top:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
height:30px;
|
|
||||||
vertical-align:bottom;
|
vertical-align:bottom;
|
||||||
border: 0px solid black;
|
border: 0px solid black;
|
||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
@ -520,22 +524,22 @@ body {
|
|||||||
|
|
||||||
.userinfolt
|
.userinfolt
|
||||||
{
|
{
|
||||||
background-image: url(../images/userbacklt.png);
|
background-image: url(../images/userbacklt.png);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfomid
|
.userinfomid
|
||||||
{
|
{
|
||||||
background-image: url(../images/userback.png);
|
background-image: url(../images/userback.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfort
|
.userinfort
|
||||||
{
|
{
|
||||||
background-image: url(../images/userbackrt.png);
|
background-image: url(../images/userbackrt.png);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user