]> wagnertech.de Git - timetracker.git/blobdiff - default.css
Implemented configurable holidays.
[timetracker.git] / default.css
index ee6a5b1670c0701f367285ac5fae23a2968c8d31..462b70edf6574c546919e263f1673fce90d0f6d1 100644 (file)
@@ -67,11 +67,17 @@ input[type=checkbox], label {
   font-weight: bold;
   color: white;
   background-color: black;
+  margin: 2px 3px 2px 3px;
 }
 
 .mainMenu {
   font-size: 11pt;
   color: #444444;
+  margin: 2px 3px 2px 3px;
+}
+
+.onBehalf {
+  font-weight: bold;
 }
 
 .tableHeader {
@@ -153,6 +159,11 @@ div#LoginAboutText { width: 400px; }
 }
 .uncompleted-entry.active { background-color: red; }
 
+.table_icon {
+  height: 16px;
+  width: 16px;
+}
+
 /* Mobile styles */
 .mobile-table {
   border: 0;