summaryrefslogtreecommitdiffstats
path: root/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
new file mode 100644
index 000000000..4224ad3fc
--- /dev/null
+++ b/css/app.css
@@ -0,0 +1,44 @@
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright Bernhard Posselt 2014
+ */
+#global-loading {
+ width: 100%;
+ height: 100%;
+}
+
+#undo-container {
+ position: fixed;
+ top: 0px;
+ width: 100%;
+ text-align: center;
+ z-index: 101;
+ line-height: 1.2;
+}
+
+#undo {
+ z-index:101;
+ background-color:#fc4;
+ border:0;
+ padding:0 .7em .3em;
+ display:none;
+ position: relative;
+ top:0;
+ border-bottom-left-radius:1em;
+ border-bottom-right-radius:1em;
+}
+
+ #undo a {
+ font-weight: bold;
+ }
+
+ #undo a:hover {
+ text-decoration: underline;
+ }
+
+