summaryrefslogtreecommitdiffstats
path: root/css/app.css
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2019-03-11 22:57:37 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-12 19:21:50 +0100
commite4da09575fc67b20bb3bf61cbf8cff1dd4c789c9 (patch)
treee25ee23a00de532a7e83e20219093a5a8b6b3129 /css/app.css
parent9d5ac4b039ecb8f0dd37ede8bc0ae771f1580903 (diff)
Fix design issue in #410
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css30
1 files changed, 15 insertions, 15 deletions
diff --git a/css/app.css b/css/app.css
index 73ffe9957..ffaf63617 100644
--- a/css/app.css
+++ b/css/app.css
@@ -21,24 +21,24 @@
}
#undo {
- z-index:101;
- background-color:var(--color-warning);
- border:0;
- padding:0 .7em .3em;
- display:none;
+ z-index: 101;
+ background-color: var(--color-warning);
+ border: 0;
+ padding: 0 .7em .3em;
+ display: none;
position: relative;
- top:0;
- border-bottom-left-radius:1em;
- border-bottom-right-radius:1em;
+ top: 0;
+ border-bottom-left-radius: 1em;
+ border-bottom-right-radius: 1em;
}
- #undo a {
- font-weight: bold;
- }
+#undo a {
+ font-weight: bold;
+}
- #undo a:hover {
- text-decoration: underline;
- }
+#undo a:hover {
+ text-decoration: underline;
+}
#searchbox {
display: block !important;
@@ -46,5 +46,5 @@
/* Override hidden before angular is loaded */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
- display: none !important;
+ display: none !important;
} \ No newline at end of file