Verwaltung von benutzerdefinierten Variablen auf Controller umgestellt
[kivitendo-erp.git] / css / kivitendo / main.css
index c3c64dc..e6cd0a6 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;
@@ -225,12 +226,12 @@ body.menu {
        border-width: 1px;
        background: #FFFFE0;
 }
-.listrow1 {
+.listrow1, .listrow:nth-child(odd) {
        background-color: #FFFFFF;
        color: black;
        vertical-align: top;
 }
-.listrow0 {
+.listrow0, .listrow:nth-child(even) {
        background-color: #FFFF99;
        color: black;
        vertical-align: top;
@@ -361,3 +362,21 @@ label {
        margin-bottom: 5px;
        padding: 5px;
 }
+
+.flash_title {
+  font-weight: bold;
+}
+
+.dimmed-text {
+  color: #ccc;
+  font-style: italic;
+}
+
+.link_separator {
+  margin-left: 6px;
+  margin-right: 6px;
+}
+
+.small-text {
+  font-size: 0.75em;
+}