Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-11-04 23:49:23 +0300
committerJan Holesovsky <kendy@collabora.com>2015-11-04 23:49:23 +0300
commite6593def87b00f2ddbe15bad257a415493f187e1 (patch)
treed91dc73ed07967bd2f58fc378ee8fab23854ace9 /css
parent37f61b405681767b6dcc2c115c71b653e3ee2527 (diff)
cloudsuite: Add buttons to create new spreadsheet and new presentation.
Diffstat (limited to 'css')
-rw-r--r--css/style.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/css/style.css b/css/style.css
index b38a1caf..ccdcad83 100644
--- a/css/style.css
+++ b/css/style.css
@@ -34,26 +34,29 @@
box-sizing: border-box;
display: inline-block;
position: relative;
- height: 100px;
+ height: 46px;
width: 200px;
background-repeat: no-repeat;
background-size: 32px;
- background-position: 50%;
+ background-position: 3%;
}
-.add-document a.add {
- border-bottom: 1px solid #fff;
-}
-.add-document .add,
+.add-document .add-odt,
+.add-document .add-ods,
+.add-document .add-odp,
.add-document .upload {
opacity: .7;
border: 1px solid #e8e8e8;
}
.add-document .upload {
- margin-top: 4px;
-}
-.add-document .add:hover,
-.add-document .add:focus,
+ margin-top: 12px;
+}
+.add-document .add-odt:hover,
+.add-document .add-ods:hover,
+.add-document .add-odp:hover,
+.add-document .add-odt:focus,
+.add-document .add-ods:focus,
+.add-document .add-odp:focus,
.add-document #upload:hover .upload,
.add-document .upload:focus {
opacity: 1;