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-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 14:17:02 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 14:17:02 +0400
commit0fffa7d826651e1c4fa2b1ad3a042a07e0306bdb (patch)
tree02cb7543bc27699a59b5b1acce56d32af6652e34 /css
parent64ae37a0a14a5bbeefaec44a896a5b6e264de43f (diff)
add use icons for close and share buttons, fix position
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 6a999022..8c8dc237 100755
--- a/css/style.css
+++ b/css/style.css
@@ -158,13 +158,18 @@
}
#odf-close{
- margin-top:0;
+ margin-top: 0;
float: right;
+ height: 29px;
+ width: 29px;
}
#odf-invite{
- margin-top:0;
+ margin-top: 0;
+ margin-left: 3px;
float: left;
+ background-position: 5px center;
+ padding-left: 24px;
}
#mainContainer{