summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f8df51)
raw | patch | inline | side by side (parent: 7f8df51)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Jun 2009 13:32:41 +0000 (13:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Jun 2009 13:32:41 +0000 (13:32 +0000) |
-All error messages were displayed at once.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13744 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13744 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/default/style.css | patch | blob | history |
index e2b0e78d28d6724c6d47c5503ba4b02ebab4186c..7b834dcff4b655f95fbd4dec23de51b853cfa92e 100644 (file)
div.errorMsgDialog {
width:60%;
- left:200px;
- top:200px;
background-color:white;
border:4px solid red;
z-index:150;
+ display: none;
position:absolute;
}
div.infoMsgDialog {
width:60%;
- left:200px;
- top:200px;
background-color:white;
border: 2px solid black;
z-index:150;
+ display: none;
position:absolute;
}