Beim Userloginbildschirm Links zur Administration und zur Dokumentation anzeigen
[kivitendo-erp.git] / css / kivitendo / main.css
index 12db365..9e55c4e 100644 (file)
@@ -91,12 +91,12 @@ th {
        font-weight: bold;
 }
 /* login and admin */
-.login a, .login a:visited, .login a:hover {
+a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover {
        text-decoration: none !important;
        background-color:transparent !important;
        border:none;
 }
-.login a:hover {
+a.no-underlined-links:hover {
        background: none;
 }
 body.login {
@@ -110,6 +110,7 @@ body.login {
 table.login {
        background-color: #FFFFE0;
        padding: 20px;
+  width: 500px;
 }
 td.login {
        text-align: center;
@@ -192,7 +193,7 @@ body.menu {
        background-color: #8ee085;
        color: #000000;
 } */
-.listheading {
+.listheading, h2 {
        padding: 0.2em;
        background-color: #EBEBEB;
        color: #006400;
@@ -370,3 +371,8 @@ label {
   color: #ccc;
   font-style: italic;
 }
+
+.link_separator {
+  margin-left: 6px;
+  margin-right: 6px;
+}