summaryrefslogtreecommitdiff
path: root/assets/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/app.css')
-rw-r--r--assets/css/app.css49
1 files changed, 8 insertions, 41 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index e141cd25..9a2ab4bf 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -494,9 +494,14 @@ a.btn-blue:focus,
background: #f7f7f7;
}
/* alerts */
+#main .alert,
+.page .alert {
+ margin-top: 10px;
+}
+
.alert {
padding: 8px 35px 8px 14px;
- margin-bottom: 20px;
+ margin-bottom: 10px;
color: #c09853;
background-color: #fcf8e3;
border: 1px solid #fbeed5;
@@ -535,44 +540,6 @@ a.btn-blue:focus,
.alert li {
margin-left: 25px;
}
-
-/* fade out animation */
-.alert-fade-out {
- animation: fadeOut 1s forwards;
- -webkit-animation: fadeOut 1s forwards;
- animation-delay: 7s;
- -webkit-animation-delay: 7s;
- cursor: pointer;
-}
-
-@-webkit-keyframes fadeOut {
- from {
- opacity: 1;
- }
- to {
- opacity: 0;
- margin: 0;
- padding: 0;
- height: 0;
- }
-}
-
-@keyframes fadeOut {
- from {
- opacity: 1;
- }
- to {
- opacity: 0;
- margin: 0;
- padding: 0;
- height: 0;
- }
-}
-
-#main .alert,
-.page .alert {
- margin-top: 10px;
-}
/* tooltip */
.tooltip-arrow:after {
background: #fff;
@@ -643,7 +610,7 @@ div.ui-tooltip {
margin-bottom: 0px;
}
-.column-tooltip {
+.tooltip .fa-info-circle {
color: #999;
font-size: 0.95em;
}
@@ -1558,7 +1525,7 @@ span.task-board-date-overdue {
position: absolute;
left: 0;
z-index: 1000;
- min-width: 230px;
+ min-width: 300px;
list-style: none;
margin: 3px 0 0 1px;
padding: 6px 0;