mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
some formatting of dialogHeader for idots, removing of width:98% from popupMainDiv, as it seems unneeded and forces to give all popups a width (to get ride of scrollbars) and overflow: hidden for sidebox
This commit is contained in:
parent
e476a3ed82
commit
a8e9a97212
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
.divSidebox,.textSidebox {
|
.divSidebox,.textSidebox {
|
||||||
border: none;
|
border: none;
|
||||||
overflow: visible;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textSidebox {
|
.textSidebox {
|
||||||
|
@ -209,7 +209,7 @@ input[type=image]
|
|||||||
{
|
{
|
||||||
position:relative;
|
position:relative;
|
||||||
border: #9c9c9c 1px solid;
|
border: #9c9c9c 1px solid;
|
||||||
overflow:auto;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divSideboxHeader,.divLoginboxHeader
|
.divSideboxHeader,.divLoginboxHeader
|
||||||
@ -291,7 +291,6 @@ body {
|
|||||||
margin: 8px;
|
margin: 8px;
|
||||||
border: solid 1px #7e7e7e;
|
border: solid 1px #7e7e7e;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
width:98%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#divLogo
|
#divLogo
|
||||||
@ -566,6 +565,26 @@ div.prompt, table.prompt {
|
|||||||
.th {
|
.th {
|
||||||
color: black; background-color: #D3DCE3;
|
color: black; background-color: #D3DCE3;
|
||||||
}
|
}
|
||||||
|
.dialogHeader {
|
||||||
|
border-left: 1px solid silver;
|
||||||
|
border-top: 1px solid silver;
|
||||||
|
border-right: 1px solid gray;
|
||||||
|
border-bottom: 1px solid gray;
|
||||||
|
background-color: gray;
|
||||||
|
background-image: url(../../default/images/egw_action/header_overlay.png);
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
}
|
||||||
|
.dialogHeader, .dialogHeader td {
|
||||||
|
font-size: 120% !important;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.dialogHeader td {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.dialogHeader1, .dialogHeader2 {
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
.row_on {
|
.row_on {
|
||||||
color: black;
|
color: black;
|
||||||
|
Loading…
Reference in New Issue
Block a user