Code

Fixed grey border top
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 17:14:50 +0000 (17:14 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 17:14:50 +0000 (17:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15820 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css
gosa-core/plugins/admin/users/user-list.tpl

index fd0e4f46cb1061764af4efb7343964a6fc71f780..45e271f8e39a8141212535250979ea9eb661f4ec 100644 (file)
@@ -91,9 +91,6 @@ button.img{
   margin:0;
   padding:2px;
 }
-button.img div.img {
-  border:0;
-}
 
 div.img{
   background-color:transparent;
@@ -432,74 +429,6 @@ button:focus, .button:active {
 }
 
 
-/* Fieldsets */
-
-fieldset {
-  border:0;
-  padding:4px;
-  margin:0;
-}
-
-fieldset legend{
-  text-align:left;
-  padding:0px 0px;
-  margin-left:0px;
-  font-weight:bold;
-}
-
-fieldset label{
-  width:8em;
-  float:left;
-  text-align:left;
-  clear:left;
-  padding-top:3px;
-  margin-top:3px;
-}
-
-fieldset input[type=text], fieldset select{
-  float:left;
-  width:10em;
-  margin-top:3px;
-}
-
-fieldset input[type=checkbox]{
-  clear:left;
-  float:left;
-  margin-top:1px;
-  margin-left:0;
-}
-
-fieldset select{
-  margin-top:5px;
-}
-
-fieldset textarea{
-  width:100%;
-  resize:none;
-  border:1px solid #CCC;
-}
-
-fieldset textarea:hover{
-  border-color:#777;
-}
-
-.fieldset-left {
-  padding-right:10px;
-  border-right:1px solid #CCC;
-  height:100%;
-}
-
-.fieldset-middle {
-  padding:0 10px;
-  border-right:1px solid #CCC;
-  height:100%;
-}
-
-.fieldset-right {
-  padding:0 10px;
-  height:100%;
-}
-
 /* Containers */
 
 .container{
@@ -521,12 +450,6 @@ fieldset textarea:hover{
   clear:both;
 }
 
-.line-clear{
-  clear:both;
-  padding:2px 0;
-  border-bottom:1px solid #CCC;
-}
-
 
 /* Icon menu */
 
@@ -892,7 +815,7 @@ div.nlistFooter {
   margin:4px;
 }
 
-.mainlist-header div{
+.mainlist-header div.mainlist-nav{
   border-top:1px solid #CCC;
   background-color:white;
 }
@@ -1026,11 +949,6 @@ a.treeList:hover,a.treeListSelected:hover {
   padding:2px;
 }
 
-ul.treeList div.img {
-  border:0;
-  margin-top:1px;
-}
-
 ul.treeList a {
   padding:2px;
   cursor:pointer;
index 08a907defcb705ae9ceab0ea9b0661f4010cd4be..e3a6438e5737e5bb3479916f5f5bbcb32ee3828f 100644 (file)
@@ -4,7 +4,7 @@
 
   <div class="mainlist-header">
    <p>{$HEADLINE}&nbsp;{$SIZELIMIT}</p>
-   <div>
+   <div class="mainlist-nav">
     <table>
      <tr>
       <td>{$ROOT}&nbsp;</td><td>{$BACK}&nbsp;</td><td>{$HOME}&nbsp;</td><td>{$RELOAD}&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td>{t}Base{/t} {$BASE}&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td><img src='images/rocket.png' alt='' class='center'></td><td> {$ACTIONS}</td>